Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @reach/alert-dialog@0.2.9
 - @reach/combobox@0.0.3
 - @reach/dialog@0.2.9
 - @reach/menu-button@0.1.18
 - @reach/popover@0.0.1
 - @reach/tabs@0.1.6
 - @reach/tooltip@0.2.1
 - @reach/utils@0.2.3
  • Loading branch information
ryanflorence committed Jun 6, 2019
1 parent 7341141 commit 1ef8b0c
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 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.2.8",
"version": "0.2.9",
"description": "Accessible React Alert Dialog.",
"author": "Ryan Florence <@ryanflorence>",
"license": "MIT",
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"@reach/auto-id": "0.2.0",
"@reach/component-component": "^0.1.3",
"@reach/dialog": "^0.2.8",
"@reach/utils": "^0.2.2",
"@reach/dialog": "^0.2.9",
"@reach/utils": "^0.2.3",
"invariant": "^2.2.4"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.0.2",
"version": "0.0.3",
"description": "Accessible React Combobox (Autocomplete).",
"author": "Ryan Florence <@ryanflorence>",
"license": "MIT",
Expand All @@ -12,24 +12,24 @@
"lint": "eslint . --max-warnings=0"
},
"dependencies": {
"@reach/utils": "^0.2.2",
"@reach/portal": "^0.2.1",
"@reach/auto-id": "0.2.0",
"@reach/popover": "0.0.0",
"highlight-words-core": "1.2.0",
"escape-regexp": "0.0.1"
"@reach/popover": "^0.0.1",
"@reach/portal": "^0.2.1",
"@reach/utils": "^0.2.3",
"escape-regexp": "0.0.1",
"highlight-words-core": "1.2.0"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"use-throttle": "^0.0.3",
"match-sorter": "^2.3.0",
"jest": "^23.4.2",
"match-sorter": "^2.3.0",
"react": "^16.8.0",
"react-test-renderer": "^16.8.0"
"react-test-renderer": "^16.8.0",
"use-throttle": "^0.0.3"
},
"jest": {
"testRegex": ".+\\.test\\.js$",
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.2.8",
"version": "0.2.9",
"description": "Accessible React Modal Dialog.",
"author": "Ryan Florence <@ryanflorence>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@reach/component-component": "^0.1.3",
"@reach/portal": "^0.2.1",
"@reach/utils": "^0.2.2",
"@reach/utils": "^0.2.3",
"react-focus-lock": "^1.17.7",
"react-remove-scroll": "^1.0.2"
},
Expand Down
4 changes: 2 additions & 2 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.1.17",
"version": "0.1.18",
"description": "Accessible React button dropdown menu.",
"author": "Ryan Florence <@ryanflorence>",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"@reach/component-component": "0.1.3",
"@reach/portal": "^0.2.1",
"@reach/rect": "0.2.1",
"@reach/utils": "^0.2.2",
"@reach/utils": "^0.2.3",
"@reach/window-size": "^0.1.4",
"warning": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/popover",
"version": "0.0.0",
"version": "0.0.1",
"description": "Render a portal positioned relative to another element.",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@reach/portal": "^0.2.1",
"@reach/rect": "^0.2.1",
"@reach/utils": "^0.2.2"
"@reach/utils": "^0.2.3"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tabs",
"version": "0.1.5",
"version": "0.1.6",
"description": "Accessible React Tabs Component",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@reach/auto-id": "^0.2.0",
"@reach/utils": "^0.2.2",
"@reach/utils": "^0.2.3",
"warning": "^4.0.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/tooltip",
"version": "0.2.0",
"version": "0.2.1",
"description": "Accessible tooltips",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -13,7 +13,7 @@
"@reach/auto-id": "0.2.0",
"@reach/portal": "^0.2.1",
"@reach/rect": "^0.2.1",
"@reach/utils": "^0.2.2",
"@reach/utils": "^0.2.3",
"@reach/visually-hidden": "^0.1.4",
"prop-types": "^15.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/utils",
"version": "0.2.2",
"version": "0.2.3",
"description": "Internal, shared utilities for Reach UI.",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 1ef8b0c

Please sign in to comment.