Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Nov 4, 2019
1 parent f5f4f4b commit 29e5999
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 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.2",
"version": "0.5.3",
"packages": ["packages/*"],
"registry": "https://registry.npmjs.org/",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.5.3",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -10,8 +10,8 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.5.0",
"@reach/dialog": "^0.5.0",
"@reach/auto-id": "^0.5.3",
"@reach/dialog": "^0.5.3",
"@reach/utils": "^0.5.0",
"invariant": "^2.2.4",
"prop-types": "^15.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@reach/alert",
"version": "0.5.0",
"version": "0.5.3",
"description": "Screenreader friendly alert messages.",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/visually-hidden": "^0.5.0",
"@reach/utils": "^0.5.0",
"@reach/visually-hidden": "^0.5.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/auto-id",
"version": "0.5.0",
"version": "0.5.3",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
"main": "index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.5.0",
"version": "0.5.3",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.5.0",
"@reach/auto-id": "^0.5.3",
"@reach/popover": "^0.5.0",
"@reach/portal": "^0.5.0",
"@reach/utils": "^0.5.0",
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.0",
"version": "0.5.3",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"react-dom": "^16.8.0"
},
"devDependencies": {
"@reach/menu-button": "^0.5.0",
"@reach/menu-button": "^0.5.3",
"react": "^16.11.0",
"react-spring": "^8.0.27",
"react-test-renderer": "^16.11.0"
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.5.3",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"@reach/portal": "^0.5.0",
"@reach/rect": "^0.5.0",
"@reach/utils": "^0.5.0",
"@reach/window-size": "^0.5.0",
"@reach/window-size": "^0.5.3",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@reach/router": "^1.2.1",
"@reach/tooltip": "^0.5.0",
"@reach/tooltip": "^0.5.3",
"react": "^16.11.0",
"react-test-renderer": "^16.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/skip-nav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/skip-nav",
"version": "0.5.0",
"version": "0.5.3",
"description": "Skip navigation links for screen reader and keyboard users.",
"main": "index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@reach/slider",
"version": "0.5.2",
"version": "0.5.3",
"description": "Accessible React Slider Component",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.5.0",
"@reach/auto-id": "^0.5.3",
"@reach/utils": "^0.5.0",
"warning": "^4.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@reach/tabs",
"version": "0.5.0",
"version": "0.5.3",
"description": "Accessible React Tabs Component",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.5.0",
"@reach/auto-id": "^0.5.3",
"@reach/utils": "^0.5.0",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@reach/tooltip",
"version": "0.5.0",
"version": "0.5.3",
"description": "Accessible tooltips",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.5.0",
"@reach/auto-id": "^0.5.3",
"@reach/portal": "^0.5.0",
"@reach/rect": "^0.5.0",
"@reach/utils": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/window-size/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/window-size",
"version": "0.5.0",
"version": "0.5.3",
"description": "Measure the window size in React",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 29e5999

Please sign in to comment.