diff --git a/CHANGELOG.md b/CHANGELOG.md index adc08f72..d51254d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.3 - 7-May-2021 + +-- PR #308 - Allow suggestionsCallback to return null + ## 3.1.2 - 1-May-2021 -- PR #303 - Guard against missing size in \_adjustMaxHeightAndOrientation diff --git a/example/pubspec.lock b/example/pubspec.lock index 772207bc..d8e7ea5b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "3.1.2" + version: "3.1.3" flutter_web_plugins: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index f1a19bfb..944e3159 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_typeahead -version: 3.1.2 +version: 3.1.3 description: A highly customizable typeahead (autocomplete) text input field for Flutter homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead