We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9deba0e commit 915048dCopy full SHA for 915048d
lerna.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "3.1.6",
+ "version": "3.1.7",
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.1.6",
+ "ahooks": "^3.1.7",
36
"query-string": "^6.9.0"
37
}
38
0 commit comments