Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Strickland committed Mar 19, 2020
1 parent 28d3fed commit 19b5b1e
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 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.9.0",
"version": "0.9.1",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/accordion",
"version": "0.9.0",
"version": "0.9.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.9.0",
"@reach/descendants": "^0.9.0",
"@reach/descendants": "^0.9.1",
"@reach/utils": "^0.9.0",
"tslib": "^1.10.0",
"warning": "^4.0.3"
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.9.0",
"version": "0.9.1",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "^0.9.0",
"@reach/dialog": "^0.9.0",
"@reach/dialog": "^0.9.1",
"@reach/utils": "^0.9.0",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/alert",
"version": "0.9.0",
"version": "0.9.1",
"description": "Screen-reader-friendly alert messages.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/checkbox",
"version": "0.9.0",
"version": "0.9.1",
"description": "Accessible components to build custom, tri-state checkboxes in React.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.9.0",
"version": "0.9.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.9.0",
"@reach/descendants": "^0.9.0",
"@reach/descendants": "^0.9.1",
"@reach/popover": "^0.9.0",
"@reach/portal": "^0.9.0",
"@reach/utils": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/descendants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/descendants",
"version": "0.9.0",
"version": "0.9.1",
"description": "A descendant index solution for better accessibility support in compound components",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.9.0",
"version": "0.9.1",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/disclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/disclosure",
"version": "0.9.0",
"version": "0.9.1",
"description": "Accessible React disclosure component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/listbox",
"version": "0.9.0",
"version": "0.9.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.9.0",
"@reach/descendants": "^0.9.0",
"@reach/descendants": "^0.9.1",
"@reach/machine": "^0.9.0",
"@reach/popover": "^0.9.0",
"@reach/utils": "^0.9.0",
Expand Down
4 changes: 2 additions & 2 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.9.0",
"version": "0.9.1",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@reach/auto-id": "^0.9.0",
"@reach/descendants": "^0.9.0",
"@reach/descendants": "^0.9.1",
"@reach/popover": "^0.9.0",
"@reach/utils": "^0.9.0",
"prop-types": "^15.7.2",
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.9.0",
"version": "0.9.1",
"description": "Accessible React Slider Component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tabs",
"version": "0.9.0",
"version": "0.9.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.9.0",
"@reach/descendants": "^0.9.0",
"@reach/descendants": "^0.9.1",
"@reach/utils": "^0.9.0",
"prop-types": "^15.7.2",
"tslib": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tooltip",
"version": "0.9.0",
"version": "0.9.1",
"description": "Accessible tooltips",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down

0 comments on commit 19b5b1e

Please sign in to comment.