Skip to content

Commit

Permalink
chore: update version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Aug 14, 2020
1 parent f9cd51a commit 9c48e03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "ahooks",
"version": "2.4.0",
"version": "2.5.0",
"description": "react hooks library",
"keywords": [
"ahooks",
Expand Down Expand Up @@ -56,4 +56,4 @@
},
"license": "MIT",
"gitHead": "561ebf0c820fa5fd6f1a8e83d6a8de3474254921"
}
}
2 changes: 1 addition & 1 deletion packages/use-request/package.json
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-request",
"version": "2.4.0",
"version": "2.5.0",
"description": "React Hooks for fetching, caching and updating asynchronous data",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-url-state/package.json
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-url-state",
"version": "1.0.0",
"version": "2.5.0",
"description": "A hook that stores the state into url query parameters.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 9c48e03

Please sign in to comment.