Skip to content

Commit f0f4a93

Browse files
committed
prepare for release
1 parent 37a9b5a commit f0f4a93

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [1.3.1] - May 16, 2025
2+
3+
- Fix [Issue: #231](https://github.com/maheshj01/searchfield/issues/232) Overlay rebuild on window resize was slow
4+
15
### [1.3.0] - May 13, 2025
26

37
- Fix [Issue: #232](https://github.com/maheshj01/searchfield/issues/232) add item padding and refactor decoration

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [searchfield: ^1.3.0](https://pub.dev/packages/searchfield)
1+
# [searchfield: ^1.3.1](https://pub.dev/packages/searchfield)
22

33
<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>
44
<a href="https://pub.dev/packages/searchfield"><img src="https://img.shields.io/pub/v/searchfield.svg" alt="Pub"></a>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: searchfield
22
description: A highly customizable, simple and easy to use AutoComplete widget for your Flutter app
3-
version: 1.3.0
3+
version: 1.3.1
44
homepage: https://github.com/maheshj01/searchfield
55
repository: https://github.com/maheshj01/searchfield
66
issue_tracker: https://github.com/maheshj01/searchfield/issues

0 commit comments

Comments
 (0)