Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Nov 6, 2019
1 parent 22f8e99 commit 3084fe9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.3",
"version": "0.5.4",
"packages": ["packages/*"],
"registry": "https://registry.npmjs.org/",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/alert-dialog",
"version": "0.5.3",
"version": "0.5.4",
"description": "Accessible React Alert Dialog.",
"author": "React Training <[email protected]>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@reach/auto-id": "^0.5.3",
"@reach/dialog": "^0.5.3",
"@reach/dialog": "^0.5.4",
"@reach/utils": "^0.5.0",
"invariant": "^2.2.4",
"prop-types": "^15.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.5.3",
"version": "0.5.4",
"description": "Accessible React Modal Dialog.",
"author": "React Training <[email protected]>",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"react-dom": "^16.8.0"
},
"devDependencies": {
"@reach/menu-button": "^0.5.3",
"@reach/menu-button": "^0.5.4",
"react": "^16.11.0",
"react-spring": "^8.0.27",
"react-test-renderer": "^16.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/menu-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/menu-button",
"version": "0.5.3",
"version": "0.5.4",
"description": "Accessible React button dropdown menu.",
"author": "React Training <[email protected]>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@reach/router": "^1.2.1",
"@reach/tooltip": "^0.5.3",
"@reach/tooltip": "^0.5.4",
"react": "^16.11.0",
"react-test-renderer": "^16.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tabs",
"version": "0.5.3",
"version": "0.5.4",
"description": "Accessible React Tabs Component",
"main": "index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tooltip",
"version": "0.5.3",
"version": "0.5.4",
"description": "Accessible tooltips",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 3084fe9

Please sign in to comment.