Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Strickland committed Nov 15, 2019
1 parent 25a01e0 commit c1e2494
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"packages": ["packages/*"],
"registry": "https://registry.npmjs.org/",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/alert-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/alert-dialog",
"version": "0.6.0",
"version": "0.6.1",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.0",
"@reach/dialog": "^0.6.0",
"@reach/utils": "^0.6.0",
"@reach/auto-id": "^0.6.1",
"@reach/dialog": "^0.6.1",
"@reach/utils": "^0.6.1",
"invariant": "^2.2.4",
"prop-types": "^15.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/alert/package.json
@@ -1,15 +1,15 @@
{
"name": "@reach/alert",
"version": "0.6.0",
"version": "0.6.1",
"description": "Screenreader friendly alert messages.",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/utils": "^0.6.0",
"@reach/visually-hidden": "^0.6.0",
"@reach/utils": "^0.6.1",
"@reach/visually-hidden": "^0.6.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-id/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/auto-id",
"version": "0.6.0",
"version": "0.6.1",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
"main": "index.js",
"module": "es/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.6.0",
"version": "0.6.1",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -10,10 +10,10 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.0",
"@reach/popover": "^0.6.0",
"@reach/portal": "^0.6.0",
"@reach/utils": "^0.6.0",
"@reach/auto-id": "^0.6.1",
"@reach/popover": "^0.6.1",
"@reach/portal": "^0.6.1",
"@reach/utils": "^0.6.1",
"escape-regexp": "0.0.1",
"highlight-words-core": "1.2.0",
"prop-types": "^15.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/component-component/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/component-component",
"version": "0.6.0",
"version": "0.6.1",
"description": "Declarative React Component Definitions",
"main": "index.js",
"module": "es/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.6.0",
"version": "0.6.1",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -10,8 +10,8 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/portal": "^0.6.0",
"@reach/utils": "^0.6.0",
"@reach/portal": "^0.6.1",
"@reach/utils": "^0.6.1",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.2.1",
"react-remove-scroll": "^2.2.0"
Expand All @@ -21,7 +21,7 @@
"react-dom": "^16.8.0"
},
"devDependencies": {
"@reach/menu-button": "^0.6.0",
"@reach/menu-button": "^0.6.1",
"react": "^16.11.0",
"react-spring": "^8.0.27",
"react-test-renderer": "^16.11.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/menu-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/menu-button",
"version": "0.6.0",
"version": "0.6.1",
"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.0",
"@reach/portal": "^0.6.0",
"@reach/rect": "^0.6.0",
"@reach/utils": "^0.6.0",
"@reach/window-size": "^0.6.0",
"@reach/component-component": "^0.6.1",
"@reach/portal": "^0.6.1",
"@reach/rect": "^0.6.1",
"@reach/utils": "^0.6.1",
"@reach/window-size": "^0.6.1",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@reach/router": "^1.2.1",
"@reach/tooltip": "^0.6.0",
"@reach/tooltip": "^0.6.1",
"react": "^16.11.0",
"react-test-renderer": "^16.11.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/popover/package.json
@@ -1,16 +1,16 @@
{
"name": "@reach/popover",
"version": "0.6.0",
"version": "0.6.1",
"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.0",
"@reach/rect": "^0.6.0",
"@reach/utils": "^0.6.0",
"@reach/portal": "^0.6.1",
"@reach/rect": "^0.6.1",
"@reach/utils": "^0.6.1",
"tabbable": "^4.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/package.json
@@ -1,14 +1,14 @@
{
"name": "@reach/portal",
"version": "0.6.0",
"version": "0.6.1",
"description": "Declarative portals for React",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/component-component": "^0.6.0"
"@reach/component-component": "^0.6.1"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rect/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/rect",
"version": "0.6.0",
"version": "0.6.1",
"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
@@ -1,6 +1,6 @@
{
"name": "@reach/skip-nav",
"version": "0.6.0",
"version": "0.6.1",
"description": "Skip navigation links for screen reader and keyboard users.",
"main": "index.js",
"module": "es/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/slider/package.json
@@ -1,15 +1,15 @@
{
"name": "@reach/slider",
"version": "0.6.0",
"version": "0.6.1",
"description": "Accessible React Slider Component",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.0",
"@reach/utils": "^0.6.0",
"@reach/auto-id": "^0.6.1",
"@reach/utils": "^0.6.1",
"warning": "^4.0.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tabs/package.json
@@ -1,15 +1,15 @@
{
"name": "@reach/tabs",
"version": "0.6.0",
"version": "0.6.1",
"description": "Accessible React Tabs Component",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.0",
"@reach/utils": "^0.6.0",
"@reach/auto-id": "^0.6.1",
"@reach/utils": "^0.6.1",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/tooltip/package.json
@@ -1,18 +1,18 @@
{
"name": "@reach/tooltip",
"version": "0.6.0",
"version": "0.6.1",
"description": "Accessible tooltips",
"main": "index.js",
"module": "es/index.js",
"scripts": {
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.0",
"@reach/portal": "^0.6.0",
"@reach/rect": "^0.6.0",
"@reach/utils": "^0.6.0",
"@reach/visually-hidden": "^0.6.0",
"@reach/auto-id": "^0.6.1",
"@reach/portal": "^0.6.1",
"@reach/rect": "^0.6.1",
"@reach/utils": "^0.6.1",
"@reach/visually-hidden": "^0.6.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/utils",
"version": "0.6.0",
"version": "0.6.1",
"description": "Internal, shared utilities for Reach UI.",
"main": "index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/visually-hidden/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/visually-hidden",
"version": "0.6.0",
"version": "0.6.1",
"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
@@ -1,6 +1,6 @@
{
"name": "@reach/window-size",
"version": "0.6.0",
"version": "0.6.1",
"description": "Measure the window size in React",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit c1e2494

Please sign in to comment.