diff --git a/lerna.json b/lerna.json index 385d3f209..825fd5004 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.16.5", + "version": "0.17.0", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 2ff3a4d48..6f63c54fb 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@reach/accordion", - "version": "0.16.1", + "version": "0.17.0", "description": "Accessible React accordion component", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/accordion" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/descendants": "0.16.1", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/descendants": "0.17.0", + "@reach/utils": "0.17.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 9be005b0b..b65ba3495 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.16.2", + "version": "0.17.0", "description": "Accessible React Alert Dialog.", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/alert-dialog" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/dialog": "0.16.2", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/dialog": "0.17.0", + "@reach/utils": "0.17.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 5ddbb1692..51d98258d 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.16.0", + "version": "0.17.0", "description": "Screen-reader-friendly alert messages.", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/alert" }, "dependencies": { - "@reach/utils": "0.16.0", - "@reach/visually-hidden": "0.16.0", + "@reach/utils": "0.17.0", + "@reach/visually-hidden": "0.17.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 b586d6a08..fbe4beb9c 100644 --- a/packages/auto-id/package.json +++ b/packages/auto-id/package.json @@ -1,6 +1,6 @@ { "name": "@reach/auto-id", - "version": "0.16.0", + "version": "0.17.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.16.0", + "@reach/utils": "0.17.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index dfe4281aa..11510ebc8 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/checkbox", - "version": "0.16.0", + "version": "0.17.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.16.0", - "@reach/machine": "0.16.0", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/machine": "0.17.0", + "@reach/utils": "0.17.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 532961b75..e6ad510ae 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.16.5", + "version": "0.17.0", "description": "Accessible React Combobox (Autocomplete).", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/combobox" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/descendants": "0.16.1", - "@reach/popover": "0.16.2", - "@reach/portal": "0.16.2", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/descendants": "0.17.0", + "@reach/popover": "0.17.0", + "@reach/portal": "0.17.0", + "@reach/utils": "0.17.0", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/component-component/package.json b/packages/component-component/package.json index 3a87f9b31..190695423 100644 --- a/packages/component-component/package.json +++ b/packages/component-component/package.json @@ -1,6 +1,6 @@ { "name": "@reach/component-component", - "version": "0.16.0", + "version": "0.17.0", "description": "Declarative React Component Definitions", "author": "React Training ", "license": "MIT", diff --git a/packages/descendants/package.json b/packages/descendants/package.json index c7425af6d..20ad5fb8b 100644 --- a/packages/descendants/package.json +++ b/packages/descendants/package.json @@ -1,6 +1,6 @@ { "name": "@reach/descendants", - "version": "0.16.1", + "version": "0.17.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.16.0", + "@reach/utils": "0.17.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 61c919585..83e59b60b 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.16.2", + "version": "0.17.0", "description": "Accessible React Modal Dialog.", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/dialog" }, "dependencies": { - "@reach/portal": "0.16.2", - "@reach/utils": "0.16.0", + "@reach/portal": "0.17.0", + "@reach/utils": "0.17.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 706e9d8b4..8cc168360 100644 --- a/packages/disclosure/package.json +++ b/packages/disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@reach/disclosure", - "version": "0.16.2", + "version": "0.17.0", "description": "Accessible React disclosure component", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/disclosure" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/utils": "0.17.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 22bcd789d..089c43372 100644 --- a/packages/dropdown/package.json +++ b/packages/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dropdown", - "version": "0.16.2", + "version": "0.17.0", "description": "React dropdown menu.", "author": "React Training ", "license": "MIT", @@ -13,10 +13,10 @@ "directory": "packages/dropdown" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/descendants": "0.16.1", - "@reach/popover": "0.16.2", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/descendants": "0.17.0", + "@reach/popover": "0.17.0", + "@reach/utils": "0.17.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/listbox/package.json b/packages/listbox/package.json index 2f9671616..ca693ff37 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/listbox", - "version": "0.16.2", + "version": "0.17.0", "description": "Accessible React listbox input.", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/listbox" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/descendants": "0.16.1", - "@reach/machine": "0.16.0", - "@reach/popover": "0.16.2", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/descendants": "0.17.0", + "@reach/machine": "0.17.0", + "@reach/popover": "0.17.0", + "@reach/utils": "0.17.0", "prop-types": "^15.7.2" }, "devDependencies": { diff --git a/packages/machine/package.json b/packages/machine/package.json index 7404f367a..5554cec28 100644 --- a/packages/machine/package.json +++ b/packages/machine/package.json @@ -1,6 +1,6 @@ { "name": "@reach/machine", - "version": "0.16.0", + "version": "0.17.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.16.0", + "@reach/utils": "0.17.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 81f9226d2..a5061acb3 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.16.2", + "version": "0.17.0", "description": "Accessible React button dropdown menu.", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/menu-button" }, "dependencies": { - "@reach/dropdown": "0.16.2", - "@reach/popover": "0.16.2", - "@reach/utils": "0.16.0", + "@reach/dropdown": "0.17.0", + "@reach/popover": "0.17.0", + "@reach/utils": "0.17.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 498ce5397..4a173376b 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.16.2", + "version": "0.17.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.16.2", - "@reach/rect": "0.16.0", - "@reach/utils": "0.16.0", + "@reach/portal": "0.17.0", + "@reach/rect": "0.17.0", + "@reach/utils": "0.17.0", "tabbable": "^4.0.0", "tslib": "^2.3.0" }, diff --git a/packages/portal/package.json b/packages/portal/package.json index deacdbea6..0db8311aa 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@reach/portal", - "version": "0.16.2", + "version": "0.17.0", "description": "Declarative portals for React", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/portal" }, "dependencies": { - "@reach/utils": "0.16.0", + "@reach/utils": "0.17.0", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" }, diff --git a/packages/rect/package.json b/packages/rect/package.json index f34196085..d2931b1c9 100644 --- a/packages/rect/package.json +++ b/packages/rect/package.json @@ -1,6 +1,6 @@ { "name": "@reach/rect", - "version": "0.16.0", + "version": "0.17.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.16.0", + "@reach/utils": "0.17.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 af74b81a6..e25f048fc 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.16.0", + "version": "0.17.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.16.0", + "@reach/utils": "0.17.0", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/slider/package.json b/packages/slider/package.json index 39810771f..27b076a68 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.16.0", + "version": "0.17.0", "description": "Accessible React Slider Component", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/slider" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/utils": "0.17.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 d8395b812..dd6591a17 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.16.4", + "version": "0.17.0", "description": "Accessible React Tabs Component", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/tabs" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/descendants": "0.16.1", - "@reach/utils": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/descendants": "0.17.0", + "@reach/utils": "0.17.0", "prop-types": "^15.7.2", "tslib": "^2.3.0" }, diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index f531d6211..ea6809b5c 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.16.2", + "version": "0.17.0", "description": "Accessible tooltips", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/tooltip" }, "dependencies": { - "@reach/auto-id": "0.16.0", - "@reach/portal": "0.16.2", - "@reach/rect": "0.16.0", - "@reach/utils": "0.16.0", - "@reach/visually-hidden": "0.16.0", + "@reach/auto-id": "0.17.0", + "@reach/portal": "0.17.0", + "@reach/rect": "0.17.0", + "@reach/utils": "0.17.0", + "@reach/visually-hidden": "0.17.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 c6b0cbca9..f251d81cf 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.16.0", + "version": "0.17.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 fe91aa6b8..8f953455e 100644 --- a/packages/visually-hidden/package.json +++ b/packages/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@reach/visually-hidden", - "version": "0.16.0", + "version": "0.17.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 cdd0c0e5c..9525564af 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.16.0", + "version": "0.17.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.16.0", + "@reach/utils": "0.17.0", "prop-types": "^15.7.2", "tslib": "^2.3.0" },