Skip to content

Commit ea9155a

Browse files
committed
chore(release): publish
1 parent 66da4d1 commit ea9155a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-alpha.10",
2+
"version": "3.0.0-alpha.11",
33
"packages": ["packages/*"],
44
"npmClient": "yarn",
55
"command": {

packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ahooks",
3-
"version": "3.0.0-alpha.10",
3+
"version": "3.0.0-alpha.11",
44
"description": "react hooks library",
55
"keywords": [
66
"ahooks",

packages/use-url-state/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-url-state",
3-
"version": "3.0.0-alpha.10",
3+
"version": "3.0.0-alpha.11",
44
"description": "A hook that stores the state into url query parameters.",
55
"main": "./lib/index.js",
66
"module": "./es/index.js",
@@ -32,7 +32,7 @@
3232
"react-router": "^5.0.0 || ^6.0.0"
3333
},
3434
"dependencies": {
35-
"ahooks": "^3.0.0-alpha.10",
35+
"ahooks": "^3.0.0-alpha.11",
3636
"query-string": "^6.9.0"
3737
}
3838
}

0 commit comments

Comments
 (0)