Skip to content

Commit

Permalink
🍎 Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yeskunall committed Nov 2, 2018
1 parent 4ac52e7 commit b3beb9d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.2.0"
"version": "1.3.0"
}
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.2.0",
"version": "1.3.0",
"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-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.2.0",
"version": "1.3.0",
"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.2.0",
"version": "1.3.0",
"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.2.0",
"version": "1.3.0",
"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.2.0",
"version": "1.3.0",
"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 b3beb9d

Please sign in to comment.