From 4b4ff18df97bd168f2771ffa9fa2f8cd59ed1788 Mon Sep 17 00:00:00 2001 From: Arpit Bharti Date: Fri, 12 Jan 2024 19:08:37 +0530 Subject: [PATCH] v0.6.0 --- package.json | 2 +- packages/core/package.json | 4 ++-- packages/shared/package.json | 2 +- website/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e3745a1..e31374c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/packages", - "version": "0.5.2", + "version": "0.6.0", "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 1ab8a2a..08e0a2c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/core", - "version": "0.5.2", + "version": "0.6.0", "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.5.2" + "@react-hooks-library/shared": "0.6.0" }, "devDependencies": { "@types/css-font-loading-module": "^0.0.6" diff --git a/packages/shared/package.json b/packages/shared/package.json index 2510e4b..d910674 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/shared", - "version": "0.5.2", + "version": "0.6.0", "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 ced3181..29b7d9d 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/website", - "version": "0.5.2", + "version": "0.6.0", "description": "Documentation website for react", "author": "Arpit", "license": "MIT",