From 6e9e2fa33b16c3035d797446f3b36e5d206b9c25 Mon Sep 17 00:00:00 2001 From: Arpit Bharti Date: Fri, 12 Jan 2024 19:02:53 +0530 Subject: [PATCH] v0.5.2 --- package.json | 2 +- packages/core/package.json | 6 +++--- packages/shared/package.json | 2 +- website/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9a61a0c..e3745a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/packages", - "version": "0.5.1", + "version": "0.5.2", "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 f14cf8e..1ab8a2a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/core", - "version": "0.5.1", + "version": "0.5.2", "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.1" + "@react-hooks-library/shared": "0.5.2" }, "devDependencies": { "@types/css-font-loading-module": "^0.0.6" @@ -33,4 +33,4 @@ "peerDependencies": { "react": ">=16.9.0" } -} +} \ No newline at end of file diff --git a/packages/shared/package.json b/packages/shared/package.json index 37113d6..2510e4b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/shared", - "version": "0.5.1", + "version": "0.5.2", "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 f8e57ad..ced3181 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/website", - "version": "0.5.1", + "version": "0.5.2", "description": "Documentation website for react", "author": "Arpit", "license": "MIT",