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 23, 2021
1 parent 2a0cc59 commit e983f27
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.8",
"version": "3.1.0",
"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.8",
"version": "3.1.0",
"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.8",
"version": "3.1.0",
"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.8",
"ahooks": "^3.1.0",
"query-string": "^6.9.0"
}
}

0 comments on commit e983f27

Please sign in to comment.