Skip to content

Commit 9c48e03

Browse files
committed
chore: update version to 2.5.0
1 parent f9cd51a commit 9c48e03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/hooks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ahooks",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "react hooks library",
55
"keywords": [
66
"ahooks",
@@ -56,4 +56,4 @@
5656
},
5757
"license": "MIT",
5858
"gitHead": "561ebf0c820fa5fd6f1a8e83d6a8de3474254921"
59-
}
59+
}

packages/use-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-request",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "React Hooks for fetching, caching and updating asynchronous data",
55
"main": "./lib/index.js",
66
"module": "./es/index.js",

packages/use-url-state/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-url-state",
3-
"version": "1.0.0",
3+
"version": "2.5.0",
44
"description": "A hook that stores the state into url query parameters.",
55
"main": "./lib/index.js",
66
"module": "./es/index.js",

0 commit comments

Comments
 (0)