Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Jul 7, 2021
1 parent 27d7588 commit 7b026c0
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ahooks",
"version": "2.10.6",
"version": "2.10.7",
"description": "react hooks library",
"keywords": [
"ahooks",
Expand Down Expand Up @@ -32,7 +32,7 @@
"README.md"
],
"dependencies": {
"@ahooksjs/use-request": "^2.8.7",
"@ahooksjs/use-request": "^2.8.8",
"@types/js-cookie": "^2.2.6",
"dayjs": "^1.9.1",
"intersection-observer": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-request",
"version": "2.8.7",
"version": "2.8.8",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-url-state",
"version": "2.5.7",
"version": "2.5.8",
"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 7b026c0

Please sign in to comment.