diff --git a/lerna.json b/lerna.json index abb030e1d..9ded512fe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 799fd1f32..8ff1aaed2 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@reach/accordion", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React accordion component", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/descendants": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/descendants": "^0.10.1", + "@reach/utils": "^0.10.1", "tslib": "^1.11.1" }, "peerDependencies": { diff --git a/packages/alert-dialog/package.json b/packages/alert-dialog/package.json index 2240b2003..5ad29207c 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React Alert Dialog.", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/dialog": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/dialog": "^0.10.1", + "@reach/utils": "^0.10.1", "invariant": "^2.2.4", "prop-types": "^15.7.2", "tslib": "^1.11.1" diff --git a/packages/alert/package.json b/packages/alert/package.json index bb24fb113..cc2b9d2a6 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.10.0", + "version": "0.10.1", "description": "Screen-reader-friendly alert messages.", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/utils": "^0.10.0", - "@reach/visually-hidden": "^0.10.0", + "@reach/utils": "^0.10.1", + "@reach/visually-hidden": "^0.10.1", "prop-types": "^15.7.2", "tslib": "^1.11.1" }, diff --git a/packages/auto-id/package.json b/packages/auto-id/package.json index d7702889f..14b5bb5bd 100644 --- a/packages/auto-id/package.json +++ b/packages/auto-id/package.json @@ -1,6 +1,6 @@ { "name": "@reach/auto-id", - "version": "0.10.0", + "version": "0.10.1", "description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", "author": "React Training ", "license": "MIT", @@ -24,7 +24,7 @@ "dist" ], "dependencies": { - "@reach/utils": "^0.10.0", + "@reach/utils": "^0.10.1", "tslib": "^1.11.1" } } diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index d8b7e7881..08a072634 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/checkbox", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible components to build custom, tri-state checkboxes in React.", "author": "React Training ", "license": "MIT", @@ -14,9 +14,9 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/machine": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/machine": "^0.10.1", + "@reach/utils": "^0.10.1", "@xstate/fsm": "^1.3.0", "tslib": "^1.11.1" }, diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 8911d698c..2b2f6ee7b 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React Combobox (Autocomplete).", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/descendants": "^0.10.0", - "@reach/popover": "^0.10.0", - "@reach/portal": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/descendants": "^0.10.1", + "@reach/popover": "^0.10.1", + "@reach/portal": "^0.10.1", + "@reach/utils": "^0.10.1", "highlight-words-core": "1.2.2", "prop-types": "^15.7.2", "tslib": "^1.11.1" diff --git a/packages/component-component/package.json b/packages/component-component/package.json index d933a91b7..a61d13b86 100644 --- a/packages/component-component/package.json +++ b/packages/component-component/package.json @@ -1,6 +1,6 @@ { "name": "@reach/component-component", - "version": "0.10.0", + "version": "0.10.1", "description": "Declarative React Component Definitions", "author": "React Training ", "license": "MIT", diff --git a/packages/descendants/package.json b/packages/descendants/package.json index e3fafa66e..0d780ac36 100644 --- a/packages/descendants/package.json +++ b/packages/descendants/package.json @@ -1,6 +1,6 @@ { "name": "@reach/descendants", - "version": "0.10.0", + "version": "0.10.1", "description": "A descendant index solution for better accessibility support in compound components", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/utils": "^0.10.0", + "@reach/utils": "^0.10.1", "tslib": "^1.11.1" }, "peerDependencies": { diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 7c5eb2079..26c05bedc 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React Modal Dialog.", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/portal": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/portal": "^0.10.1", + "@reach/utils": "^0.10.1", "prop-types": "^15.7.2", "react-focus-lock": "^2.3.1", "react-remove-scroll": "^2.3.0", diff --git a/packages/disclosure/package.json b/packages/disclosure/package.json index f2fafbf93..314b7a4fe 100644 --- a/packages/disclosure/package.json +++ b/packages/disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@reach/disclosure", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React disclosure component", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/utils": "^0.10.1", "tslib": "^1.11.1" }, "peerDependencies": { diff --git a/packages/listbox/package.json b/packages/listbox/package.json index d87e8454e..71777f43b 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/listbox", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React listbox input.", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/descendants": "^0.10.0", - "@reach/machine": "^0.10.0", - "@reach/popover": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/descendants": "^0.10.1", + "@reach/machine": "^0.10.1", + "@reach/popover": "^0.10.1", + "@reach/utils": "^0.10.1", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/machine/package.json b/packages/machine/package.json index a8cbc48ad..68432d6fd 100644 --- a/packages/machine/package.json +++ b/packages/machine/package.json @@ -1,6 +1,6 @@ { "name": "@reach/machine", - "version": "0.10.0", + "version": "0.10.1", "description": "State machine utilities for the Reach UI library.", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/utils": "^0.10.0", + "@reach/utils": "^0.10.1", "@xstate/fsm": "^1.4.0", "tslib": "^1.11.1" }, diff --git a/packages/menu-button/package.json b/packages/menu-button/package.json index bc6fd855b..db1d20ec2 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React button dropdown menu.", "author": "React Training ", "license": "MIT", @@ -13,10 +13,10 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/descendants": "^0.10.0", - "@reach/popover": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/descendants": "^0.10.1", + "@reach/popover": "^0.10.1", + "@reach/utils": "^0.10.1", "prop-types": "^15.7.2", "tslib": "^1.11.1" }, diff --git a/packages/popover/package.json b/packages/popover/package.json index 5d28d3d0a..48aecce92 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.10.0", + "version": "0.10.1", "description": "Render a portal positioned relative to another element.", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/portal": "^0.10.0", - "@reach/rect": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/portal": "^0.10.1", + "@reach/rect": "^0.10.1", + "@reach/utils": "^0.10.1", "tabbable": "^4.0.0", "tslib": "^1.11.1" }, diff --git a/packages/portal/package.json b/packages/portal/package.json index 08bd5673c..fcafb551d 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@reach/portal", - "version": "0.10.0", + "version": "0.10.1", "description": "Declarative portals for React", "author": "React Training ", "license": "MIT", @@ -24,7 +24,7 @@ "dist" ], "dependencies": { - "@reach/utils": "^0.10.0", + "@reach/utils": "^0.10.1", "tslib": "^1.11.1" } } diff --git a/packages/rect/package.json b/packages/rect/package.json index 37dc5c789..c4df5adaa 100644 --- a/packages/rect/package.json +++ b/packages/rect/package.json @@ -1,6 +1,6 @@ { "name": "@reach/rect", - "version": "0.10.0", + "version": "0.10.1", "description": "Measure React elements position in the DOM", "author": "React Training ", "license": "MIT", @@ -14,7 +14,7 @@ }, "dependencies": { "@reach/observe-rect": "^1.1.0", - "@reach/utils": "^0.10.0", + "@reach/utils": "^0.10.1", "prop-types": "^15.7.2", "tslib": "^1.11.1" }, diff --git a/packages/skip-nav/package.json b/packages/skip-nav/package.json index c267f1599..9aaf8730a 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.10.0", + "version": "0.10.1", "description": "Skip navigation links for screen reader and keyboard users.", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/utils": "^0.10.0", + "@reach/utils": "^0.10.1", "tslib": "^1.11.1" }, "peerDependencies": { diff --git a/packages/slider/package.json b/packages/slider/package.json index c1f484b56..28bfba2c2 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React Slider Component", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/utils": "^0.10.1", "prop-types": "^15.7.2", "tslib": "^1.11.1" }, diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 8898d2b26..ac3501bc4 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible React Tabs Component", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/descendants": "^0.10.0", - "@reach/utils": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/descendants": "^0.10.1", + "@reach/utils": "^0.10.1", "prop-types": "^15.7.2", "tslib": "^1.11.1" }, diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index ec2c1651b..6e93afb03 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.10.0", + "version": "0.10.1", "description": "Accessible tooltips", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/auto-id": "^0.10.0", - "@reach/portal": "^0.10.0", - "@reach/rect": "^0.10.0", - "@reach/utils": "^0.10.0", - "@reach/visually-hidden": "^0.10.0", + "@reach/auto-id": "^0.10.1", + "@reach/portal": "^0.10.1", + "@reach/rect": "^0.10.1", + "@reach/utils": "^0.10.1", + "@reach/visually-hidden": "^0.10.1", "prop-types": "^15.7.2", "tslib": "^1.11.1" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index c85d1c2cc..30357f10e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.10.0", + "version": "0.10.1", "description": "Internal, shared utilities for Reach UI.", "author": "React Training ", "license": "MIT", diff --git a/packages/visually-hidden/package.json b/packages/visually-hidden/package.json index 7e184c98b..d09518697 100644 --- a/packages/visually-hidden/package.json +++ b/packages/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@reach/visually-hidden", - "version": "0.10.0", + "version": "0.10.1", "description": "Render text that is announced to screen readers but visually hidden.", "author": "React Training ", "license": "MIT", diff --git a/packages/window-size/package.json b/packages/window-size/package.json index 4b72a2eb0..6a3ad5ea9 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.10.0", + "version": "0.10.1", "description": "Measure the window size in React", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "build": "ts-node ../../scripts/build" }, "dependencies": { - "@reach/utils": "^0.10.0", + "@reach/utils": "^0.10.1", "prop-types": "^15.7.2", "tslib": "^1.11.1" },