Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Strickland committed Mar 28, 2021
1 parent 6ba20c1 commit 80f6ca5
Show file tree
Hide file tree
Showing 24 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.14.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/accordion",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React accordion component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"directory": "packages/accordion"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/descendants": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/descendants": "0.14.0",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/alert-dialog",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"directory": "packages/alert-dialog"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/dialog": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/dialog": "0.14.0",
"@reach/utils": "0.14.0",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/alert",
"version": "0.13.2",
"version": "0.14.0",
"description": "Screen-reader-friendly alert messages.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"directory": "packages/alert"
},
"dependencies": {
"@reach/utils": "0.13.2",
"@reach/visually-hidden": "0.13.2",
"@reach/utils": "0.14.0",
"@reach/visually-hidden": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/auto-id",
"version": "0.13.2",
"version": "0.14.0",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"directory": "packages/auto-id"
},
"dependencies": {
"@reach/utils": "0.13.2",
"@reach/utils": "0.14.0",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/checkbox",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible components to build custom, tri-state checkboxes in React.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -12,9 +12,9 @@
"directory": "packages/checkbox"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/machine": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/machine": "0.14.0",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,11 +11,11 @@
"directory": "packages/combobox"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/descendants": "0.13.2",
"@reach/popover": "0.13.2",
"@reach/portal": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/descendants": "0.14.0",
"@reach/popover": "0.14.0",
"@reach/portal": "0.14.0",
"@reach/utils": "0.14.0",
"highlight-words-core": "1.2.2",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/component-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/component-component",
"version": "0.13.1",
"version": "0.14.0",
"description": "Declarative React Component Definitions",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/descendants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/descendants",
"version": "0.13.2",
"version": "0.14.0",
"description": "A descendant index solution for better accessibility support in compound components",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"directory": "packages/descendants"
},
"dependencies": {
"@reach/utils": "0.13.2",
"@reach/utils": "0.14.0",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"directory": "packages/dialog"
},
"dependencies": {
"@reach/portal": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/portal": "0.14.0",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.5.0",
"react-remove-scroll": "^2.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/disclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/disclosure",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React disclosure component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"directory": "packages/disclosure"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/listbox",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React listbox input.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,11 +11,11 @@
"directory": "packages/listbox"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/descendants": "0.13.2",
"@reach/machine": "0.13.2",
"@reach/popover": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/descendants": "0.14.0",
"@reach/machine": "0.14.0",
"@reach/popover": "0.14.0",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/machine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/machine",
"version": "0.13.2",
"version": "0.14.0",
"description": "State machine utilities for the Reach UI library.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"directory": "packages/machine"
},
"dependencies": {
"@reach/utils": "0.13.2",
"@reach/utils": "0.14.0",
"@xstate/fsm": "1.4.0",
"tslib": "^2.1.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/menu-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/menu-button",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"directory": "packages/menu-button"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/descendants": "0.13.2",
"@reach/popover": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/descendants": "0.14.0",
"@reach/popover": "0.14.0",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/popover",
"version": "0.13.2",
"version": "0.14.0",
"description": "Render a portal positioned relative to another element.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"directory": "packages/popover"
},
"dependencies": {
"@reach/portal": "0.13.2",
"@reach/rect": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/portal": "0.14.0",
"@reach/rect": "0.14.0",
"@reach/utils": "0.14.0",
"tabbable": "^4.0.0",
"tslib": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/portal",
"version": "0.13.2",
"version": "0.14.0",
"description": "Declarative portals for React",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"directory": "packages/portal"
},
"dependencies": {
"@reach/utils": "0.13.2",
"@reach/utils": "0.14.0",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/rect",
"version": "0.13.2",
"version": "0.14.0",
"description": "Measure React elements position in the DOM",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@reach/observe-rect": "1.2.0",
"@reach/utils": "0.13.2",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/skip-nav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/skip-nav",
"version": "0.13.2",
"version": "0.14.0",
"description": "Skip navigation links for screen reader and keyboard users.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"directory": "packages/skip-nav"
},
"dependencies": {
"@reach/utils": "0.13.2",
"@reach/utils": "0.14.0",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/slider",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React Slider Component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"directory": "packages/slider"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tabs",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible React Tabs Component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"directory": "packages/tabs"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/descendants": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/descendants": "0.14.0",
"@reach/utils": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tooltip",
"version": "0.13.2",
"version": "0.14.0",
"description": "Accessible tooltips",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand All @@ -11,11 +11,11 @@
"directory": "packages/tooltip"
},
"dependencies": {
"@reach/auto-id": "0.13.2",
"@reach/portal": "0.13.2",
"@reach/rect": "0.13.2",
"@reach/utils": "0.13.2",
"@reach/visually-hidden": "0.13.2",
"@reach/auto-id": "0.14.0",
"@reach/portal": "0.14.0",
"@reach/rect": "0.14.0",
"@reach/utils": "0.14.0",
"@reach/visually-hidden": "0.14.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
},
Expand Down

0 comments on commit 80f6ca5

Please sign in to comment.