Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedLSayed9 committed Aug 30, 2023
1 parent 4303858 commit d24956f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-08-31

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`dropdown_button2` - `v2.3.9`](#dropdown_button2---v239)

---

#### `dropdown_button2` - `v2.3.9`

- Bump "dropdown_button2" to `2.3.9`.

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 @@
## 2.3.9

- Bump "dropdown_button2" to `2.3.9`.

## 2.3.8

- Use null-aware operators for thumbVisibility and thickness.
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: 2.3.8
version: 2.3.9
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: ^2.3.8
dropdown_button2: ^2.3.9

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit d24956f

Please sign in to comment.