Skip to content

Commit

Permalink
chore: v0.7.1 (#58)
Browse files Browse the repository at this point in the history
* chore: update very good analysis and add trailling comma on collections

* chore: v0.7.1
  • Loading branch information
renancaraujo authored Sep 20, 2023
1 parent 4915cfd commit bf64126
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## [0.7.0] - 11/28/22
# 0.7.1

- feat: update workflows and repository infra structure ([#50](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/50))
- feat: centralize builders options ([#55](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/55))

- ## [0.7.0] - 11/28/22

- **BREAKING** feat: add index to separator builder

Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: very_good_infinite_list
description: >-
A library for easily displaying paginated data, created by Very Good Ventures.
Great for activity feeds, news feeds, and more.
version: 0.7.0
version: 0.7.1
repository: https://github.com/VeryGoodOpenSource/very_good_infinite_list
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_infinite_list/issues
homepage: https://github.com/VeryGoodOpenSource/very_good_infinite_list
documentation: https://github.com/VeryGoodOpenSource/very_good_infinite_list
topics: [flutter, list-view, scroll, widgets]

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down

0 comments on commit bf64126

Please sign in to comment.