Skip to content

Commit 530696b

Browse files
committed
1 parent 68de8ba commit 530696b

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2023-09-04
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`dropdown_button2` - `v3.0.0-beta.1`](#dropdown_button2---v300-beta1)
19+
20+
---
21+
22+
#### `dropdown_button2` - `v3.0.0-beta.1`
23+
24+
- n
25+
26+
627
## 2023-09-04
728

829
### Changes

packages/dropdown_button2/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.0.0-beta.1
2+
3+
- n
4+
5+
## 3.0.0-beta.1
6+
7+
- Fix formatting.
8+
19
## 3.0.0-beta.0
210

311
- **BREAKING**: Replaces DropdownMenuItem with DropdownItem to provide extra functionality.

packages/dropdown_button2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dropdown_button2
22
description: Flutter's core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs.
3-
version: 3.0.0-beta.0
3+
version: 3.0.0-beta.1
44
repository: https://github.com/AhmedLSayed9/dropdown_button2
55
issue_tracker: https://github.com/AhmedLSayed9/dropdown_button2/issues
66

packages/dropdown_button2_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
sdk: flutter
1111
meta: ^1.9.1
1212

13-
dropdown_button2: ^3.0.0-beta.0
13+
dropdown_button2: ^3.0.0-beta.1
1414

1515
dev_dependencies:
1616
flutter_lints: ^2.0.1

0 commit comments

Comments
 (0)