diff --git a/lerna.json b/lerna.json index 2e1a7c44a..b1c29e145 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.8.3", + "version": "0.8.4", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 765e205b4..b14b5da89 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@reach/accordion", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible React accordion component", "author": "React Training ", "license": "MIT", @@ -16,8 +16,8 @@ }, "dependencies": { "@reach/auto-id": "^0.8.2", - "@reach/descendants": "^0.8.3", - "@reach/utils": "^0.8.3", + "@reach/descendants": "^0.8.4", + "@reach/utils": "^0.8.4", "tslib": "^1.10.0", "warning": "^4.0.3" }, diff --git a/packages/alert-dialog/package.json b/packages/alert-dialog/package.json index 0ffe0a994..27db5bb40 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible React Alert Dialog.", "author": "React Training ", "license": "MIT", @@ -16,8 +16,8 @@ }, "dependencies": { "@reach/auto-id": "^0.8.2", - "@reach/dialog": "^0.8.3", - "@reach/utils": "^0.8.3", + "@reach/dialog": "^0.8.4", + "@reach/utils": "^0.8.4", "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 be0f6d10a..77851567d 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.8.3", + "version": "0.8.4", "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.3", + "@reach/utils": "^0.8.4", "@reach/visually-hidden": "^0.8.2", "prop-types": "^15.7.2", "tslib": "^1.10.0" diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 2517e76a9..2b28da053 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/checkbox", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible components to build custom, tri-state checkboxes in React.", "author": "React Training ", "license": "MIT", @@ -17,7 +17,7 @@ }, "dependencies": { "@reach/auto-id": "^0.8.2", - "@reach/utils": "^0.8.3", + "@reach/utils": "^0.8.4", "@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 1615c2286..0bb843ec1 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible React Combobox (Autocomplete).", "author": "React Training ", "license": "MIT", @@ -16,10 +16,10 @@ }, "dependencies": { "@reach/auto-id": "^0.8.2", - "@reach/descendants": "^0.8.3", - "@reach/popover": "^0.8.3", + "@reach/descendants": "^0.8.4", + "@reach/popover": "^0.8.4", "@reach/portal": "^0.8.2", - "@reach/utils": "^0.8.3", + "@reach/utils": "^0.8.4", "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 adc5dbaae..33a98682d 100644 --- a/packages/descendants/package.json +++ b/packages/descendants/package.json @@ -1,6 +1,6 @@ { "name": "@reach/descendants", - "version": "0.8.3", + "version": "0.8.4", "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.3", + "@reach/utils": "^0.8.4", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/dialog/package.json b/packages/dialog/package.json index c3ea5b40c..f5c9ca6a5 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible React Modal Dialog.", "author": "React Training ", "license": "MIT", @@ -16,7 +16,7 @@ }, "dependencies": { "@reach/portal": "^0.8.2", - "@reach/utils": "^0.8.3", + "@reach/utils": "^0.8.4", "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 39e60299b..6c3100188 100644 --- a/packages/disclosure/package.json +++ b/packages/disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@reach/disclosure", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible React disclosure component", "author": "React Training ", "license": "MIT", @@ -16,7 +16,7 @@ }, "dependencies": { "@reach/auto-id": "^0.8.2", - "@reach/utils": "^0.8.3", + "@reach/utils": "^0.8.4", "tslib": "^1.10.0", "warning": "^4.0.3" }, diff --git a/packages/menu-button/package.json b/packages/menu-button/package.json index 717ec9548..97a8223da 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible React button dropdown menu.", "author": "React Training ", "license": "MIT", @@ -16,9 +16,9 @@ }, "dependencies": { "@reach/auto-id": "^0.8.2", - "@reach/descendants": "^0.8.3", - "@reach/popover": "^0.8.3", - "@reach/utils": "^0.8.3", + "@reach/descendants": "^0.8.4", + "@reach/popover": "^0.8.4", + "@reach/utils": "^0.8.4", "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 21df90c4b..da7fdd2a9 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.8.3", + "version": "0.8.4", "description": "Render a portal positioned relative to another element.", "author": "React Training ", "license": "MIT", @@ -17,7 +17,7 @@ "dependencies": { "@reach/portal": "^0.8.2", "@reach/rect": "^0.8.2", - "@reach/utils": "^0.8.3", + "@reach/utils": "^0.8.4", "tabbable": "^4.0.0", "tslib": "^1.10.0" }, diff --git a/packages/skip-nav/package.json b/packages/skip-nav/package.json index 1386884c5..1e560b0a1 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.8.3", + "version": "0.8.4", "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.3", + "@reach/utils": "^0.8.4", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/slider/package.json b/packages/slider/package.json index 1c89a3be4..b86b98939 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible React Slider Component", "author": "React Training ", "license": "MIT", @@ -16,7 +16,7 @@ }, "dependencies": { "@reach/auto-id": "^0.8.2", - "@reach/utils": "^0.8.3", + "@reach/utils": "^0.8.4", "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 4d74d8e92..116f207a1 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible React Tabs Component", "author": "React Training ", "license": "MIT", @@ -16,8 +16,8 @@ }, "dependencies": { "@reach/auto-id": "^0.8.2", - "@reach/descendants": "^0.8.3", - "@reach/utils": "^0.8.3", + "@reach/descendants": "^0.8.4", + "@reach/utils": "^0.8.4", "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 662848ef5..e015b002a 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.8.3", + "version": "0.8.4", "description": "Accessible tooltips", "author": "React Training ", "license": "MIT", @@ -18,7 +18,7 @@ "@reach/auto-id": "^0.8.2", "@reach/portal": "^0.8.2", "@reach/rect": "^0.8.2", - "@reach/utils": "^0.8.3", + "@reach/utils": "^0.8.4", "@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 30011214b..ebbea7249 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.8.3", + "version": "0.8.4", "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 4b914964f..c9a044993 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.8.3", + "version": "0.8.4", "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.3", + "@reach/utils": "^0.8.4", "prop-types": "^15.7.2", "tslib": "^1.10.0" },