Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Dec 6, 2019
1 parent 4f75732 commit 89c011b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.6.2",
"version": "0.6.3",
"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.6.2",
"version": "0.6.3",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/dialog": "^0.6.2",
"@reach/dialog": "^0.6.3",
"@reach/utils": "^0.6.1",
"invariant": "^2.2.4",
"prop-types": "^15.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.6.2",
"version": "0.6.3",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.2",
"version": "0.6.3",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
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.6.2",
"version": "0.6.3",
"description": "Accessible tooltips",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 89c011b

Please sign in to comment.