Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2024-02-26)

### Features

* add configurable barrier (backdrop) color ([#17](#17)) ([0b9b4b9](0b9b4b9))
  • Loading branch information
semantic-release-bot committed Feb 26, 2024
1 parent 0b9b4b9 commit 07e9880
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.1.0](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v2.0.1...v2.1.0) (2024-02-26)


### Features

* 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))

## [2.0.1](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v2.0.0...v2.0.1) (2024-02-26)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: generic_dropdown_widget
description: A generic dropdown for flutter. Enables displaying arbitrary
content with an arbitrary toggle anywhere in the app.
version: 2.0.1
version: 2.1.0
homepage: https://smartive.github.io/flutter-generic-dropdown-widget/
issue_tracker: https://github.com/smartive/flutter-generic-dropdown-widget/issues
repository: https://github.com/smartive/flutter-generic-dropdown-widget.git
Expand Down

0 comments on commit 07e9880

Please sign in to comment.