Skip to content

Commit fca0721

Browse files
committed
Publish
- ahooks@2.10.5 - @ahooksjs/use-request@2.8.7 - @ahooksjs/use-url-state@2.5.7
1 parent ed974f3 commit fca0721

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.10.4",
3+
"version": "2.10.5",
44
"description": "react hooks library",
55
"keywords": [
66
"ahooks",
@@ -32,7 +32,7 @@
3232
"README.md"
3333
],
3434
"dependencies": {
35-
"@ahooksjs/use-request": "^2.8.6",
35+
"@ahooksjs/use-request": "^2.8.7",
3636
"@types/js-cookie": "^2.2.6",
3737
"dayjs": "^1.9.1",
3838
"intersection-observer": "^0.7.0",

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.8.6",
3+
"version": "2.8.7",
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": "2.5.6",
3+
"version": "2.5.7",
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)