From 92c5a3957ab2ed6090fd51d2aaa5cd8ed7da2285 Mon Sep 17 00:00:00 2001 From: Andrei Kovalev <35089047+turtleflyer@users.noreply.github.com> Date: Mon, 3 Aug 2020 00:01:44 -0700 Subject: [PATCH] Publish - @smart-hooks/helper-traverse-scheme-keys@1.0.0 - @smart-hooks/use-interstate@2.1.0 - @smart-hooks/use-multi-state@1.1.0 - @smart-hooks/use-smart-memo@2.0.1 - @smart-hooks/use-smart-ref@2.1.1 --- .../smart-hooks/helper-traverse-scheme-keys/package.json | 2 +- packages/smart-hooks/use-interstate/package.json | 6 +++--- packages/smart-hooks/use-multi-state/package.json | 4 ++-- packages/smart-hooks/use-smart-memo/package.json | 2 +- packages/smart-hooks/use-smart-ref/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/smart-hooks/helper-traverse-scheme-keys/package.json b/packages/smart-hooks/helper-traverse-scheme-keys/package.json index 562e8bf..af9aa99 100644 --- a/packages/smart-hooks/helper-traverse-scheme-keys/package.json +++ b/packages/smart-hooks/helper-traverse-scheme-keys/package.json @@ -1,6 +1,6 @@ { "name": "@smart-hooks/helper-traverse-scheme-keys", - "version": "0.0.0", + "version": "1.0.0", "description": "Helper for use-interstate and use-multi-state packages", "keywords": [ "react" diff --git a/packages/smart-hooks/use-interstate/package.json b/packages/smart-hooks/use-interstate/package.json index 5f050e9..7d210a4 100644 --- a/packages/smart-hooks/use-interstate/package.json +++ b/packages/smart-hooks/use-interstate/package.json @@ -1,6 +1,6 @@ { "name": "@smart-hooks/use-interstate", - "version": "2.0.0", + "version": "2.1.0", "description": "useState on steroids", "keywords": [ "react" @@ -41,8 +41,8 @@ "react": "^16.9.0" }, "dependencies": { - "@smart-hooks/helper-traverse-scheme-keys": "^0.0.0", - "@smart-hooks/use-smart-memo": "^2.0.0" + "@smart-hooks/helper-traverse-scheme-keys": "^1.0.0", + "@smart-hooks/use-smart-memo": "^2.0.1" }, "gitHead": "9a47ccf24e6f09b4f17ebf01516e8c4833f2290f" } diff --git a/packages/smart-hooks/use-multi-state/package.json b/packages/smart-hooks/use-multi-state/package.json index 71ce944..d2b14c8 100644 --- a/packages/smart-hooks/use-multi-state/package.json +++ b/packages/smart-hooks/use-multi-state/package.json @@ -1,6 +1,6 @@ { "name": "@smart-hooks/use-multi-state", - "version": "1.0.0", + "version": "1.1.0", "description": "Use one useMultiState instead multiple useState's", "keywords": [ "react" @@ -42,6 +42,6 @@ }, "gitHead": "9a47ccf24e6f09b4f17ebf01516e8c4833f2290f", "dependencies": { - "@smart-hooks/helper-traverse-scheme-keys": "^0.0.0" + "@smart-hooks/helper-traverse-scheme-keys": "^1.0.0" } } diff --git a/packages/smart-hooks/use-smart-memo/package.json b/packages/smart-hooks/use-smart-memo/package.json index b406751..998376c 100644 --- a/packages/smart-hooks/use-smart-memo/package.json +++ b/packages/smart-hooks/use-smart-memo/package.json @@ -1,6 +1,6 @@ { "name": "@smart-hooks/use-smart-memo", - "version": "2.0.0", + "version": "2.0.1", "description": "Make useMemo predictable", "keywords": [ "react" diff --git a/packages/smart-hooks/use-smart-ref/package.json b/packages/smart-hooks/use-smart-ref/package.json index 3b11515..fc0410b 100644 --- a/packages/smart-hooks/use-smart-ref/package.json +++ b/packages/smart-hooks/use-smart-ref/package.json @@ -1,6 +1,6 @@ { "name": "@smart-hooks/use-smart-ref", - "version": "2.1.0", + "version": "2.1.1", "description": "Extends useRef logic", "keywords": [ "react"