diff --git a/lerna.json b/lerna.json index 8eb0ab265..5507d0171 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.8.5", + "version": "0.8.6", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 157664a08..156c960e3 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@reach/accordion", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible React accordion component", "author": "React Training ", "license": "MIT", @@ -15,9 +15,9 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.5", - "@reach/descendants": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/auto-id": "^0.8.6", + "@reach/descendants": "^0.8.6", + "@reach/utils": "^0.8.6", "tslib": "^1.10.0", "warning": "^4.0.3" }, diff --git a/packages/alert-dialog/package.json b/packages/alert-dialog/package.json index 9302e6c3e..e1c51b7db 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible React Alert Dialog.", "author": "React Training ", "license": "MIT", @@ -15,9 +15,9 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.5", - "@reach/dialog": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/auto-id": "^0.8.6", + "@reach/dialog": "^0.8.6", + "@reach/utils": "^0.8.6", "invariant": "^2.2.4", "prop-types": "^15.7.2", "tslib": "^1.10.0" diff --git a/packages/alert/package.json b/packages/alert/package.json index b9281b6c2..89ead0af0 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.8.5", + "version": "0.8.6", "description": "Screen-reader-friendly alert messages.", "author": "React Training ", "license": "MIT", @@ -15,8 +15,8 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/utils": "^0.8.5", - "@reach/visually-hidden": "^0.8.2", + "@reach/utils": "^0.8.6", + "@reach/visually-hidden": "^0.8.6", "prop-types": "^15.7.2", "tslib": "^1.10.0" }, diff --git a/packages/auto-id/package.json b/packages/auto-id/package.json index c3a46a0ec..0246c758f 100644 --- a/packages/auto-id/package.json +++ b/packages/auto-id/package.json @@ -1,6 +1,6 @@ { "name": "@reach/auto-id", - "version": "0.8.5", + "version": "0.8.6", "description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", "author": "React Training ", "license": "MIT", @@ -26,7 +26,7 @@ "dist" ], "dependencies": { - "@reach/utils": "^0.8.5", + "@reach/utils": "^0.8.6", "tslib": "^1.10.0" } } diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 757a6e6ea..4b8cb7161 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/checkbox", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible components to build custom, tri-state checkboxes in React.", "author": "React Training ", "license": "MIT", @@ -16,9 +16,9 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/machine": "0.1.0", - "@reach/auto-id": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/auto-id": "^0.8.6", + "@reach/machine": "^0.8.6", + "@reach/utils": "^0.8.6", "@xstate/fsm": "^1.3.0", "tslib": "^1.10.0", "warning": "^4.0.3" diff --git a/packages/combobox/package.json b/packages/combobox/package.json index eee4dea0a..c0caec973 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible React Combobox (Autocomplete).", "author": "React Training ", "license": "MIT", @@ -15,11 +15,11 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.5", - "@reach/descendants": "^0.8.5", - "@reach/popover": "^0.8.5", - "@reach/portal": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/auto-id": "^0.8.6", + "@reach/descendants": "^0.8.6", + "@reach/popover": "^0.8.6", + "@reach/portal": "^0.8.6", + "@reach/utils": "^0.8.6", "escape-regexp": "0.0.1", "highlight-words-core": "1.2.2", "prop-types": "^15.7.2", diff --git a/packages/component-component/package.json b/packages/component-component/package.json index 01b64427c..7f74940f1 100644 --- a/packages/component-component/package.json +++ b/packages/component-component/package.json @@ -1,6 +1,6 @@ { "name": "@reach/component-component", - "version": "0.8.2", + "version": "0.8.6", "description": "Declarative React Component Definitions", "author": "React Training ", "license": "MIT", diff --git a/packages/descendants/package.json b/packages/descendants/package.json index 800461205..5b528cd1d 100644 --- a/packages/descendants/package.json +++ b/packages/descendants/package.json @@ -1,6 +1,6 @@ { "name": "@reach/descendants", - "version": "0.8.5", + "version": "0.8.6", "description": "A descendant index solution for better accessibility support in compound components", "author": "React Training ", "license": "MIT", @@ -15,7 +15,7 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/utils": "^0.8.5", + "@reach/utils": "^0.8.6", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/dialog/package.json b/packages/dialog/package.json index fb71cc25b..7c70584dd 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible React Modal Dialog.", "author": "React Training ", "license": "MIT", @@ -15,8 +15,8 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/portal": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/portal": "^0.8.6", + "@reach/utils": "^0.8.6", "prop-types": "^15.7.2", "react-focus-lock": "^2.2.1", "react-remove-scroll": "^2.2.0", diff --git a/packages/disclosure/package.json b/packages/disclosure/package.json index 2ac8e06fe..3a9c8acca 100644 --- a/packages/disclosure/package.json +++ b/packages/disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@reach/disclosure", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible React disclosure component", "author": "React Training ", "license": "MIT", @@ -15,8 +15,8 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/auto-id": "^0.8.6", + "@reach/utils": "^0.8.6", "tslib": "^1.10.0", "warning": "^4.0.3" }, diff --git a/packages/listbox/package.json b/packages/listbox/package.json index 008e7c870..db5c572d2 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/listbox", - "version": "0.1.0", + "version": "0.8.6", "description": "Accessible React listbox input.", "author": "React Training ", "license": "MIT", @@ -15,10 +15,10 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/descendants": "^0.8.5", - "@reach/machine": "^0.1.0", - "@reach/popover": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/descendants": "^0.8.6", + "@reach/machine": "^0.8.6", + "@reach/popover": "^0.8.6", + "@reach/utils": "^0.8.6", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/machine/package.json b/packages/machine/package.json index fff2a466f..331687b66 100644 --- a/packages/machine/package.json +++ b/packages/machine/package.json @@ -1,6 +1,6 @@ { "name": "@reach/machine", - "version": "0.1.0", + "version": "0.8.6", "description": "State machine utilities for the Reach UI library.", "author": "React Training ", "license": "MIT", @@ -15,8 +15,8 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { + "@reach/utils": "^0.8.6", "@xstate/fsm": "^1.3.0", - "@reach/utils": "^0.8.5", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/menu-button/package.json b/packages/menu-button/package.json index e56befe40..188d55f6d 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible React button dropdown menu.", "author": "React Training ", "license": "MIT", @@ -15,10 +15,10 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.5", - "@reach/descendants": "^0.8.5", - "@reach/popover": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/auto-id": "^0.8.6", + "@reach/descendants": "^0.8.6", + "@reach/popover": "^0.8.6", + "@reach/utils": "^0.8.6", "prop-types": "^15.7.2", "tslib": "^1.10.0", "warning": "^4.0.3" diff --git a/packages/popover/package.json b/packages/popover/package.json index e6f21805d..dbadf1dae 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.8.5", + "version": "0.8.6", "description": "Render a portal positioned relative to another element.", "author": "React Training ", "license": "MIT", @@ -15,9 +15,9 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/portal": "^0.8.5", - "@reach/rect": "^0.8.2", - "@reach/utils": "^0.8.5", + "@reach/portal": "^0.8.6", + "@reach/rect": "^0.8.6", + "@reach/utils": "^0.8.6", "tabbable": "^4.0.0", "tslib": "^1.10.0" }, diff --git a/packages/portal/package.json b/packages/portal/package.json index 6e0f7a5f8..c7caef3c4 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@reach/portal", - "version": "0.8.5", + "version": "0.8.6", "description": "Declarative portals for React", "author": "React Training ", "license": "MIT", @@ -26,7 +26,7 @@ "dist" ], "dependencies": { - "@reach/utils": "^0.8.5", + "@reach/utils": "^0.8.6", "tslib": "^1.10.0" } } diff --git a/packages/rect/package.json b/packages/rect/package.json index b1786fb86..3eeb0c438 100644 --- a/packages/rect/package.json +++ b/packages/rect/package.json @@ -1,6 +1,6 @@ { "name": "@reach/rect", - "version": "0.8.2", + "version": "0.8.6", "description": "Measure React elements position in the DOM", "author": "React Training ", "license": "MIT", @@ -16,7 +16,7 @@ }, "dependencies": { "@reach/observe-rect": "^1.0.5", - "@reach/utils": "^0.8.5", + "@reach/utils": "^0.8.6", "prop-types": "^15.7.2", "tslib": "^1.10.0" }, diff --git a/packages/skip-nav/package.json b/packages/skip-nav/package.json index 0ff881465..c0aa93618 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.8.5", + "version": "0.8.6", "description": "Skip navigation links for screen reader and keyboard users.", "author": "React Training ", "license": "MIT", @@ -15,7 +15,7 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/utils": "^0.8.5", + "@reach/utils": "^0.8.6", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/slider/package.json b/packages/slider/package.json index 067b12d91..0776d0c02 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible React Slider Component", "author": "React Training ", "license": "MIT", @@ -15,8 +15,8 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/auto-id": "^0.8.6", + "@reach/utils": "^0.8.6", "prop-types": "^15.7.2", "tslib": "^1.10.0", "warning": "^4.0.3" diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 0273a8a45..918707c3c 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible React Tabs Component", "author": "React Training ", "license": "MIT", @@ -15,9 +15,9 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.5", - "@reach/descendants": "^0.8.5", - "@reach/utils": "^0.8.5", + "@reach/auto-id": "^0.8.6", + "@reach/descendants": "^0.8.6", + "@reach/utils": "^0.8.6", "prop-types": "^15.7.2", "tslib": "^1.10.0", "warning": "^4.0.3" diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 53b0c154a..c84a7661d 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.8.5", + "version": "0.8.6", "description": "Accessible tooltips", "author": "React Training ", "license": "MIT", @@ -15,11 +15,11 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.5", - "@reach/portal": "^0.8.5", - "@reach/rect": "^0.8.2", - "@reach/utils": "^0.8.5", - "@reach/visually-hidden": "^0.8.2", + "@reach/auto-id": "^0.8.6", + "@reach/portal": "^0.8.6", + "@reach/rect": "^0.8.6", + "@reach/utils": "^0.8.6", + "@reach/visually-hidden": "^0.8.6", "prop-types": "^15.7.2", "tslib": "^1.10.0" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index f16059dd4..95590b075 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.8.5", + "version": "0.8.6", "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 23ad57245..1abc3cb8a 100644 --- a/packages/visually-hidden/package.json +++ b/packages/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@reach/visually-hidden", - "version": "0.8.2", + "version": "0.8.6", "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 406e7fec5..07567f5fc 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.8.5", + "version": "0.8.6", "description": "Measure the window size in React", "author": "React Training ", "license": "MIT", @@ -15,7 +15,7 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/utils": "^0.8.5", + "@reach/utils": "^0.8.6", "prop-types": "^15.7.2", "tslib": "^1.10.0" },