Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - ahooks@1.0.1
 - @ahooksjs/use-request@1.0.1
  • Loading branch information
brickspert committed Jun 12, 2020
1 parent 2befdf9 commit a0e4533
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": "1.0.1-beta.1",
"version": "1.0.1",
"description": "react hooks library",
"keywords": [
"ahooks",
Expand Down Expand Up @@ -30,7 +30,7 @@
"package.json"
],
"dependencies": {
"@ahooksjs/use-request": "^1.0.1-beta.1",
"@ahooksjs/use-request": "^1.0.1",
"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": "1.0.1-beta.1",
"version": "1.0.1",
"description": "React Hooks for fetching, caching and updating asynchronous data",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit a0e4533

Please sign in to comment.