Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Dec 22, 2019
1 parent dcc8235 commit c6c1066
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.6.4",
"version": "0.7.0",
"packages": ["packages/*"],
"registry": "https://registry.npmjs.org/",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/alert-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/alert-dialog",
"version": "0.6.4",
"version": "0.7.0",
"description": "Accessible React Alert Dialog.",
"repository": {
"type": "git",
Expand All @@ -15,9 +15,9 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/dialog": "^0.6.4",
"@reach/utils": "^0.6.4",
"@reach/auto-id": "^0.7.0",
"@reach/dialog": "^0.7.0",
"@reach/utils": "^0.7.0",
"invariant": "^2.2.4",
"prop-types": "^15.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/alert",
"version": "0.6.4",
"version": "0.7.0",
"description": "Screen-reader-friendly alert messages.",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/utils": "^0.6.4",
"@reach/visually-hidden": "^0.6.2",
"@reach/utils": "^0.7.0",
"@reach/visually-hidden": "^0.7.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-id/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/auto-id",
"version": "0.6.1",
"version": "0.7.0",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.6.4",
"version": "0.7.0",
"description": "Accessible React Combobox (Autocomplete).",
"repository": {
"type": "git",
Expand All @@ -15,10 +15,10 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/popover": "^0.6.4",
"@reach/portal": "^0.6.2",
"@reach/utils": "^0.6.4",
"@reach/auto-id": "^0.7.0",
"@reach/popover": "^0.7.0",
"@reach/portal": "^0.7.0",
"@reach/utils": "^0.7.0",
"escape-regexp": "0.0.1",
"highlight-words-core": "1.2.0",
"prop-types": "^15.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/component-component/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/component-component",
"version": "0.6.2",
"version": "0.7.0",
"description": "Declarative React Component Definitions",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.6.4",
"version": "0.7.0",
"description": "Accessible React Modal Dialog.",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/portal": "^0.6.2",
"@reach/utils": "^0.6.4",
"@reach/portal": "^0.7.0",
"@reach/utils": "^0.7.0",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.2.1",
"react-remove-scroll": "^2.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/menu-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/menu-button",
"version": "0.6.4",
"version": "0.7.0",
"description": "Accessible React button dropdown menu.",
"repository": {
"type": "git",
Expand All @@ -15,9 +15,9 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/popover": "^0.6.4",
"@reach/utils": "^0.6.4",
"@reach/auto-id": "^0.7.0",
"@reach/popover": "^0.7.0",
"@reach/utils": "^0.7.0",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/popover",
"version": "0.6.4",
"version": "0.7.0",
"description": "Render a portal positioned relative to another element.",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/portal": "^0.6.2",
"@reach/rect": "^0.6.2",
"@reach/utils": "^0.6.4",
"@reach/portal": "^0.7.0",
"@reach/rect": "^0.7.0",
"@reach/utils": "^0.7.0",
"tabbable": "^4.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/portal",
"version": "0.6.2",
"version": "0.7.0",
"description": "Declarative portals for React",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/rect/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/rect",
"version": "0.6.2",
"version": "0.7.0",
"description": "Measure React elements position in the DOM",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/skip-nav/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/skip-nav",
"version": "0.6.2",
"version": "0.7.0",
"description": "Skip navigation links for screen reader and keyboard users.",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/utils": "^0.6.4"
"@reach/utils": "^0.7.0"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/slider/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/slider",
"version": "0.6.4",
"version": "0.7.0",
"description": "Accessible React Slider Component",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/utils": "^0.6.4",
"@reach/auto-id": "^0.7.0",
"@reach/utils": "^0.7.0",
"warning": "^4.0.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/tabs",
"version": "0.6.4",
"version": "0.7.0",
"description": "Accessible React Tabs Component",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"build": "node ../../shared/build-package"
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/utils": "^0.6.4",
"@reach/auto-id": "^0.7.0",
"@reach/utils": "^0.7.0",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/tooltip",
"version": "0.6.4",
"version": "0.7.0",
"description": "Accessible tooltips",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -13,11 +13,11 @@
"directory": "packages/tooltip"
},
"dependencies": {
"@reach/auto-id": "^0.6.1",
"@reach/portal": "^0.6.2",
"@reach/rect": "^0.6.2",
"@reach/utils": "^0.6.4",
"@reach/visually-hidden": "^0.6.2",
"@reach/auto-id": "^0.7.0",
"@reach/portal": "^0.7.0",
"@reach/rect": "^0.7.0",
"@reach/utils": "^0.7.0",
"@reach/visually-hidden": "^0.7.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/utils",
"version": "0.6.4",
"version": "0.7.0",
"description": "Internal, shared utilities for Reach UI.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/visually-hidden/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/visually-hidden",
"version": "0.6.2",
"version": "0.7.0",
"description": "Render text that is announced to screen readers but visually hidden.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/window-size/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/window-size",
"version": "0.6.2",
"version": "0.7.0",
"description": "Measure the window size in React",
"repository": {
"type": "git",
Expand Down

0 comments on commit c6c1066

Please sign in to comment.