Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Strickland committed Apr 20, 2021
1 parent 7b73362 commit 18b182e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.15.0",
"version": "0.15.1",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/accordion",
"version": "0.15.0",
"version": "0.15.1",
"description": "Accessible React accordion component",
"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.15.0",
"version": "0.15.1",
"description": "Accessible components to build custom, tri-state checkboxes in React.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.15.0",
"version": "0.15.1",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0",
"version": "0.15.1",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down

0 comments on commit 18b182e

Please sign in to comment.