Skip to content

Commit 2d1cc85

Browse files
committed
chore(release): publish
1 parent 11f6ad5 commit 2d1cc85

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.5",
2+
"version": "3.3.6",
33
"packages": ["packages/*"],
44
"npmClient": "yarn",
55
"command": {

packages/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ahooks",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "react hooks library",
55
"keywords": [
66
"ahooks",
@@ -60,5 +60,5 @@
6060
"node": ">=8.0.0"
6161
},
6262
"license": "MIT",
63-
"gitHead": "d2fa8540a72ae1a9a315f2dcfba763bc5982f23b"
63+
"gitHead": "11f6ad571bd365c95ecb9409ca3050cbbfc9b34a"
6464
}

packages/use-url-state/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-url-state",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "A hook that stores the state into url query parameters.",
55
"main": "./lib/index.js",
66
"module": "./es/index.js",
@@ -32,8 +32,8 @@
3232
"react-router": "^5.0.0 || ^6.0.0"
3333
},
3434
"dependencies": {
35-
"ahooks": "^3.3.5",
35+
"ahooks": "^3.3.6",
3636
"query-string": "^6.9.0"
3737
},
38-
"gitHead": "d2fa8540a72ae1a9a315f2dcfba763bc5982f23b"
38+
"gitHead": "11f6ad571bd365c95ecb9409ca3050cbbfc9b34a"
3939
}

0 commit comments

Comments
 (0)