Skip to content

Commit bcf80cf

Browse files
committed
chore(release): publish
1 parent 6812ce0 commit bcf80cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.3.13",
2+
"version": "3.4.0",
33
"packages": ["packages/*"],
44
"npmClient": "yarn",
55
"command": {

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ahooks",
3-
"version": "3.3.13",
3+
"version": "3.4.0",
44
"description": "react hooks library",
55
"keywords": [
66
"ahooks",

packages/use-url-state/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-url-state",
3-
"version": "3.3.13",
3+
"version": "3.4.0",
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.3.13",
35+
"ahooks": "^3.4.0",
3636
"query-string": "^6.9.0"
3737
},
3838
"gitHead": "11f6ad571bd365c95ecb9409ca3050cbbfc9b34a"

0 commit comments

Comments
 (0)