Skip to content

Commit

Permalink
v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Aug 2, 2021
1 parent 0097329 commit def3e4a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.16.0",
"version": "0.16.1",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/accordion",
"version": "0.16.0",
"version": "0.16.1",
"description": "Accessible React accordion component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/descendants": "0.16.0",
"@reach/descendants": "0.16.1",
"@reach/utils": "0.16.0",
"prop-types": "^15.7.2",
"tiny-warning": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.16.0",
"version": "0.16.1",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/descendants": "0.16.0",
"@reach/descendants": "0.16.1",
"@reach/popover": "0.16.0",
"@reach/portal": "0.16.0",
"@reach/utils": "0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/descendants/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/descendants",
"version": "0.16.0",
"version": "0.16.1",
"description": "A descendant index solution for better accessibility support in compound components",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/dropdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/dropdown",
"version": "0.16.0",
"version": "0.16.1",
"description": "React dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/descendants": "0.16.0",
"@reach/descendants": "0.16.1",
"@reach/popover": "0.16.0",
"@reach/utils": "0.16.0",
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/listbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/listbox",
"version": "0.16.0",
"version": "0.16.1",
"description": "Accessible React listbox input.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/descendants": "0.16.0",
"@reach/descendants": "0.16.1",
"@reach/machine": "0.16.0",
"@reach/popover": "0.16.0",
"@reach/utils": "0.16.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/menu-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/menu-button",
"version": "0.16.0",
"version": "0.16.1",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"directory": "packages/menu-button"
},
"dependencies": {
"@reach/dropdown": "0.16.0",
"@reach/dropdown": "0.16.1",
"@reach/popover": "0.16.0",
"@reach/utils": "0.16.0",
"prop-types": "^15.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/tabs",
"version": "0.16.0",
"version": "0.16.1",
"description": "Accessible React Tabs Component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/descendants": "0.16.0",
"@reach/descendants": "0.16.1",
"@reach/utils": "0.16.0",
"prop-types": "^15.7.2",
"tslib": "^2.3.0"
Expand Down

0 comments on commit def3e4a

Please sign in to comment.