Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zanechua committed Jun 23, 2021
1 parent f76d51c commit c0cd1a5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [3.0.0](https://github.com/zanechua/react-native-search-list/compare/v2.4.3...v3.0.0) (2021-06-23)


### ⚠ BREAKING CHANGES

* Add ability to change the search key in datasource, a lot of refactoring for customisation

### Features

* Add ability to change the search key in datasource, a lot of refactoring for customisation ([3440f08](https://github.com/zanechua/react-native-search-list/commit/3440f089a7639640e74077c34f3861a184dd0436))


### Bug Fixes

* Placeholder text color, remove unused component ([45fa53c](https://github.com/zanechua/react-native-search-list/commit/45fa53c116379a72a938d7187e0c9d889277e355))


### Maintenance

* Lint files ([f76d51c](https://github.com/zanechua/react-native-search-list/commit/f76d51c88ed9068179e7e1dd155e1ed9cd073d40))
* Update example ([2d2f376](https://github.com/zanechua/react-native-search-list/commit/2d2f3768e4853c25ad7b88729a1c4b2ece043835))
* Update packages ([c3d8214](https://github.com/zanechua/react-native-search-list/commit/c3d82144dcf6d2818dfcb752b40f2a896540f9b7))

### [2.4.3](https://github.com/zanechua/react-native-search-list/compare/v2.4.2...v2.4.3) (2021-06-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-search-list",
"version": "2.4.3",
"version": "3.0.0",
"description": "react native component for search list view",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit c0cd1a5

Please sign in to comment.