diff --git a/lerna.json b/lerna.json index 575f2c2..a15384d 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "packages": [ "packages/*" ], - "version": "1.3.0" + "version": "1.3.1" } diff --git a/packages/react-device-orientation-hook/package.json b/packages/react-device-orientation-hook/package.json index ced5992..0a4f1f8 100644 --- a/packages/react-device-orientation-hook/package.json +++ b/packages/react-device-orientation-hook/package.json @@ -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 ", "homepage": "https://github.com/21kb/react-hooks#readme", diff --git a/packages/react-dom-status-hook/package.json b/packages/react-dom-status-hook/package.json index c2cca16..4c96434 100644 --- a/packages/react-dom-status-hook/package.json +++ b/packages/react-dom-status-hook/package.json @@ -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 ", "homepage": "https://github.com/21kb/react-hooks#readme", diff --git a/packages/react-element-focus-hook/package.json b/packages/react-element-focus-hook/package.json index d83e140..d5e89d8 100644 --- a/packages/react-element-focus-hook/package.json +++ b/packages/react-element-focus-hook/package.json @@ -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 ", "homepage": "https://github.com/21kb/react-hooks#readme", diff --git a/packages/react-notification-hook/package.json b/packages/react-notification-hook/package.json index ef86484..891ab16 100644 --- a/packages/react-notification-hook/package.json +++ b/packages/react-notification-hook/package.json @@ -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 ", "homepage": "https://github.com/21kb/react-hooks#readme", diff --git a/packages/react-online-status-hook/package.json b/packages/react-online-status-hook/package.json index 32209a6..9a089ae 100644 --- a/packages/react-online-status-hook/package.json +++ b/packages/react-online-status-hook/package.json @@ -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 ", "homepage": "https://github.com/21kb/react-hooks#readme", diff --git a/packages/react-page-visible-hook/package.json b/packages/react-page-visible-hook/package.json index edbd666..733f10b 100644 --- a/packages/react-page-visible-hook/package.json +++ b/packages/react-page-visible-hook/package.json @@ -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 ", "homepage": "https://github.com/21kb/react-hooks#readme", diff --git a/packages/react-vibration-hook/package.json b/packages/react-vibration-hook/package.json index 43ee8a3..a5072fb 100644 --- a/packages/react-vibration-hook/package.json +++ b/packages/react-vibration-hook/package.json @@ -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 ", "homepage": "https://github.com/21kb/react-hooks#readme",