From 02335f68c1dc07ae75a540fb8bde0f8fa9f4fded Mon Sep 17 00:00:00 2001 From: brickspert <576679268@qq.com> Date: Fri, 15 Apr 2022 09:57:26 +0800 Subject: [PATCH] chore(release): publish --- lerna.json | 2 +- packages/hooks/package.json | 2 +- packages/use-url-state/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 770bb5504a..ebeaafc054 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.3.2", + "version": "3.3.3", "packages": ["packages/*"], "npmClient": "yarn", "command": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 389f1f41f3..d715c9857c 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "ahooks", - "version": "3.3.2", + "version": "3.3.3", "description": "react hooks library", "keywords": [ "ahooks", diff --git a/packages/use-url-state/package.json b/packages/use-url-state/package.json index da82b81c5d..8866e8fed5 100644 --- a/packages/use-url-state/package.json +++ b/packages/use-url-state/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-url-state", - "version": "3.3.2", + "version": "3.3.3", "description": "A hook that stores the state into url query parameters.", "main": "./lib/index.js", "module": "./es/index.js", @@ -32,7 +32,7 @@ "react-router": "^5.0.0 || ^6.0.0" }, "dependencies": { - "ahooks": "^3.3.2", + "ahooks": "^3.3.3", "query-string": "^6.9.0" } }