From c771510c7feaccb55239716b0cfc5cd73fa7a948 Mon Sep 17 00:00:00 2001 From: mahesh jamdade Date: Fri, 20 Sep 2024 22:51:42 -0400 Subject: [PATCH] prepare for release --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95675bd..1da2d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### [1.1.3] - September 20, 2024 +- Fix SearchInputDecoration does not take any values [Issue #176](https://github.com/maheshj01/searchfield/issues/176) + #### [1.1.2] - September 20, 2024 - add a `SearchInputDecoration.copyWith` constructor [Issue #175](https://github.com/maheshj01/searchfield/issues/175) - Fix [Issue #174](https://github.com/maheshj01/searchfield/issues/174) Exception: RangeError (index): Index out of range: index must not be negative: -1 diff --git a/README.md b/README.md index fe1d429..582e1e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [searchfield: ^1.1.2](https://pub.dev/packages/searchfield) +# [searchfield: ^1.1.3](https://pub.dev/packages/searchfield) Flutter Platform Badge Pub diff --git a/pubspec.yaml b/pubspec.yaml index f827975..53c9f96 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: searchfield description: A highly customizable, simple and easy to use flutter Widget to add a searchfield to your Flutter Application. This Widget allows you to search and select from list of suggestions. -version: 1.1.2 +version: 1.1.3 homepage: https://github.com/maheshj01/searchfield repository: https://github.com/maheshj01/searchfield issue_tracker: https://github.com/maheshj01/searchfield/issues