diff --git a/lerna.json b/lerna.json index 803b6532b..a740bb953 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.15.3", + "version": "0.16.0", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 0eb88f7a1..5ab74263d 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@reach/accordion", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React accordion component", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/accordion" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/descendants": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/descendants": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/alert-dialog/package.json b/packages/alert-dialog/package.json index abcab40b4..6426f824e 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React Alert Dialog.", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/alert-dialog" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/dialog": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/dialog": "0.16.0", + "@reach/utils": "0.16.0", "invariant": "^2.2.4", "prop-types": "^15.7.2", "tslib": "^2.3.0" diff --git a/packages/alert/package.json b/packages/alert/package.json index 55df8c33e..5ddbb1692 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.15.3", + "version": "0.16.0", "description": "Screen-reader-friendly alert messages.", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/alert" }, "dependencies": { - "@reach/utils": "0.15.3", - "@reach/visually-hidden": "0.15.2", + "@reach/utils": "0.16.0", + "@reach/visually-hidden": "0.16.0", "prop-types": "^15.7.2", "tslib": "^2.3.0" }, diff --git a/packages/auto-id/package.json b/packages/auto-id/package.json index 3428ab9fd..b586d6a08 100644 --- a/packages/auto-id/package.json +++ b/packages/auto-id/package.json @@ -1,6 +1,6 @@ { "name": "@reach/auto-id", - "version": "0.15.3", + "version": "0.16.0", "description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/auto-id" }, "dependencies": { - "@reach/utils": "0.15.3", + "@reach/utils": "0.16.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 052b8e28d..dfe4281aa 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/checkbox", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible components to build custom, tri-state checkboxes in React.", "author": "React Training ", "license": "MIT", @@ -14,9 +14,9 @@ "directory": "packages/checkbox" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/machine": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/machine": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 065118fee..163d92b95 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React Combobox (Autocomplete).", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/combobox" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/descendants": "0.15.3", - "@reach/popover": "0.15.3", - "@reach/portal": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/descendants": "0.16.0", + "@reach/popover": "0.16.0", + "@reach/portal": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tslib": "^2.3.0" }, diff --git a/packages/component-component/package.json b/packages/component-component/package.json index effb1e032..3a87f9b31 100644 --- a/packages/component-component/package.json +++ b/packages/component-component/package.json @@ -1,6 +1,6 @@ { "name": "@reach/component-component", - "version": "0.15.3", + "version": "0.16.0", "description": "Declarative React Component Definitions", "author": "React Training ", "license": "MIT", diff --git a/packages/descendants/package.json b/packages/descendants/package.json index c0d0e369f..d4f70d8dd 100644 --- a/packages/descendants/package.json +++ b/packages/descendants/package.json @@ -1,6 +1,6 @@ { "name": "@reach/descendants", - "version": "0.15.3", + "version": "0.16.0", "description": "A descendant index solution for better accessibility support in compound components", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/descendants" }, "dependencies": { - "@reach/utils": "0.15.3", + "@reach/utils": "0.16.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 672de44c6..257e1b684 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React Modal Dialog.", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/dialog" }, "dependencies": { - "@reach/portal": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/portal": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "react-focus-lock": "^2.5.2", "react-remove-scroll": "^2.4.3", diff --git a/packages/disclosure/package.json b/packages/disclosure/package.json index f9969afd9..97b1dc664 100644 --- a/packages/disclosure/package.json +++ b/packages/disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@reach/disclosure", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React disclosure component", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/disclosure" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/dropdown/package.json b/packages/dropdown/package.json index c4d6537df..954b7bedb 100644 --- a/packages/dropdown/package.json +++ b/packages/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dropdown", - "version": "0.15.3", + "version": "0.16.0", "description": "React dropdown menu.", "author": "React Training ", "license": "MIT", @@ -13,10 +13,10 @@ "directory": "packages/dropdown" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/descendants": "0.15.3", - "@reach/popover": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/descendants": "0.16.0", + "@reach/popover": "0.16.0", + "@reach/utils": "0.16.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/listbox/package.json b/packages/listbox/package.json index ac8a7106d..68ca27a83 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/listbox", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React listbox input.", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/listbox" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/descendants": "0.15.3", - "@reach/machine": "0.15.3", - "@reach/popover": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/descendants": "0.16.0", + "@reach/machine": "0.16.0", + "@reach/popover": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2" }, "devDependencies": { diff --git a/packages/machine/package.json b/packages/machine/package.json index 8cf85273a..7404f367a 100644 --- a/packages/machine/package.json +++ b/packages/machine/package.json @@ -1,6 +1,6 @@ { "name": "@reach/machine", - "version": "0.15.3", + "version": "0.16.0", "description": "State machine utilities for the Reach UI library.", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/machine" }, "dependencies": { - "@reach/utils": "0.15.3", + "@reach/utils": "0.16.0", "@xstate/fsm": "1.4.0", "tslib": "^2.3.0" }, diff --git a/packages/menu-button/package.json b/packages/menu-button/package.json index 3d3e05d1b..15b3fce83 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React button dropdown menu.", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/menu-button" }, "dependencies": { - "@reach/dropdown": "0.15.3", - "@reach/popover": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/dropdown": "0.16.0", + "@reach/popover": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/popover/package.json b/packages/popover/package.json index 5452e7fef..ef1f2ee03 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.15.3", + "version": "0.16.0", "description": "Render a portal positioned relative to another element.", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/popover" }, "dependencies": { - "@reach/portal": "0.15.3", - "@reach/rect": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/portal": "0.16.0", + "@reach/rect": "0.16.0", + "@reach/utils": "0.16.0", "tabbable": "^4.0.0", "tslib": "^2.3.0" }, diff --git a/packages/portal/package.json b/packages/portal/package.json index d7a877aff..68cd9aee6 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@reach/portal", - "version": "0.15.3", + "version": "0.16.0", "description": "Declarative portals for React", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/portal" }, "dependencies": { - "@reach/utils": "0.15.3", + "@reach/utils": "0.16.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/rect/package.json b/packages/rect/package.json index 186027f69..f34196085 100644 --- a/packages/rect/package.json +++ b/packages/rect/package.json @@ -1,6 +1,6 @@ { "name": "@reach/rect", - "version": "0.15.3", + "version": "0.16.0", "description": "Measure React elements position in the DOM", "author": "React Training ", "license": "MIT", @@ -14,7 +14,7 @@ }, "dependencies": { "@reach/observe-rect": "1.2.0", - "@reach/utils": "0.15.3", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/skip-nav/package.json b/packages/skip-nav/package.json index f3d29359c..af74b81a6 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.15.3", + "version": "0.16.0", "description": "Skip navigation links for screen reader and keyboard users.", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/skip-nav" }, "dependencies": { - "@reach/utils": "0.15.3", + "@reach/utils": "0.16.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/slider/package.json b/packages/slider/package.json index 7bb6e6705..39810771f 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React Slider Component", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/slider" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/tabs/package.json b/packages/tabs/package.json index eed4418a6..2a73797e2 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible React Tabs Component", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/tabs" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/descendants": "0.15.3", - "@reach/utils": "0.15.3", + "@reach/auto-id": "0.16.0", + "@reach/descendants": "0.16.0", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tslib": "^2.3.0" }, diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 3c4112340..c17364ffe 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.15.3", + "version": "0.16.0", "description": "Accessible tooltips", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/tooltip" }, "dependencies": { - "@reach/auto-id": "0.15.3", - "@reach/portal": "0.15.3", - "@reach/rect": "0.15.3", - "@reach/utils": "0.15.3", - "@reach/visually-hidden": "0.15.2", + "@reach/auto-id": "0.16.0", + "@reach/portal": "0.16.0", + "@reach/rect": "0.16.0", + "@reach/utils": "0.16.0", + "@reach/visually-hidden": "0.16.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index 7b6c8ace3..fecb32725 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.15.3", + "version": "0.16.0", "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 a9b6bc2cc..fe91aa6b8 100644 --- a/packages/visually-hidden/package.json +++ b/packages/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@reach/visually-hidden", - "version": "0.15.2", + "version": "0.16.0", "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 cbd9b5ec5..cdd0c0e5c 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.15.3", + "version": "0.16.0", "description": "Measure the window size in React", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/window-size" }, "dependencies": { - "@reach/utils": "0.15.3", + "@reach/utils": "0.16.0", "prop-types": "^15.7.2", "tslib": "^2.3.0" },