Skip to content

Commit

Permalink
edit changelog and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
davigmacode committed Sep 23, 2020
1 parent 2d0497d commit 24d9264
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.0.1] - 2020-09-23

* edit package description, change meta import source
* example: Fixes missing MainActivity
* example: progress indicator on chips tile

## [4.0.0] - 2020-09-23

* Validate before confirm
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0"
version: "4.0.1"
source_span:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: smart_select
description: Easily convert your usual single/multiple select or dropdown into page, dialog, or bottom sheet with various choice input such as radio, checkbox, switch, chips, or custom widget.
author: Irfan Vigma Taufik<davigmacode@gmail.com>
homepage: https://github.com/davigmacode/flutter_smart_select
version: 4.0.0
version: 4.0.1

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 24d9264

Please sign in to comment.