From eeffc29756a2126b25247a211db44e54966613b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=BD=E9=BE=99?= Date: Mon, 20 Dec 2021 21:11:24 +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 d561507c1b..5063e680a6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.6", + "version": "3.0.7", "packages": ["packages/*"], "npmClient": "yarn", "command": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index c12011e91b..0758f60b91 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "ahooks", - "version": "3.0.6", + "version": "3.0.7", "description": "react hooks library", "keywords": [ "ahooks", diff --git a/packages/use-url-state/package.json b/packages/use-url-state/package.json index f9d90d4131..88199ac6e4 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.0.6", + "version": "3.0.7", "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.0.6", + "ahooks": "^3.0.7", "query-string": "^6.9.0" } }