From 353f409a296a648c4fe2c2d06b14a39b7b6dc3e1 Mon Sep 17 00:00:00 2001 From: Chance Strickland Date: Mon, 28 Jun 2021 11:18:08 -0700 Subject: [PATCH] v0.15.2 --- lerna.json | 2 +- packages/accordion/package.json | 8 ++++---- packages/alert-dialog/package.json | 8 ++++---- packages/alert/package.json | 6 +++--- packages/auto-id/package.json | 4 ++-- packages/checkbox/package.json | 8 ++++---- packages/combobox/package.json | 12 ++++++------ packages/descendants/package.json | 4 ++-- packages/dialog/package.json | 6 +++--- packages/disclosure/package.json | 6 +++--- packages/listbox/package.json | 12 ++++++------ packages/machine/package.json | 4 ++-- packages/menu-button/package.json | 10 +++++----- packages/popover/package.json | 8 ++++---- packages/portal/package.json | 4 ++-- packages/rect/package.json | 4 ++-- packages/skip-nav/package.json | 4 ++-- packages/slider/package.json | 6 +++--- packages/tabs/package.json | 8 ++++---- packages/tooltip/package.json | 12 ++++++------ packages/utils/package.json | 2 +- packages/visually-hidden/package.json | 2 +- packages/window-size/package.json | 4 ++-- 23 files changed, 72 insertions(+), 72 deletions(-) diff --git a/lerna.json b/lerna.json index 71584fa72..168bb1f21 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.15.1", + "version": "0.15.2", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 5d14df267..041d6ea20 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@reach/accordion", - "version": "0.15.1", + "version": "0.15.2", "description": "Accessible React accordion component", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/accordion" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/descendants": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/descendants": "0.15.2", + "@reach/utils": "0.15.2", "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 de2e8160f..b486c2184 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert-dialog", - "version": "0.15.0", + "version": "0.15.2", "description": "Accessible React Alert Dialog.", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/alert-dialog" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/dialog": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/dialog": "0.15.2", + "@reach/utils": "0.15.2", "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 7fd306a11..f2fdf529d 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@reach/alert", - "version": "0.15.0", + "version": "0.15.2", "description": "Screen-reader-friendly alert messages.", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/alert" }, "dependencies": { - "@reach/utils": "0.15.0", - "@reach/visually-hidden": "0.15.0", + "@reach/utils": "0.15.2", + "@reach/visually-hidden": "0.15.2", "prop-types": "^15.7.2", "tslib": "^2.3.0" }, diff --git a/packages/auto-id/package.json b/packages/auto-id/package.json index be32ac8dc..347667cac 100644 --- a/packages/auto-id/package.json +++ b/packages/auto-id/package.json @@ -1,6 +1,6 @@ { "name": "@reach/auto-id", - "version": "0.15.0", + "version": "0.15.2", "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.15.0", + "@reach/utils": "0.15.2", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index debbc064c..b79602e98 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/checkbox", - "version": "0.15.1", + "version": "0.15.2", "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.15.0", - "@reach/machine": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/machine": "0.15.2", + "@reach/utils": "0.15.2", "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 9fdb02a86..ad45c5cf5 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/combobox", - "version": "0.15.1", + "version": "0.15.2", "description": "Accessible React Combobox (Autocomplete).", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/combobox" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/descendants": "0.15.0", - "@reach/popover": "0.15.0", - "@reach/portal": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/descendants": "0.15.2", + "@reach/popover": "0.15.2", + "@reach/portal": "0.15.2", + "@reach/utils": "0.15.2", "prop-types": "^15.7.2", "tslib": "^2.3.0" }, diff --git a/packages/descendants/package.json b/packages/descendants/package.json index 54182797c..b46444806 100644 --- a/packages/descendants/package.json +++ b/packages/descendants/package.json @@ -1,6 +1,6 @@ { "name": "@reach/descendants", - "version": "0.15.0", + "version": "0.15.2", "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.15.0", + "@reach/utils": "0.15.2", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/dialog/package.json b/packages/dialog/package.json index b55243482..0dc5b8856 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@reach/dialog", - "version": "0.15.0", + "version": "0.15.2", "description": "Accessible React Modal Dialog.", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/dialog" }, "dependencies": { - "@reach/portal": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/portal": "0.15.2", + "@reach/utils": "0.15.2", "prop-types": "^15.7.2", "react-focus-lock": "^2.5.1", "react-remove-scroll": "^2.4.2", diff --git a/packages/disclosure/package.json b/packages/disclosure/package.json index 57c6523ad..0de697997 100644 --- a/packages/disclosure/package.json +++ b/packages/disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@reach/disclosure", - "version": "0.15.0", + "version": "0.15.2", "description": "Accessible React disclosure component", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/disclosure" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/utils": "0.15.2", "prop-types": "^15.7.2", "tiny-warning": "^1.0.3", "tslib": "^2.3.0" diff --git a/packages/listbox/package.json b/packages/listbox/package.json index ea7a9f61c..c7afd9ed6 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@reach/listbox", - "version": "0.15.0", + "version": "0.15.2", "description": "Accessible React listbox input.", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/listbox" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/descendants": "0.15.0", - "@reach/machine": "0.15.0", - "@reach/popover": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/descendants": "0.15.2", + "@reach/machine": "0.15.2", + "@reach/popover": "0.15.2", + "@reach/utils": "0.15.2", "prop-types": "^15.7.2" }, "devDependencies": { diff --git a/packages/machine/package.json b/packages/machine/package.json index 2c812238f..6024e4f02 100644 --- a/packages/machine/package.json +++ b/packages/machine/package.json @@ -1,6 +1,6 @@ { "name": "@reach/machine", - "version": "0.15.0", + "version": "0.15.2", "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.15.0", + "@reach/utils": "0.15.2", "@xstate/fsm": "1.4.0", "tslib": "^2.3.0" }, diff --git a/packages/menu-button/package.json b/packages/menu-button/package.json index 7eda8211b..60929ea26 100644 --- a/packages/menu-button/package.json +++ b/packages/menu-button/package.json @@ -1,6 +1,6 @@ { "name": "@reach/menu-button", - "version": "0.15.1", + "version": "0.15.2", "description": "Accessible React button dropdown menu.", "author": "React Training ", "license": "MIT", @@ -13,10 +13,10 @@ "directory": "packages/menu-button" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/descendants": "0.15.0", - "@reach/popover": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/descendants": "0.15.2", + "@reach/popover": "0.15.2", + "@reach/utils": "0.15.2", "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 505e77428..d99fcc151 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@reach/popover", - "version": "0.15.0", + "version": "0.15.2", "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.15.0", - "@reach/rect": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/portal": "0.15.2", + "@reach/rect": "0.15.2", + "@reach/utils": "0.15.2", "tabbable": "^4.0.0", "tslib": "^2.3.0" }, diff --git a/packages/portal/package.json b/packages/portal/package.json index e05d503aa..914107173 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@reach/portal", - "version": "0.15.0", + "version": "0.15.2", "description": "Declarative portals for React", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/portal" }, "dependencies": { - "@reach/utils": "0.15.0", + "@reach/utils": "0.15.2", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/rect/package.json b/packages/rect/package.json index cd62c908e..361a289e9 100644 --- a/packages/rect/package.json +++ b/packages/rect/package.json @@ -1,6 +1,6 @@ { "name": "@reach/rect", - "version": "0.15.0", + "version": "0.15.2", "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.15.0", + "@reach/utils": "0.15.2", "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 2f364de9b..3d3c15234 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@reach/skip-nav", - "version": "0.15.0", + "version": "0.15.2", "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.15.0", + "@reach/utils": "0.15.2", "tslib": "^2.3.0" }, "devDependencies": { diff --git a/packages/slider/package.json b/packages/slider/package.json index 9df6065f6..d7b892723 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@reach/slider", - "version": "0.15.0", + "version": "0.15.2", "description": "Accessible React Slider Component", "author": "React Training ", "license": "MIT", @@ -13,8 +13,8 @@ "directory": "packages/slider" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/utils": "0.15.2", "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 489ed7a35..f863b4692 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tabs", - "version": "0.15.0", + "version": "0.15.2", "description": "Accessible React Tabs Component", "author": "React Training ", "license": "MIT", @@ -13,9 +13,9 @@ "directory": "packages/tabs" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/descendants": "0.15.0", - "@reach/utils": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/descendants": "0.15.2", + "@reach/utils": "0.15.2", "prop-types": "^15.7.2", "tslib": "^2.3.0" }, diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index b684822b1..ae80a3a19 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@reach/tooltip", - "version": "0.15.0", + "version": "0.15.2", "description": "Accessible tooltips", "author": "React Training ", "license": "MIT", @@ -13,11 +13,11 @@ "directory": "packages/tooltip" }, "dependencies": { - "@reach/auto-id": "0.15.0", - "@reach/portal": "0.15.0", - "@reach/rect": "0.15.0", - "@reach/utils": "0.15.0", - "@reach/visually-hidden": "0.15.0", + "@reach/auto-id": "0.15.2", + "@reach/portal": "0.15.2", + "@reach/rect": "0.15.2", + "@reach/utils": "0.15.2", + "@reach/visually-hidden": "0.15.2", "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 0b7179867..f76f3df58 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reach/utils", - "version": "0.15.0", + "version": "0.15.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 8f4404555..a9b6bc2cc 100644 --- a/packages/visually-hidden/package.json +++ b/packages/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@reach/visually-hidden", - "version": "0.15.0", + "version": "0.15.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 83e4e1b3d..2fc92f242 100644 --- a/packages/window-size/package.json +++ b/packages/window-size/package.json @@ -1,6 +1,6 @@ { "name": "@reach/window-size", - "version": "0.15.0", + "version": "0.15.2", "description": "Measure the window size in React", "author": "React Training ", "license": "MIT", @@ -13,7 +13,7 @@ "directory": "packages/window-size" }, "dependencies": { - "@reach/utils": "0.15.0", + "@reach/utils": "0.15.2", "prop-types": "^15.7.2", "tslib": "^2.3.0" },