diff --git a/lerna.json b/lerna.json index 5063e680a6..61b9f94c46 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.7", + "version": "3.0.8", "packages": ["packages/*"], "npmClient": "yarn", "command": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 0758f60b91..ac1754a4f9 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "ahooks", - "version": "3.0.7", + "version": "3.0.8", "description": "react hooks library", "keywords": [ "ahooks", diff --git a/packages/use-url-state/package.json b/packages/use-url-state/package.json index 88199ac6e4..218d69f691 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.7", + "version": "3.0.8", "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.7", + "ahooks": "^3.0.8", "query-string": "^6.9.0" } }