From b128c7fe6a41e106ed801602367f3c06c8373996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=BD=E9=BE=99?= Date: Mon, 17 Jan 2022 17:22:59 +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 35b31024c2..faab266d17 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.1.5", + "version": "3.1.6", "packages": ["packages/*"], "npmClient": "yarn", "command": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index d2f277a3b7..1028ef3df6 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "ahooks", - "version": "3.1.5", + "version": "3.1.6", "description": "react hooks library", "keywords": [ "ahooks", diff --git a/packages/use-url-state/package.json b/packages/use-url-state/package.json index efa059b15b..162f7c746b 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.1.5", + "version": "3.1.6", "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.1.5", + "ahooks": "^3.1.6", "query-string": "^6.9.0" } }