From 777e65e8590ecc03a6cdff3aeff80e723bac9a93 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 May 2023 08:37:59 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v1.0.1...v1.1.0) (2023-05-11) ### Features * add more anchor options ([#6](https://github.com/smartive/flutter-generic-dropdown-widget/issues/6)) ([d4e756c](https://github.com/smartive/flutter-generic-dropdown-widget/commit/d4e756c0056ffecd855df4c3270be54912858ba6)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49eb5f2..eed3dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v1.0.1...v1.1.0) (2023-05-11) + + +### Features + +* add more anchor options ([#6](https://github.com/smartive/flutter-generic-dropdown-widget/issues/6)) ([d4e756c](https://github.com/smartive/flutter-generic-dropdown-widget/commit/d4e756c0056ffecd855df4c3270be54912858ba6)) + ## [1.0.1](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v1.0.0...v1.0.1) (2023-03-09) diff --git a/pubspec.yaml b/pubspec.yaml index cb52a89..ad7724d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 1.0.1 +version: 1.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