Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Oct 16, 2020
1 parent 609d059 commit 2d6db4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ahooks",
"version": "2.6.1",
"version": "2.7.0",
"description": "react hooks library",
"keywords": [
"ahooks",
Expand Down Expand Up @@ -32,7 +32,7 @@
"README.md"
],
"dependencies": {
"@ahooksjs/use-request": "^2.6.0",
"@ahooksjs/use-request": "^2.7.0",
"@types/js-cookie": "^2.2.6",
"dayjs": "^1.9.1",
"intersection-observer": "^0.7.0",
Expand All @@ -50,9 +50,9 @@
"@alifd/next": "^1.20.6",
"@types/enzyme": "^3.10.5",
"antd": "^3.26.6",
"enzyme-adapter-react-16": "^1.15.4",
"jest-websocket-mock": "^2.1.0",
"mock-socket": "^9.0.3",
"enzyme-adapter-react-16": "^1.15.4",
"react-drag-listview": "^0.1.6",
"umi-request": "^1.0.8"
},
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.6.0",
"version": "2.7.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 2d6db4b

Please sign in to comment.