Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Nov 15, 2020
1 parent 3ab9c25 commit c330369
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## [3.7.0] - 15.11.2020

* New feature: Add new options from ListView.
* Bug fixes: reverse option works with empty list

## [3.6.0] - 14.11.2020

* New feature: Add `reverse` option from list_view.
* New feature: Add `reverse` option from ListView.

## [3.5.0] - 19.09.2020

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A flutter `ListView` in which list items can be grouped to sections.
Add the package to your pubspec.yaml:

```yaml
grouped_list: ^3.6.0
grouped_list: ^3.7.0
```
In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.6.0"
version: "3.7.0"
intl:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: grouped_list
description: A Flutter ListView where the list items can be grouped into sections.
version: 3.6.0
version: 3.7.0
homepage: https://begnis.dev
repository: https://github.com/Dimibe/grouped_list

Expand Down

0 comments on commit c330369

Please sign in to comment.