Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - dropdown_button2@3.0.0-beta.4
  • Loading branch information
AhmedLSayed9 committed Sep 27, 2023
1 parent e5dc3c7 commit 5aab302
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-27

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`dropdown_button2` - `v3.0.0-beta.4`](#dropdown_button2---v300-beta4)

---

#### `dropdown_button2` - `v3.0.0-beta.4`

- - Add `noResultsWidget` property for DropdownSearchData. It can be used to show some widget when the search results are empty.


## 2023-09-23

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/dropdown_button2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0-beta.4

- - Add `noResultsWidget` property for DropdownSearchData. It can be used to show some widget when the search results are empty.

## 3.0.0-beta.3

- Fix inkwell covers error message.
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown_button2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dropdown_button2
description: Flutter's core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs.
version: 3.0.0-beta.3
version: 3.0.0-beta.4
repository: https://github.com/AhmedLSayed9/dropdown_button2
issue_tracker: https://github.com/AhmedLSayed9/dropdown_button2/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown_button2_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
sdk: flutter
meta: ^1.9.1

dropdown_button2: ^3.0.0-beta.3
dropdown_button2: ^3.0.0-beta.4

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit 5aab302

Please sign in to comment.