Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Sep 8, 2020
1 parent 8d7b468 commit 5411d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.0",
"version": "2.6.0",
"description": "react hooks library",
"keywords": [
"ahooks",
Expand Down Expand Up @@ -32,7 +32,7 @@
"README.md"
],
"dependencies": {
"@ahooksjs/use-request": "^2.3.0",
"@ahooksjs/use-request": "^2.6.0",
"@types/js-cookie": "^2.2.6",
"intersection-observer": "^0.7.0",
"js-cookie": "^2.2.1",
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.5.0",
"version": "2.6.0",
"description": "React Hooks for fetching, caching and updating asynchronous data",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 5411d9e

Please sign in to comment.