diff --git a/package.json b/package.json index 28c3ba0..a21dd0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/packages", - "version": "0.1.3", + "version": "0.1.4-beta.1", "private": true, "description": "A collection of hooks and utilities for React", "main": "index.js", diff --git a/packages/core/package.json b/packages/core/package.json index e7ef515..8d1477b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/core", - "version": "0.1.3", + "version": "0.1.4-beta.1", "description": "A collection of hooks and utilities for React", "publishConfig": { "registry": "https://registry.npmjs.org/" @@ -23,7 +23,7 @@ "license": "MIT", "author": "Arpit", "dependencies": { - "@react-hooks-library/shared": "0.1.3" + "@react-hooks-library/shared": "0.1.4-beta.1" }, "devDependencies": { "@types/css-font-loading-module": "^0.0.6" diff --git a/packages/shared/package.json b/packages/shared/package.json index 72b297e..bed11e0 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/shared", - "version": "0.1.3", + "version": "0.1.4-beta.1", "description": "A collection of hooks and utilities for React", "publishConfig": { "registry": "https://registry.npmjs.org/" diff --git a/website/package.json b/website/package.json index d20af6e..1e86265 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/website", - "version": "0.1.3", + "version": "0.1.4-beta.1", "description": "Documentation website for react", "author": "Arpit", "license": "MIT",