From 96cf6c191cca0f2cbcb7ff578f15e289efeda1e2 Mon Sep 17 00:00:00 2001 From: chancestrickland Date: Fri, 10 Jan 2020 15:33:21 -0800 Subject: [PATCH] v0.7.2 --- lerna.json | 2 +- packages/alert-dialog/package.json | 8 ++++---- packages/alert/package.json | 6 +++--- packages/auto-id/package.json | 2 +- packages/combobox/package.json | 10 +++++----- packages/component-component/package.json | 2 +- packages/dialog/package.json | 6 +++--- packages/menu-button/package.json | 8 ++++---- packages/popover/package.json | 8 ++++---- packages/portal/package.json | 2 +- packages/rect/package.json | 2 +- packages/skip-nav/package.json | 4 ++-- packages/slider/package.json | 6 +++--- packages/tabs/package.json | 6 +++--- packages/tooltip/package.json | 12 ++++++------ packages/utils/package.json | 2 +- packages/visually-hidden/package.json | 2 +- packages/window-size/package.json | 2 +- 18 files changed, 45 insertions(+), 45 deletions(-) diff --git a/lerna.json b/lerna.json index 2cdc416cd..556d7897a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.7.1", + "version": "0.7.2", "packages": ["packages/*"], "registry": "https://registry.npmjs.org/", "publishConfig": { diff --git a/packages/alert-dialog/package.json b/packages/alert-dialog/package.json index 6f5329aa3..ca0eabcc6 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/dialog": "^0.7.1", - "@reach/utils": "^0.7.1", + "@reach/auto-id": "^0.7.2", + "@reach/dialog": "^0.7.2", + "@reach/utils": "^0.7.2", "invariant": "^2.2.4", "prop-types": "^15.7.2" }, diff --git a/packages/alert/package.json b/packages/alert/package.json index e90c9d412..1be13c0e2 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/visually-hidden": "^0.7.1", + "@reach/utils": "^0.7.2", + "@reach/visually-hidden": "^0.7.2", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/auto-id/package.json b/packages/auto-id/package.json index 1f5de2c18..d9be4d43a 100644 --- a/packages/auto-id/package.json +++ b/packages/auto-id/package.json @@ -1,6 +1,6 @@ { "name": "@reach/auto-id", - "version": "0.7.1", + "version": "0.7.2", "description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", "author": "React Training ", "license": "MIT", diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 657bc64e3..cc8146872 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/popover": "^0.7.1", - "@reach/portal": "^0.7.1", - "@reach/utils": "^0.7.1", + "@reach/auto-id": "^0.7.2", + "@reach/popover": "^0.7.2", + "@reach/portal": "^0.7.2", + "@reach/utils": "^0.7.2", "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 930d7ff7c..f6b336669 100644 --- a/packages/component-component/package.json +++ b/packages/component-component/package.json @@ -1,6 +1,6 @@ { "name": "@reach/component-component", - "version": "0.7.1", + "version": "0.7.2", "description": "Declarative React Component Definitions", "author": "React Training ", "license": "MIT", diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 5f14f750b..f3c7e53d3 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/utils": "^0.7.1", + "@reach/portal": "^0.7.2", + "@reach/utils": "^0.7.2", "prop-types": "^15.7.2", "react-focus-lock": "^2.2.1", "react-remove-scroll": "^2.2.0" diff --git a/packages/menu-button/package.json b/packages/menu-button/package.json index b60d167ee..be4dbaca3 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/popover": "^0.7.1", - "@reach/utils": "^0.7.1", + "@reach/auto-id": "^0.7.2", + "@reach/popover": "^0.7.2", + "@reach/utils": "^0.7.2", "prop-types": "^15.7.2", "warning": "^4.0.3" }, diff --git a/packages/popover/package.json b/packages/popover/package.json index 199a125d0..450e866e7 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/rect": "^0.7.1", - "@reach/utils": "^0.7.1", + "@reach/portal": "^0.7.2", + "@reach/rect": "^0.7.2", + "@reach/utils": "^0.7.2", "tabbable": "^4.0.0" }, "peerDependencies": { diff --git a/packages/portal/package.json b/packages/portal/package.json index 2d892cf04..cde4d04a8 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@reach/portal", - "version": "0.7.1", + "version": "0.7.2", "description": "Declarative portals for React", "author": "React Training ", "license": "MIT", diff --git a/packages/rect/package.json b/packages/rect/package.json index 1e3448974..3e500ec84 100644 --- a/packages/rect/package.json +++ b/packages/rect/package.json @@ -1,6 +1,6 @@ { "name": "@reach/rect", - "version": "0.7.1", + "version": "0.7.2", "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 0f56273d7..954712b83 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.7.1", + "version": "0.7.2", "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.1" + "@reach/utils": "^0.7.2" }, "peerDependencies": { "react": "^16.8.0", diff --git a/packages/slider/package.json b/packages/slider/package.json index b906114b8..a5dcfb6b8 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/utils": "^0.7.1", + "@reach/auto-id": "^0.7.2", + "@reach/utils": "^0.7.2", "warning": "^4.0.3" }, "peerDependencies": { diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 445dfd126..9487b65ab 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/utils": "^0.7.1", + "@reach/auto-id": "^0.7.2", + "@reach/utils": "^0.7.2", "prop-types": "^15.7.2", "warning": "^4.0.3" }, diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index ee860016e..9d281d157 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@reach/portal": "^0.7.1", - "@reach/rect": "^0.7.1", - "@reach/utils": "^0.7.1", - "@reach/visually-hidden": "^0.7.1", + "@reach/auto-id": "^0.7.2", + "@reach/portal": "^0.7.2", + "@reach/rect": "^0.7.2", + "@reach/utils": "^0.7.2", + "@reach/visually-hidden": "^0.7.2", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 99e460886..69b782dbe 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.7.1", + "version": "0.7.2", "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 ec577d0fb..42f42a3b8 100644 --- a/packages/visually-hidden/package.json +++ b/packages/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@reach/visually-hidden", - "version": "0.7.1", + "version": "0.7.2", "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 c1f939bdf..d062c5e3b 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.7.1", + "version": "0.7.2", "description": "Measure the window size in React", "author": "React Training ", "license": "MIT",