Skip to content

Commit

Permalink
v0.16.1; peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 17, 2022
1 parent 2fedc4f commit 9ef25bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## [Unreleased]

## [0.16.1] - 2022-05-17
### Changed
- Fix peer dependencies

## [0.16.0] - 2022-05-17
### Changed
- New context-based API (cache size one)
- New context-based API (cache size one) #36

## [0.15.0] - 2022-02-07
### Changed
Expand Down
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-hooks-fetch",
"description": "Minimal data fetching library with React Suspense",
"version": "0.16.0",
"version": "0.16.1",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down Expand Up @@ -81,6 +81,17 @@
"webpack-dev-server": "^4.9.0"
},
"peerDependencies": {
"react": ">=16.8.0"
"react": ">=16.8.0",
"react-dom": "*",
"react-native": "*",
"scheduler": ">=0.19.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
}
}

0 comments on commit 9ef25bf

Please sign in to comment.