From 3c07a853a4664cf0fafcfe75d417ca5c0fb4fdaf Mon Sep 17 00:00:00 2001 From: mahesh jamdade Date: Tue, 28 Jan 2025 11:20:31 -0500 Subject: [PATCH] prepare for release --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ca1da..80ec404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### [1.2.4] - January 28, 2025 +- Fix: [Issue: #205](https://github.com/maheshj01/searchfield/issues/205) Index out of bound on SuggestionDirection.up + ### [1.2.3] - January 26, 2025 - Fix: [Issue: #204](https://github.com/maheshj01/searchfield/issues/204) Interactive text editable menu was not being displayed. diff --git a/pubspec.yaml b/pubspec.yaml index 8e87bcc..e28ae1e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: searchfield description: A highly customizable, simple and easy to use AutoComplete widget for your Flutter app -version: 1.2.3 +version: 1.2.4 homepage: https://github.com/maheshj01/searchfield repository: https://github.com/maheshj01/searchfield issue_tracker: https://github.com/maheshj01/searchfield/issues