Skip to content

Commit

Permalink
v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Strickland committed May 11, 2020
1 parent 4c2b48c commit 9e4b9ad
Show file tree
Hide file tree
Showing 23 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.10.1",
"version": "0.10.2",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/accordion",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React accordion component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/descendants": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/descendants": "^0.10.2",
"@reach/utils": "^0.10.2",
"tslib": "^1.11.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/alert-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/alert-dialog",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/dialog": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/dialog": "^0.10.2",
"@reach/utils": "^0.10.2",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"tslib": "^1.11.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/alert",
"version": "0.10.1",
"version": "0.10.2",
"description": "Screen-reader-friendly alert messages.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/utils": "^0.10.1",
"@reach/visually-hidden": "^0.10.1",
"@reach/utils": "^0.10.2",
"@reach/visually-hidden": "^0.10.2",
"prop-types": "^15.7.2",
"tslib": "^1.11.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-id/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/auto-id",
"version": "0.10.1",
"version": "0.10.2",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"dist"
],
"dependencies": {
"@reach/utils": "^0.10.1",
"@reach/utils": "^0.10.2",
"tslib": "^1.11.2"
}
}
8 changes: 4 additions & 4 deletions packages/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/checkbox",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible components to build custom, tri-state checkboxes in React.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,9 +14,9 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/machine": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/machine": "^0.10.2",
"@reach/utils": "^0.10.2",
"@xstate/fsm": "^1.3.0",
"tslib": "^1.11.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,11 +13,11 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/descendants": "^0.10.1",
"@reach/popover": "^0.10.1",
"@reach/portal": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/descendants": "^0.10.2",
"@reach/popover": "^0.10.2",
"@reach/portal": "^0.10.2",
"@reach/utils": "^0.10.2",
"highlight-words-core": "1.2.2",
"prop-types": "^15.7.2",
"tslib": "^1.11.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/descendants/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/descendants",
"version": "0.10.1",
"version": "0.10.2",
"description": "A descendant index solution for better accessibility support in compound components",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/utils": "^0.10.1",
"@reach/utils": "^0.10.2",
"tslib": "^1.11.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/portal": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/portal": "^0.10.2",
"@reach/utils": "^0.10.2",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.3.1",
"react-remove-scroll": "^2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/disclosure/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/disclosure",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React disclosure component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/utils": "^0.10.2",
"tslib": "^1.11.2"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/listbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/listbox",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React listbox input.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,11 +13,11 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/descendants": "^0.10.1",
"@reach/machine": "^0.10.1",
"@reach/popover": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/descendants": "^0.10.2",
"@reach/machine": "^0.10.2",
"@reach/popover": "^0.10.2",
"@reach/utils": "^0.10.2",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/machine/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/machine",
"version": "0.10.1",
"version": "0.10.2",
"description": "State machine utilities for the Reach UI library.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/utils": "^0.10.1",
"@reach/utils": "^0.10.2",
"@xstate/fsm": "^1.4.0",
"tslib": "^1.11.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/menu-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/menu-button",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,10 +13,10 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/descendants": "^0.10.1",
"@reach/popover": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/descendants": "^0.10.2",
"@reach/popover": "^0.10.2",
"@reach/utils": "^0.10.2",
"prop-types": "^15.7.2",
"tslib": "^1.11.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/popover",
"version": "0.10.1",
"version": "0.10.2",
"description": "Render a portal positioned relative to another element.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/portal": "^0.10.1",
"@reach/rect": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/portal": "^0.10.2",
"@reach/rect": "^0.10.2",
"@reach/utils": "^0.10.2",
"tabbable": "^4.0.0",
"tslib": "^1.11.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/portal",
"version": "0.10.1",
"version": "0.10.2",
"description": "Declarative portals for React",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"dist"
],
"dependencies": {
"@reach/utils": "^0.10.1",
"@reach/utils": "^0.10.2",
"tslib": "^1.11.2"
}
}
4 changes: 2 additions & 2 deletions packages/rect/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/rect",
"version": "0.10.1",
"version": "0.10.2",
"description": "Measure React elements position in the DOM",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/observe-rect": "^1.1.0",
"@reach/utils": "^0.10.1",
"@reach/utils": "^0.10.2",
"prop-types": "^15.7.2",
"tslib": "^1.11.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/skip-nav/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/skip-nav",
"version": "0.10.1",
"version": "0.10.2",
"description": "Skip navigation links for screen reader and keyboard users.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/utils": "^0.10.1",
"@reach/utils": "^0.10.2",
"tslib": "^1.11.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/slider/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/slider",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React Slider Component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/utils": "^0.10.2",
"prop-types": "^15.7.2",
"tslib": "^1.11.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/tabs",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible React Tabs Component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/descendants": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/descendants": "^0.10.2",
"@reach/utils": "^0.10.2",
"prop-types": "^15.7.2",
"tslib": "^1.11.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/tooltip",
"version": "0.10.1",
"version": "0.10.2",
"description": "Accessible tooltips",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,11 +13,11 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/auto-id": "^0.10.1",
"@reach/portal": "^0.10.1",
"@reach/rect": "^0.10.1",
"@reach/utils": "^0.10.1",
"@reach/visually-hidden": "^0.10.1",
"@reach/auto-id": "^0.10.2",
"@reach/portal": "^0.10.2",
"@reach/rect": "^0.10.2",
"@reach/utils": "^0.10.2",
"@reach/visually-hidden": "^0.10.2",
"prop-types": "^15.7.2",
"tslib": "^1.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/utils",
"version": "0.10.1",
"version": "0.10.2",
"description": "Internal, shared utilities for Reach UI.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down

0 comments on commit 9e4b9ad

Please sign in to comment.