Skip to content

Commit

Permalink
Merge pull request #316 from AhmedLSayed9/release-v3.0.0-beta.17
Browse files Browse the repository at this point in the history
Release v3.0.0 beta.17
  • Loading branch information
AhmedLSayed9 authored Sep 8, 2024
2 parents 8dabea8 + 7c2ecd5 commit 9ea5902
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ add this line to pubspec.yaml

```yaml
dependencies:
dropdown_button2: ^3.0.0-beta.16
dropdown_button2: ^3.0.0-beta.17
```
import package
Expand Down
3 changes: 2 additions & 1 deletion packages/dropdown_button2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## UNRELEASED
## 3.0.0-beta.17

- Enhance scroll position when using searchable dropdown, closes #285.
- Temporarily fix ink splash gets displayed over search widget, closes #290.
- Add copyWith method for style data classes, closes #314.

## 3.0.0-beta.16

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.16
version: 3.0.0-beta.17
repository: https://github.com/AhmedLSayed9/dropdown_button2
issue_tracker: https://github.com/AhmedLSayed9/dropdown_button2/issues

Expand Down

0 comments on commit 9ea5902

Please sign in to comment.