Skip to content

Commit

Permalink
🍎 Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yeskunall committed Mar 12, 2019
1 parent 390409b commit ae76460
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages": [
"packages/*"
],
"version": "1.3.0"
"version": "1.3.1"
}
2 changes: 1 addition & 1 deletion packages/react-device-orientation-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@21kb/react-device-orientation-hook",
"version": "1.3.0",
"version": "1.3.1",
"description": "React hook for subscribing to the `deviceorientation` event",
"author": "Kunall Banerjee <[email protected]>",
"homepage": "https://github.com/21kb/react-hooks#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom-status-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@21kb/react-dom-status-hook",
"version": "1.2.0",
"version": "1.3.1",
"description": "React hook for subscribing to the `DOMContentLoaded` event",
"author": "Kunall Banerjee <[email protected]>",
"homepage": "https://github.com/21kb/react-hooks#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-element-focus-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@21kb/react-element-focus-hook",
"version": "1.2.0",
"version": "1.3.1",
"description": "React hook to respond to focus events",
"author": "Kunall Banerjee <[email protected]>",
"homepage": "https://github.com/21kb/react-hooks#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notification-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@21kb/react-notification-hook",
"version": "1.3.0",
"version": "1.3.1",
"description": "React hook to use the Notifications API",
"author": "Kunall Banerjee <[email protected]>",
"homepage": "https://github.com/21kb/react-hooks#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-online-status-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@21kb/react-online-status-hook",
"version": "1.3.0",
"version": "1.3.1",
"description": "React hook to subsribe to `offline/online` events",
"author": "Kunall Banerjee <[email protected]>",
"homepage": "https://github.com/21kb/react-hooks#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-page-visible-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@21kb/react-page-visible-hook",
"version": "1.3.0",
"version": "1.3.1",
"description": "React hook to use the Page Visibility API",
"author": "Kunall Banerjee <[email protected]>",
"homepage": "https://github.com/21kb/react-hooks#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vibration-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@21kb/react-vibration-hook",
"version": "1.3.0",
"version": "1.3.1",
"description": "React hook to use the Vibration API",
"author": "Kunall Banerjee <[email protected]>",
"homepage": "https://github.com/21kb/react-hooks#readme",
Expand Down

0 comments on commit ae76460

Please sign in to comment.