Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Apr 15, 2022
1 parent 11f6ad5 commit 2d1cc85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.5",
"version": "3.3.6",
"packages": ["packages/*"],
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ahooks",
"version": "3.3.5",
"version": "3.3.6",
"description": "react hooks library",
"keywords": [
"ahooks",
Expand Down Expand Up @@ -60,5 +60,5 @@
"node": ">=8.0.0"
},
"license": "MIT",
"gitHead": "d2fa8540a72ae1a9a315f2dcfba763bc5982f23b"
"gitHead": "11f6ad571bd365c95ecb9409ca3050cbbfc9b34a"
}
6 changes: 3 additions & 3 deletions packages/use-url-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-url-state",
"version": "3.3.5",
"version": "3.3.6",
"description": "A hook that stores the state into url query parameters.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"react-router": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"ahooks": "^3.3.5",
"ahooks": "^3.3.6",
"query-string": "^6.9.0"
},
"gitHead": "d2fa8540a72ae1a9a315f2dcfba763bc5982f23b"
"gitHead": "11f6ad571bd365c95ecb9409ca3050cbbfc9b34a"
}

0 comments on commit 2d1cc85

Please sign in to comment.