From c177ec635369cee61204029f097695f862f35ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=BD=E9=BE=99?= Date: Wed, 26 Jan 2022 11:13:15 +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 3ec61f80a7..a5f2387f67 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.1.8", + "version": "3.1.9", "packages": ["packages/*"], "npmClient": "yarn", "command": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 172a285e4b..f3a0c1c544 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "ahooks", - "version": "3.1.8", + "version": "3.1.9", "description": "react hooks library", "keywords": [ "ahooks", diff --git a/packages/use-url-state/package.json b/packages/use-url-state/package.json index 91df6c1bfb..032308533c 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.8", + "version": "3.1.9", "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.8", + "ahooks": "^3.1.9", "query-string": "^6.9.0" } }