Skip to content

Commit

Permalink
v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 17, 2021
1 parent 04c2987 commit d81d462
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.16.1",
"version": "0.16.2",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/alert-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/alert-dialog",
"version": "0.16.0",
"version": "0.16.2",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/dialog": "0.16.0",
"@reach/dialog": "0.16.2",
"@reach/utils": "0.16.0",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.16.1",
"version": "0.16.2",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/descendants": "0.16.1",
"@reach/popover": "0.16.0",
"@reach/portal": "0.16.0",
"@reach/popover": "0.16.2",
"@reach/portal": "0.16.2",
"@reach/utils": "0.16.0",
"prop-types": "^15.7.2",
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.16.0",
"version": "0.16.2",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"directory": "packages/dialog"
},
"dependencies": {
"@reach/portal": "0.16.0",
"@reach/portal": "0.16.2",
"@reach/utils": "0.16.0",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/disclosure/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/disclosure",
"version": "0.16.0",
"version": "0.16.2",
"description": "Accessible React disclosure component",
"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.1",
"version": "0.16.2",
"description": "React dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/descendants": "0.16.1",
"@reach/popover": "0.16.0",
"@reach/popover": "0.16.2",
"@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.1",
"version": "0.16.2",
"description": "Accessible React listbox input.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"@reach/auto-id": "0.16.0",
"@reach/descendants": "0.16.1",
"@reach/machine": "0.16.0",
"@reach/popover": "0.16.0",
"@reach/popover": "0.16.2",
"@reach/utils": "0.16.0",
"prop-types": "^15.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/menu-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/menu-button",
"version": "0.16.1",
"version": "0.16.2",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
"directory": "packages/menu-button"
},
"dependencies": {
"@reach/dropdown": "0.16.1",
"@reach/popover": "0.16.0",
"@reach/dropdown": "0.16.2",
"@reach/popover": "0.16.2",
"@reach/utils": "0.16.0",
"prop-types": "^15.7.2",
"tiny-warning": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/popover",
"version": "0.16.0",
"version": "0.16.2",
"description": "Render a portal positioned relative to another element.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"directory": "packages/popover"
},
"dependencies": {
"@reach/portal": "0.16.0",
"@reach/portal": "0.16.2",
"@reach/rect": "0.16.0",
"@reach/utils": "0.16.0",
"tabbable": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/portal",
"version": "0.16.0",
"version": "0.16.2",
"description": "Declarative portals for React",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/tooltip",
"version": "0.16.0",
"version": "0.16.2",
"description": "Accessible tooltips",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "0.16.0",
"@reach/portal": "0.16.0",
"@reach/portal": "0.16.2",
"@reach/rect": "0.16.0",
"@reach/utils": "0.16.0",
"@reach/visually-hidden": "0.16.0",
Expand Down

0 comments on commit d81d462

Please sign in to comment.