Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Dec 10, 2019
1 parent 0ce819b commit c20cdf7
Show file tree
Hide file tree
Showing 11 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.6.3",
"version": "0.6.4",
"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.6.3",
"version": "0.6.4",
"description": "Accessible React Alert Dialog.",
"author": "React Training <[email protected]>",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/dialog": "^0.6.3",
"@reach/utils": "^0.6.1",
"@reach/dialog": "^0.6.4",
"@reach/utils": "^0.6.4",
"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,14 +1,14 @@
{
"name": "@reach/alert",
"version": "0.6.2",
"version": "0.6.4",
"description": "Screenreader friendly alert messages.",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/utils": "^0.6.1",
"@reach/utils": "^0.6.4",
"@reach/visually-hidden": "^0.6.2",
"prop-types": "^15.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.6.2",
"version": "0.6.4",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <[email protected]>",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/popover": "^0.6.2",
"@reach/popover": "^0.6.4",
"@reach/portal": "^0.6.2",
"@reach/utils": "^0.6.1",
"@reach/utils": "^0.6.4",
"escape-regexp": "0.0.1",
"highlight-words-core": "1.2.0",
"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.6.3",
"version": "0.6.4",
"description": "Accessible React Modal Dialog.",
"author": "React Training <[email protected]>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@reach/portal": "^0.6.2",
"@reach/utils": "^0.6.1",
"@reach/utils": "^0.6.4",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.2.1",
"react-remove-scroll": "^2.2.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.6.3",
"version": "0.6.4",
"description": "Accessible React button dropdown menu.",
"author": "React Training <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"@reach/component-component": "^0.6.2",
"@reach/portal": "^0.6.2",
"@reach/rect": "^0.6.2",
"@reach/utils": "^0.6.1",
"@reach/utils": "^0.6.4",
"@reach/window-size": "^0.6.2",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/popover",
"version": "0.6.2",
"version": "0.6.4",
"description": "Render a portal positioned relative to another element.",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@reach/portal": "^0.6.2",
"@reach/rect": "^0.6.2",
"@reach/utils": "^0.6.1",
"@reach/utils": "^0.6.4",
"tabbable": "^4.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/slider",
"version": "0.6.2",
"version": "0.6.4",
"description": "Accessible React Slider Component",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/utils": "^0.6.1",
"@reach/utils": "^0.6.4",
"warning": "^4.0.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tabs",
"version": "0.6.2",
"version": "0.6.4",
"description": "Accessible React Tabs Component",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/utils": "^0.6.1",
"@reach/utils": "^0.6.4",
"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,6 +1,6 @@
{
"name": "@reach/tooltip",
"version": "0.6.3",
"version": "0.6.4",
"description": "Accessible tooltips",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -11,7 +11,7 @@
"@reach/auto-id": "^0.6.1",
"@reach/portal": "^0.6.2",
"@reach/rect": "^0.6.2",
"@reach/utils": "^0.6.1",
"@reach/utils": "^0.6.4",
"@reach/visually-hidden": "^0.6.2",
"prop-types": "^15.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/utils",
"version": "0.6.1",
"version": "0.6.4",
"description": "Internal, shared utilities for Reach UI.",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit c20cdf7

Please sign in to comment.