Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Nov 23, 2019
1 parent 806d2bb commit 00e73c5
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 31 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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1",
"@reach/dialog": "^0.6.2",
"@reach/utils": "^0.6.1",
"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,6 +1,6 @@
{
"name": "@reach/alert",
"version": "0.6.1",
"version": "0.6.2",
"description": "Screenreader friendly alert messages.",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@reach/utils": "^0.6.1",
"@reach/visually-hidden": "^0.6.1",
"@reach/visually-hidden": "^0.6.2",
"prop-types": "^15.7.2"
},
"peerDependencies": {
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.1",
"version": "0.6.2",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/popover": "^0.6.1",
"@reach/portal": "^0.6.1",
"@reach/popover": "^0.6.2",
"@reach/portal": "^0.6.2",
"@reach/utils": "^0.6.1",
"escape-regexp": "0.0.1",
"highlight-words-core": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/component-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/component-component",
"version": "0.6.1",
"version": "0.6.2",
"description": "Declarative React Component Definitions",
"main": "index.js",
"module": "es/index.js",
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.1",
"version": "0.6.2",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/portal": "^0.6.1",
"@reach/portal": "^0.6.2",
"@reach/utils": "^0.6.1",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.2.1",
Expand Down
10 changes: 5 additions & 5 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.1",
"version": "0.6.2",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -10,11 +10,11 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/component-component": "^0.6.1",
"@reach/portal": "^0.6.1",
"@reach/rect": "^0.6.1",
"@reach/component-component": "^0.6.2",
"@reach/portal": "^0.6.2",
"@reach/rect": "^0.6.2",
"@reach/utils": "^0.6.1",
"@reach/window-size": "^0.6.1",
"@reach/window-size": "^0.6.2",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@reach/popover",
"version": "0.6.1",
"version": "0.6.2",
"description": "Render a portal positioned relative to another element.",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/portal": "^0.6.1",
"@reach/rect": "^0.6.1",
"@reach/portal": "^0.6.2",
"@reach/rect": "^0.6.2",
"@reach/utils": "^0.6.1",
"tabbable": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@reach/portal",
"version": "0.6.1",
"version": "0.6.2",
"description": "Declarative portals for React",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/component-component": "^0.6.1"
"@reach/component-component": "^0.6.2"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/rect",
"version": "0.6.1",
"version": "0.6.2",
"description": "Measure React elements position in the DOM",
"main": "index.js",
"module": "es/index.js",
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.6.1",
"version": "0.6.2",
"description": "Skip navigation links for screen reader and keyboard users.",
"main": "index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/slider",
"version": "0.6.1",
"version": "0.6.2",
"description": "Accessible React Slider Component",
"main": "index.js",
"module": "es/index.js",
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.6.1",
"version": "0.6.2",
"description": "Accessible React Tabs Component",
"main": "index.js",
"module": "es/index.js",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "0.6.2",
"description": "Accessible tooltips",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/portal": "^0.6.1",
"@reach/rect": "^0.6.1",
"@reach/portal": "^0.6.2",
"@reach/rect": "^0.6.2",
"@reach/utils": "^0.6.1",
"@reach/visually-hidden": "^0.6.1",
"@reach/visually-hidden": "^0.6.2",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/visually-hidden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/visually-hidden",
"version": "0.6.1",
"version": "0.6.2",
"description": "Render text that is announced to screen readers but visually hidden.",
"main": "index.js",
"module": "es/index.js",
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.6.1",
"version": "0.6.2",
"description": "Measure the window size in React",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 00e73c5

Please sign in to comment.