From e983f2728c983205132ea0633ec1d94b7bc15eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=BD=E9=BE=99?= Date: Thu, 23 Dec 2021 11:04:51 +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 61b9f94c46..7a9328a166 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.8", + "version": "3.1.0", "packages": ["packages/*"], "npmClient": "yarn", "command": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index ac1754a4f9..ac6f072ee6 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "ahooks", - "version": "3.0.8", + "version": "3.1.0", "description": "react hooks library", "keywords": [ "ahooks", diff --git a/packages/use-url-state/package.json b/packages/use-url-state/package.json index 218d69f691..2d2e5913b2 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.8", + "version": "3.1.0", "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.8", + "ahooks": "^3.1.0", "query-string": "^6.9.0" } }