Skip to content

Commit 5b37087

Browse files
committed
v0.50.1
1 parent 1662738 commit 5b37087

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
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.50.0",
2+
"version": "0.50.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/dates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/dates",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@superdispatch/hooks": "^0.50.0",
18-
"@superdispatch/ui": "^0.50.0",
18+
"@superdispatch/ui": "^0.50.1",
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.50.0",
3+
"version": "0.50.1",
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.50.0"
14+
"@superdispatch/ui": "^0.50.1"
1515
},
1616
"peerDependencies": {
1717
"@typescript-eslint/experimental-utils": "^4.0.0",

packages/forms/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/forms",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
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.50.0",
17+
"@superdispatch/dates": "^0.50.1",
1818
"@superdispatch/hooks": "^0.50.0",
19-
"@superdispatch/phones": "^0.50.0",
20-
"@superdispatch/ui": "^0.50.0",
21-
"@superdispatch/ui-lab": "^0.50.0"
19+
"@superdispatch/phones": "^0.50.1",
20+
"@superdispatch/ui": "^0.50.1",
21+
"@superdispatch/ui-lab": "^0.50.1"
2222
},
2323
"peerDependencies": {
2424
"@material-ui/core": "^4.8.0",

packages/lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/ui-lab",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
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.50.0",
17+
"@superdispatch/dates": "^0.50.1",
1818
"@superdispatch/hooks": "^0.50.0",
19-
"@superdispatch/ui": "^0.50.0",
19+
"@superdispatch/ui": "^0.50.1",
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.50.0",
3+
"version": "0.50.1",
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.50.0",
17+
"@superdispatch/ui": "^0.50.1",
1818
"awesome-phonenumber": "6.7.0",
1919
"clsx": "^1.2.1"
2020
},

packages/ui/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",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"

0 commit comments

Comments
 (0)