Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07e9880

Browse files
committedFeb 26, 2024
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.1...v2.1.0) (2024-02-26) ### Features * add configurable barrier (backdrop) color ([#17](#17)) ([0b9b4b9](0b9b4b9))
1 parent 0b9b4b9 commit 07e9880

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v2.0.1...v2.1.0) (2024-02-26)
2+
3+
4+
### Features
5+
6+
* add configurable barrier (backdrop) color ([#17](https://github.com/smartive/flutter-generic-dropdown-widget/issues/17)) ([0b9b4b9](https://github.com/smartive/flutter-generic-dropdown-widget/commit/0b9b4b9962cbe457417af7b51d7cfe0325f23ea9))
7+
18
## [2.0.1](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v2.0.0...v2.0.1) (2024-02-26)
29

310

‎pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: generic_dropdown_widget
22
description: A generic dropdown for flutter. Enables displaying arbitrary
33
content with an arbitrary toggle anywhere in the app.
4-
version: 2.0.1
4+
version: 2.1.0
55
homepage: https://smartive.github.io/flutter-generic-dropdown-widget/
66
issue_tracker: https://github.com/smartive/flutter-generic-dropdown-widget/issues
77
repository: https://github.com/smartive/flutter-generic-dropdown-widget.git

0 commit comments

Comments
 (0)
Please sign in to comment.