Skip to content

Commit 805bb1b

Browse files
committed
v0.50.0
1 parent ef9f53c commit 805bb1b

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.49.5",
2+
"version": "0.50.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/__docs__/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/ui-docs",
3-
"version": "0.49.0",
3+
"version": "0.50.0",
44
"private": true,
55
"main": "index.ts",
66
"types": "index.ts"

packages/__testutils__/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/ui-testutils",
3-
"version": "0.49.0",
3+
"version": "0.50.0",
44
"private": true,
55
"main": "index.ts",
66
"types": "index.ts"

packages/dates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/dates",
3-
"version": "0.49.5",
3+
"version": "0.50.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"
@@ -14,8 +14,8 @@
1414
"version": "pika build"
1515
},
1616
"dependencies": {
17-
"@superdispatch/hooks": "^0.49.0",
18-
"@superdispatch/ui": "^0.49.5",
17+
"@superdispatch/hooks": "^0.50.0",
18+
"@superdispatch/ui": "^0.50.0",
1919
"luxon": "^3.7.1",
2020
"react-day-picker": "7.4.10"
2121
},

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/eslint-plugin-ui",
3-
"version": "0.49.5",
3+
"version": "0.50.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"
@@ -11,7 +11,7 @@
1111
"version": "rimraf pkg && tsc -b"
1212
},
1313
"dependencies": {
14-
"@superdispatch/ui": "^0.49.5"
14+
"@superdispatch/ui": "^0.50.0"
1515
},
1616
"peerDependencies": {
1717
"@typescript-eslint/experimental-utils": "^4.0.0",

packages/forms/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/forms",
3-
"version": "0.49.5",
3+
"version": "0.50.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"
@@ -14,11 +14,11 @@
1414
"version": "pika build"
1515
},
1616
"dependencies": {
17-
"@superdispatch/dates": "^0.49.5",
18-
"@superdispatch/hooks": "^0.49.0",
19-
"@superdispatch/phones": "^0.49.5",
20-
"@superdispatch/ui": "^0.49.5",
21-
"@superdispatch/ui-lab": "^0.49.5"
17+
"@superdispatch/dates": "^0.50.0",
18+
"@superdispatch/hooks": "^0.50.0",
19+
"@superdispatch/phones": "^0.50.0",
20+
"@superdispatch/ui": "^0.50.0",
21+
"@superdispatch/ui-lab": "^0.50.0"
2222
},
2323
"peerDependencies": {
2424
"@material-ui/core": "^4.8.0",

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/hooks",
3-
"version": "0.49.0",
3+
"version": "0.50.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"

packages/jestutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/jestutils",
3-
"version": "0.49.0",
3+
"version": "0.50.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"

packages/lab/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/ui-lab",
3-
"version": "0.49.5",
3+
"version": "0.50.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"
@@ -14,9 +14,9 @@
1414
"version": "pika build"
1515
},
1616
"dependencies": {
17-
"@superdispatch/dates": "^0.49.5",
18-
"@superdispatch/hooks": "^0.49.0",
19-
"@superdispatch/ui": "^0.49.5",
17+
"@superdispatch/dates": "^0.50.0",
18+
"@superdispatch/hooks": "^0.50.0",
19+
"@superdispatch/ui": "^0.50.0",
2020
"react-anchorme": "^2.2.1",
2121
"react-dropzone": "^11.3.4"
2222
},

packages/phones/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/phones",
3-
"version": "0.49.5",
3+
"version": "0.50.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"
@@ -14,7 +14,7 @@
1414
"version": "pika build"
1515
},
1616
"dependencies": {
17-
"@superdispatch/ui": "^0.49.5",
17+
"@superdispatch/ui": "^0.50.0",
1818
"awesome-phonenumber": "6.7.0",
1919
"clsx": "^1.2.1"
2020
},

0 commit comments

Comments
 (0)