diff --git a/lerna.json b/lerna.json index 3d7e32e1e..9229c964d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.7.4", + "version": "0.8.0", "packages": ["packages/*"], "registry": "https://registry.npmjs.org/", "publishConfig": { diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 6e10b9c5b..0403fa283 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@reach/accordion", - "version": "0.1.0", + "version": "0.8.0", "description": "Accessible React accordion 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.7.4", - "@reach/utils": "0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/utils": "^0.8.0", "warning": "^4.0.3" }, "peerDependencies": { diff --git a/packages/alert-dialog/package.json b/packages/alert-dialog/package.json index b18b98e71..11935c14d 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.7.4", + "version": "0.8.0", "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.7.4", - "@reach/dialog": "^0.7.4", - "@reach/utils": "^0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/dialog": "^0.8.0", + "@reach/utils": "^0.8.0", "invariant": "^2.2.4", "prop-types": "^15.7.2" }, diff --git a/packages/alert/package.json b/packages/alert/package.json index 248edaf2a..f95f34336 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.7.4", + "version": "0.8.0", "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.7.4", - "@reach/visually-hidden": "^0.7.4", + "@reach/utils": "^0.8.0", + "@reach/visually-hidden": "^0.8.0", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/auto-id/package.json b/packages/auto-id/package.json index b6238ef91..31f0f5273 100644 --- a/packages/auto-id/package.json +++ b/packages/auto-id/package.json @@ -1,6 +1,6 @@ { "name": "@reach/auto-id", - "version": "0.7.4", + "version": "0.8.0", "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 b59c276fa..32c2efbbb 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/checkbox", - "version": "0.0.1", + "version": "0.8.0", "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.7.4", - "@reach/utils": "^0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/utils": "^0.8.0", "@xstate/fsm": "^1.3.0", "warning": "^4.0.3" }, diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 3ab220ad6..98c1ffa22 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.7.4", + "version": "0.8.0", "description": "Accessible React Combobox (Autocomplete).", "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.7.4", - "@reach/popover": "^0.7.4", - "@reach/portal": "^0.7.4", - "@reach/utils": "^0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/popover": "^0.8.0", + "@reach/portal": "^0.8.0", + "@reach/utils": "^0.8.0", "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 1211ea2af..342485525 100644 --- a/packages/component-component/package.json +++ b/packages/component-component/package.json @@ -1,6 +1,6 @@ { "name": "@reach/component-component", - "version": "0.7.4", + "version": "0.8.0", "description": "Declarative React Component Definitions", "author": "React Training ", "license": "MIT", diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 5d2857e74..89cc431fd 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.7.4", + "version": "0.8.0", "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.7.4", - "@reach/utils": "^0.7.4", + "@reach/portal": "^0.8.0", + "@reach/utils": "^0.8.0", "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 4ba2ac648..fe06e1f3f 100644 --- a/packages/disclosure/package.json +++ b/packages/disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@reach/disclosure", - "version": "0.1.0", + "version": "0.8.0", "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.7.4", - "@reach/utils": "0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/utils": "^0.8.0", "warning": "^4.0.3" }, "peerDependencies": { diff --git a/packages/menu-button/package.json b/packages/menu-button/package.json index 0ebcf2cbb..b2090e88e 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.7.4", + "version": "0.8.0", "description": "Accessible React button dropdown menu.", "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.7.4", - "@reach/popover": "^0.7.4", - "@reach/utils": "^0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/popover": "^0.8.0", + "@reach/utils": "^0.8.0", "prop-types": "^15.7.2", "warning": "^4.0.3" }, diff --git a/packages/popover/package.json b/packages/popover/package.json index 7810d5796..8e51df473 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.7.4", + "version": "0.8.0", "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.7.4", - "@reach/rect": "^0.7.4", - "@reach/utils": "^0.7.4", + "@reach/portal": "^0.8.0", + "@reach/rect": "^0.8.0", + "@reach/utils": "^0.8.0", "tabbable": "^4.0.0" }, "peerDependencies": { diff --git a/packages/portal/package.json b/packages/portal/package.json index bf5468ddd..eaf794c85 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@reach/portal", - "version": "0.7.4", + "version": "0.8.0", "description": "Declarative portals for React", "author": "React Training ", "license": "MIT", diff --git a/packages/rect/package.json b/packages/rect/package.json index fcf7e91a3..78e2c514f 100644 --- a/packages/rect/package.json +++ b/packages/rect/package.json @@ -1,6 +1,6 @@ { "name": "@reach/rect", - "version": "0.7.4", + "version": "0.8.0", "description": "Measure React elements position in the DOM", "author": "React Training ", "license": "MIT", diff --git a/packages/skip-nav/package.json b/packages/skip-nav/package.json index ea49fbcde..4e4b2bd55 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.7.4", + "version": "0.8.0", "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.7.4" + "@reach/utils": "^0.8.0" }, "peerDependencies": { "react": "^16.8.0", diff --git a/packages/slider/package.json b/packages/slider/package.json index 6e1e5e328..769cdcb9f 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.7.4", + "version": "0.8.0", "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.7.4", - "@reach/utils": "^0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/utils": "^0.8.0", "prop-types": "^15.7.2", "warning": "^4.0.3" }, diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 905525c2b..cd7acd210 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.7.4", + "version": "0.8.0", "description": "Accessible React Tabs 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.7.4", - "@reach/utils": "^0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/utils": "^0.8.0", "prop-types": "^15.7.2", "warning": "^4.0.3" }, diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index b7ac2758f..9bf1024c7 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.7.4", + "version": "0.8.0", "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.7.4", - "@reach/portal": "^0.7.4", - "@reach/rect": "^0.7.4", - "@reach/utils": "^0.7.4", - "@reach/visually-hidden": "^0.7.4", + "@reach/auto-id": "^0.8.0", + "@reach/portal": "^0.8.0", + "@reach/rect": "^0.8.0", + "@reach/utils": "^0.8.0", + "@reach/visually-hidden": "^0.8.0", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index de159c20b..69c886582 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.7.4", + "version": "0.8.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 b65c802dd..27242ab89 100644 --- a/packages/visually-hidden/package.json +++ b/packages/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@reach/visually-hidden", - "version": "0.7.4", + "version": "0.8.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 2471bf14c..a6ec0c9ab 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.7.4", + "version": "0.8.0", "description": "Measure the window size in React", "author": "React Training ", "license": "MIT",