Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-03-09)

### Bug Fixes

* **code style:** use formatter and examples ([#2](#2)) ([8e32070](8e32070))
  • Loading branch information
semantic-release-bot committed Mar 9, 2023
1 parent 8e32070 commit 6044ccb
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 @@
## [1.0.1](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v1.0.0...v1.0.1) (2023-03-09)


### Bug Fixes

* **code style:** use formatter and examples ([#2](https://github.com/smartive/flutter-generic-dropdown-widget/issues/2)) ([8e32070](https://github.com/smartive/flutter-generic-dropdown-widget/commit/8e32070830cdf657d0476c9c7482d4ee2a18492d))

# 1.0.0 (2023-03-08)


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: 1.0.0
version: 1.0.1
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 6044ccb

Please sign in to comment.