Skip to content

Commit def3e4a

Browse files
committed
v0.16.1
1 parent 0097329 commit def3e4a

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.16.0",
2+
"version": "0.16.1",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"

packages/accordion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/accordion",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Accessible React accordion component",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@reach/auto-id": "0.16.0",
17-
"@reach/descendants": "0.16.0",
17+
"@reach/descendants": "0.16.1",
1818
"@reach/utils": "0.16.0",
1919
"prop-types": "^15.7.2",
2020
"tiny-warning": "^1.0.3",

packages/combobox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/combobox",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Accessible React Combobox (Autocomplete).",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@reach/auto-id": "0.16.0",
17-
"@reach/descendants": "0.16.0",
17+
"@reach/descendants": "0.16.1",
1818
"@reach/popover": "0.16.0",
1919
"@reach/portal": "0.16.0",
2020
"@reach/utils": "0.16.0",

packages/descendants/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/descendants",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "A descendant index solution for better accessibility support in compound components",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",

packages/dropdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/dropdown",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "React dropdown menu.",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@reach/auto-id": "0.16.0",
17-
"@reach/descendants": "0.16.0",
17+
"@reach/descendants": "0.16.1",
1818
"@reach/popover": "0.16.0",
1919
"@reach/utils": "0.16.0",
2020
"tslib": "^2.3.0"

packages/listbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/listbox",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Accessible React listbox input.",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@reach/auto-id": "0.16.0",
17-
"@reach/descendants": "0.16.0",
17+
"@reach/descendants": "0.16.1",
1818
"@reach/machine": "0.16.0",
1919
"@reach/popover": "0.16.0",
2020
"@reach/utils": "0.16.0",

packages/menu-button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/menu-button",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Accessible React button dropdown menu.",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
"directory": "packages/menu-button"
1414
},
1515
"dependencies": {
16-
"@reach/dropdown": "0.16.0",
16+
"@reach/dropdown": "0.16.1",
1717
"@reach/popover": "0.16.0",
1818
"@reach/utils": "0.16.0",
1919
"prop-types": "^15.7.2",

packages/tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/tabs",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Accessible React Tabs Component",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@reach/auto-id": "0.16.0",
17-
"@reach/descendants": "0.16.0",
17+
"@reach/descendants": "0.16.1",
1818
"@reach/utils": "0.16.0",
1919
"prop-types": "^15.7.2",
2020
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)