diff --git a/CHANGELOG.md b/CHANGELOG.md index 127eef9..3b6b3df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.14.1 - 12/07/2024 + +* **Enhancements** + - Set `onItemSelected` as deprecated and will be removed in the next release [PR](https://github.com/koukibadr/Searchable-Listview/pull/110) + ## 2.14.0 - 25/05/2024 * **Enhancements** diff --git a/README.md b/README.md index 8981d32..df3cfcf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In order to add searchable listview package to your project add this line to you ```yaml dependencies: - searchable_listview: ^2.14.0 + searchable_listview: ^2.14.1 ``` ## Attributes diff --git a/example/pubspec.lock b/example/pubspec.lock index d89c9f0..9765293 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -145,7 +145,7 @@ packages: path: ".." relative: true source: path - version: "2.14.0" + version: "2.14.1" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 84a9670..9ac6748 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: searchable_listview description: A new easy way to filter listview with simple implementation with possibilty to customize search field and empty widget -version: 2.14.0 +version: 2.14.1 homepage: 'https://github.com/koukibadr/Searchable-Listview' environment: sdk: '>=2.12.0 <4.0.0'