Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Jun 5, 2024
1 parent a5eb340 commit 73f7f1a
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.0.5] - Jun 05, 2024
- Add Max Length and Option to disable counter for TextFormField [#Issue 145](https://github.com/maheshmnj/searchfield/issues/145)

#### [1.0.4] - Jun 03, 2024

- Fix: error when dealing with multiple Overlays [Issue #143](https://github.com/maheshmnj/searchfield/issues/143)
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.0.4](https://pub.dev/packages/searchfield)
# [searchfield: ^1.0.5](https://pub.dev/packages/searchfield)

<a href="https://github.com/maheshmnj/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.0.4
version: 1.0.5
homepage: https://github.com/maheshmnj/searchfield
repository: https://github.com/maheshmnj/searchfield
issue_tracker: https://github.com/maheshmnj/searchfield/issues
Expand Down

0 comments on commit 73f7f1a

Please sign in to comment.