Skip to content

Commit

Permalink
chore: v0.4.1 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed May 17, 2022
1 parent b1e36ce commit b39981b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.4.1] - 05/17/22

- feat: upgrade to Dart >=2.17.0 and Flutter >=3.0.0
- docs: upgrade example to Flutter 3.0.0 and Very Good Analysis 3.0.0

## [0.4.0] - 04/07/21

- BREAKING: refactor: remodel api to work declaratively
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +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.4.0
version: 0.4.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

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit b39981b

Please sign in to comment.