diff --git a/package.json b/package.json index e31374c..e64c1ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/packages", - "version": "0.6.0", + "version": "0.6.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 08e0a2c..b0ce7e3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/core", - "version": "0.6.0", + "version": "0.6.1", "description": "A collection of hooks and utilities for React", "publishConfig": { "registry": "https://registry.npmjs.org/" @@ -25,7 +25,7 @@ "license": "MIT", "author": "Arpit", "dependencies": { - "@react-hooks-library/shared": "0.6.0" + "@react-hooks-library/shared": "0.6.1" }, "devDependencies": { "@types/css-font-loading-module": "^0.0.6" diff --git a/packages/shared/package.json b/packages/shared/package.json index d910674..c777f31 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/shared", - "version": "0.6.0", + "version": "0.6.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 29b7d9d..85283dd 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/website", - "version": "0.6.0", + "version": "0.6.1", "description": "Documentation website for react", "author": "Arpit", "license": "MIT",