Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedLSayed9 committed Oct 21, 2023
1 parent c8d67c1 commit ecc3b2c
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-10-21

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`dropdown_button2` - `v3.0.0-beta.7`](#dropdown_button2---v300-beta7)

---

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

- Add intrinsicHeight property to DropdownItem. This enables setting item's height according to its intrinsic height.


## 2023-10-20

### 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.7

- Add intrinsicHeight property to DropdownItem. This enables setting item's height according to its intrinsic height.

## 3.0.0-beta.6

- Fix isExpanded and alignment functionality.
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.6
version: 3.0.0-beta.7
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.6
dropdown_button2: ^3.0.0-beta.7

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit ecc3b2c

Please sign in to comment.