Skip to content

Commit ae4cf4d

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-03-08) ### Features * add close on outside tag flag ([a157df1](a157df1)) * add openOnRender flag ([943433c](943433c)) * **dropdown:** add first version of the generic dropdown. ([3e88082](3e88082))
1 parent a45fcee commit ae4cf4d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 1.0.0 (2023-03-08)
2+
3+
4+
### Features
5+
6+
* add close on outside tag flag ([a157df1](https://github.com/smartive/flutter-generic-dropdown-widget/commit/a157df17cb0291217ab0826828327c35c3607ddb))
7+
* add openOnRender flag ([943433c](https://github.com/smartive/flutter-generic-dropdown-widget/commit/943433cfc2557ffcfa55db75880de4e77663dfef))
8+
* **dropdown:** add first version of the generic dropdown. ([3e88082](https://github.com/smartive/flutter-generic-dropdown-widget/commit/3e88082595bc29c5de4a834f48ed7546df175c7e))

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: 0.0.0
4+
version: 1.0.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)