From c7e8154661e90476621737b03889e70c0cc3dbd7 Mon Sep 17 00:00:00 2001 From: Arpit Bharti Date: Mon, 27 Sep 2021 23:51:19 +0530 Subject: [PATCH] v0.1.5 --- 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 ecd0d1f..b84a442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/packages", - "version": "0.1.4", + "version": "0.1.5", "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 54f38bf..8749094 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/core", - "version": "0.1.4", + "version": "0.1.5", "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.4" + "@react-hooks-library/shared": "0.1.5" }, "devDependencies": { "@types/css-font-loading-module": "^0.0.6" diff --git a/packages/shared/package.json b/packages/shared/package.json index 6939ee1..b1ee16b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/shared", - "version": "0.1.4", + "version": "0.1.5", "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 95ee48c..2b2de8a 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@react-hooks-library/website", - "version": "0.1.4", + "version": "0.1.5", "description": "Documentation website for react", "author": "Arpit", "license": "MIT",