diff --git a/lerna.json b/lerna.json index b1c29e145..8eb0ab265 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.8.4", + "version": "0.8.5", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/packages/accordion/package.json b/packages/accordion/package.json index b14b5da89..157664a08 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@reach/accordion", - "version": "0.8.4", + "version": "0.8.5", "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.2", - "@reach/descendants": "^0.8.4", - "@reach/utils": "^0.8.4", + "@reach/auto-id": "^0.8.5", + "@reach/descendants": "^0.8.5", + "@reach/utils": "^0.8.5", "tslib": "^1.10.0", "warning": "^4.0.3" }, diff --git a/packages/alert-dialog/package.json b/packages/alert-dialog/package.json index 27db5bb40..9302e6c3e 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.8.4", + "version": "0.8.5", "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.2", - "@reach/dialog": "^0.8.4", - "@reach/utils": "^0.8.4", + "@reach/auto-id": "^0.8.5", + "@reach/dialog": "^0.8.5", + "@reach/utils": "^0.8.5", "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 77851567d..b9281b6c2 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.8.4", + "version": "0.8.5", "description": "Screen-reader-friendly alert messages.", "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.4", + "@reach/utils": "^0.8.5", "@reach/visually-hidden": "^0.8.2", "prop-types": "^15.7.2", "tslib": "^1.10.0" diff --git a/packages/auto-id/package.json b/packages/auto-id/package.json index 3383446c3..243d2e2bb 100644 --- a/packages/auto-id/package.json +++ b/packages/auto-id/package.json @@ -1,6 +1,6 @@ { "name": "@reach/auto-id", - "version": "0.8.2", + "version": "0.8.5", "description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", "author": "React Training ", "license": "MIT", diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 2b28da053..293250fbc 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/checkbox", - "version": "0.8.4", + "version": "0.8.5", "description": "Accessible components to build custom, tri-state checkboxes in React.", "author": "React Training ", "license": "MIT", @@ -16,8 +16,8 @@ "compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" }, "dependencies": { - "@reach/auto-id": "^0.8.2", - "@reach/utils": "^0.8.4", + "@reach/auto-id": "^0.8.5", + "@reach/utils": "^0.8.5", "@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 0bb843ec1..eee4dea0a 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.8.4", + "version": "0.8.5", "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.2", - "@reach/descendants": "^0.8.4", - "@reach/popover": "^0.8.4", - "@reach/portal": "^0.8.2", - "@reach/utils": "^0.8.4", + "@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", "escape-regexp": "0.0.1", "highlight-words-core": "1.2.2", "prop-types": "^15.7.2", diff --git a/packages/descendants/package.json b/packages/descendants/package.json index 33a98682d..800461205 100644 --- a/packages/descendants/package.json +++ b/packages/descendants/package.json @@ -1,6 +1,6 @@ { "name": "@reach/descendants", - "version": "0.8.4", + "version": "0.8.5", "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.4", + "@reach/utils": "^0.8.5", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/dialog/package.json b/packages/dialog/package.json index f5c9ca6a5..fb71cc25b 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.8.4", + "version": "0.8.5", "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.2", - "@reach/utils": "^0.8.4", + "@reach/portal": "^0.8.5", + "@reach/utils": "^0.8.5", "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 6c3100188..2ac8e06fe 100644 --- a/packages/disclosure/package.json +++ b/packages/disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@reach/disclosure", - "version": "0.8.4", + "version": "0.8.5", "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.2", - "@reach/utils": "^0.8.4", + "@reach/auto-id": "^0.8.5", + "@reach/utils": "^0.8.5", "tslib": "^1.10.0", "warning": "^4.0.3" }, diff --git a/packages/menu-button/package.json b/packages/menu-button/package.json index 97a8223da..e56befe40 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.8.4", + "version": "0.8.5", "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.2", - "@reach/descendants": "^0.8.4", - "@reach/popover": "^0.8.4", - "@reach/utils": "^0.8.4", + "@reach/auto-id": "^0.8.5", + "@reach/descendants": "^0.8.5", + "@reach/popover": "^0.8.5", + "@reach/utils": "^0.8.5", "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 da7fdd2a9..e6f21805d 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.8.4", + "version": "0.8.5", "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.2", + "@reach/portal": "^0.8.5", "@reach/rect": "^0.8.2", - "@reach/utils": "^0.8.4", + "@reach/utils": "^0.8.5", "tabbable": "^4.0.0", "tslib": "^1.10.0" }, diff --git a/packages/portal/package.json b/packages/portal/package.json index 4322be4fa..4eb6d7043 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@reach/portal", - "version": "0.8.2", + "version": "0.8.5", "description": "Declarative portals for React", "author": "React Training ", "license": "MIT", diff --git a/packages/skip-nav/package.json b/packages/skip-nav/package.json index 1e560b0a1..0ff881465 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.8.4", + "version": "0.8.5", "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.4", + "@reach/utils": "^0.8.5", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/slider/package.json b/packages/slider/package.json index b86b98939..067b12d91 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.8.4", + "version": "0.8.5", "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.2", - "@reach/utils": "^0.8.4", + "@reach/auto-id": "^0.8.5", + "@reach/utils": "^0.8.5", "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 116f207a1..0273a8a45 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.8.4", + "version": "0.8.5", "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.2", - "@reach/descendants": "^0.8.4", - "@reach/utils": "^0.8.4", + "@reach/auto-id": "^0.8.5", + "@reach/descendants": "^0.8.5", + "@reach/utils": "^0.8.5", "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 e015b002a..53b0c154a 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.8.4", + "version": "0.8.5", "description": "Accessible tooltips", "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.2", - "@reach/portal": "^0.8.2", + "@reach/auto-id": "^0.8.5", + "@reach/portal": "^0.8.5", "@reach/rect": "^0.8.2", - "@reach/utils": "^0.8.4", + "@reach/utils": "^0.8.5", "@reach/visually-hidden": "^0.8.2", "prop-types": "^15.7.2", "tslib": "^1.10.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index ebbea7249..f16059dd4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.8.4", + "version": "0.8.5", "description": "Internal, shared utilities for Reach UI.", "author": "React Training ", "license": "MIT", diff --git a/packages/window-size/package.json b/packages/window-size/package.json index c9a044993..406e7fec5 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.8.4", + "version": "0.8.5", "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.4", + "@reach/utils": "^0.8.5", "prop-types": "^15.7.2", "tslib": "^1.10.0" },