Skip to content

Commit

Permalink
Relax react peer dependency (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryo authored Nov 13, 2023
1 parent 2ee56d4 commit 4552acf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This repository adheres to semantic versioning and follows the conventions of [keepachangelog.com](http://keepachangelog.com).

## 3.1.0 - 2023-11-13
### Changed
- Relax `react` peer dependency to >= 17.0.2

## 3.0.0 - 2023-11-07
### Changed
- **BREAKING** bump peer dependencies
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-largelist-v2",
"version": "3.0.0",
"version": "3.1.0",
"private": false,
"description": "The best performance large list component which is much better than SectionList for React Native.",
"author": "bolan9999 <[email protected]>",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/bolan9999/react-native-largelist",
"peerDependencies": {
"react": "^17.0.2",
"react": ">=17.0.2",
"react-native": ">=0.67.0",
"prop-types": ">=15.6.0"
},
Expand Down

0 comments on commit 4552acf

Please sign in to comment.