Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - ahooks@2.2.0-beta
 - @ahooksjs/use-request@2.1.0-beta
  • Loading branch information
brickspert committed Jul 8, 2020
1 parent c939141 commit 7e7cc08
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.1.0",
"version": "2.2.0-beta",
"description": "react hooks library",
"keywords": [
"ahooks",
Expand Down Expand Up @@ -31,7 +31,7 @@
"README.md"
],
"dependencies": {
"@ahooksjs/use-request": "^2.0.1",
"@ahooksjs/use-request": "^2.1.0-beta",
"intersection-observer": "^0.7.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.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.0.1",
"version": "2.1.0-beta",
"description": "React Hooks for fetching, caching and updating asynchronous data",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 7e7cc08

Please sign in to comment.