Skip to content

Commit 5c6de02

Browse files
author
Chance Strickland
committed
v0.11.1
1 parent 7eaa669 commit 5c6de02

File tree

24 files changed

+73
-73
lines changed

24 files changed

+73
-73
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.11.0",
2+
"version": "0.11.1",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"

packages/accordion/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/accordion",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Accessible React accordion component",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -13,9 +13,9 @@
1313
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
1414
},
1515
"dependencies": {
16-
"@reach/auto-id": "0.11.0",
17-
"@reach/descendants": "0.11.0",
18-
"@reach/utils": "0.11.0",
16+
"@reach/auto-id": "0.11.1",
17+
"@reach/descendants": "0.11.1",
18+
"@reach/utils": "0.11.1",
1919
"tslib": "^2.0.0"
2020
},
2121
"peerDependencies": {

packages/alert-dialog/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/alert-dialog",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Accessible React Alert Dialog.",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -13,9 +13,9 @@
1313
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
1414
},
1515
"dependencies": {
16-
"@reach/auto-id": "0.11.0",
17-
"@reach/dialog": "0.11.0",
18-
"@reach/utils": "0.11.0",
16+
"@reach/auto-id": "0.11.1",
17+
"@reach/dialog": "0.11.1",
18+
"@reach/utils": "0.11.1",
1919
"invariant": "^2.2.4",
2020
"prop-types": "^15.7.2",
2121
"tslib": "^2.0.0"

packages/alert/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/alert",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Screen-reader-friendly alert messages.",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -13,8 +13,8 @@
1313
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
1414
},
1515
"dependencies": {
16-
"@reach/utils": "0.11.0",
17-
"@reach/visually-hidden": "0.11.0",
16+
"@reach/utils": "0.11.1",
17+
"@reach/visually-hidden": "0.11.1",
1818
"prop-types": "^15.7.2",
1919
"tslib": "^2.0.0"
2020
},

packages/auto-id/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/auto-id",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"dist"
2525
],
2626
"dependencies": {
27-
"@reach/utils": "0.11.0",
27+
"@reach/utils": "0.11.1",
2828
"tslib": "^2.0.0"
2929
}
3030
}

packages/checkbox/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/checkbox",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Accessible components to build custom, tri-state checkboxes in React.",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -14,9 +14,9 @@
1414
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
1515
},
1616
"dependencies": {
17-
"@reach/auto-id": "0.11.0",
18-
"@reach/machine": "0.11.0",
19-
"@reach/utils": "0.11.0",
17+
"@reach/auto-id": "0.11.1",
18+
"@reach/machine": "0.11.1",
19+
"@reach/utils": "0.11.1",
2020
"tslib": "^2.0.0"
2121
},
2222
"peerDependencies": {

packages/combobox/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/combobox",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Accessible React Combobox (Autocomplete).",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -13,11 +13,11 @@
1313
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
1414
},
1515
"dependencies": {
16-
"@reach/auto-id": "0.11.0",
17-
"@reach/descendants": "0.11.0",
18-
"@reach/popover": "0.11.0",
19-
"@reach/portal": "0.11.0",
20-
"@reach/utils": "0.11.0",
16+
"@reach/auto-id": "0.11.1",
17+
"@reach/descendants": "0.11.1",
18+
"@reach/popover": "0.11.1",
19+
"@reach/portal": "0.11.1",
20+
"@reach/utils": "0.11.1",
2121
"highlight-words-core": "1.2.2",
2222
"prop-types": "^15.7.2",
2323
"tslib": "^2.0.0"

packages/component-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/component-component",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Declarative React Component Definitions",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",

packages/descendants/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/descendants",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "A descendant index solution for better accessibility support in compound components",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
1414
},
1515
"dependencies": {
16-
"@reach/utils": "0.11.0",
16+
"@reach/utils": "0.11.1",
1717
"tslib": "^2.0.0"
1818
},
1919
"peerDependencies": {

packages/dialog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reach/dialog",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Accessible React Modal Dialog.",
55
"author": "React Training <[email protected]>",
66
"license": "MIT",
@@ -13,8 +13,8 @@
1313
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
1414
},
1515
"dependencies": {
16-
"@reach/portal": "0.11.0",
17-
"@reach/utils": "0.11.0",
16+
"@reach/portal": "0.11.1",
17+
"@reach/utils": "0.11.1",
1818
"prop-types": "^15.7.2",
1919
"react-focus-lock": "^2.3.1",
2020
"react-remove-scroll": "^2.3.0",

0 commit comments

Comments
 (0)