Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Sep 21, 2024
1 parent db99309 commit c771510
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [searchfield: ^1.1.2](https://pub.dev/packages/searchfield)
# [searchfield: ^1.1.3](https://pub.dev/packages/searchfield)

<a href="https://github.com/maheshj01/searchfield" rel="noopener" target="_blank"><img src="https://img.shields.io/badge/platform-flutter-ff69b4.svg" alt="Flutter Platform Badge"></a>
<a href="https://pub.dev/packages/searchfield"><img src="https://img.shields.io/pub/v/searchfield.svg" alt="Pub"></a>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c771510

Please sign in to comment.