We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f61a4b commit 946af1fCopy full SHA for 946af1f
lerna.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "3.0.0",
+ "version": "3.0.1",
3
"packages": ["packages/*"],
4
"npmClient": "yarn",
5
"command": {
packages/hooks/package.json
@@ -1,6 +1,6 @@
"name": "ahooks",
"description": "react hooks library",
"keywords": [
6
"ahooks",
packages/use-url-state/package.json
"name": "@ahooksjs/use-url-state",
"description": "A hook that stores the state into url query parameters.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -32,7 +32,7 @@
32
"react-router": "^5.0.0 || ^6.0.0"
33
},
34
"dependencies": {
35
- "ahooks": "^3.0.0",
+ "ahooks": "^3.0.1",
36
"query-string": "^6.9.0"
37
}
38
0 commit comments