Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Dec 20, 2021
1 parent 7a76ae3 commit eeffc29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.6",
"version": "3.0.7",
"packages": ["packages/*"],
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ahooks",
"version": "3.0.6",
"version": "3.0.7",
"description": "react hooks library",
"keywords": [
"ahooks",
Expand Down
4 changes: 2 additions & 2 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.0.6",
"version": "3.0.7",
"description": "A hook that stores the state into url query parameters.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-router": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"ahooks": "^3.0.6",
"ahooks": "^3.0.7",
"query-string": "^6.9.0"
}
}

0 comments on commit eeffc29

Please sign in to comment.