Skip to content

Commit 1bd52bd

Browse files
authored
chore: v0.9.0 (#81)
1 parent 73b464e commit 1bd52bd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# 0.8.0
1+
# 0.9.0
2+
3+
- feat: expose `findChildIndexCallback` of `SliverChildBuilderDelegate` ([#76](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/76))
4+
5+
# 0.8.0
26

37
- docs: update readme option docs ([#59](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/59))
48
- docs: resolve doc directory missing tag ([#64](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/64))
59
- test: add missing golden tag to golden test ([#67](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/67))
610
- chore: bump dependencies ([#72](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/72))
711

8-
# 0.7.1
9-
12+
# 0.7.1
13+
1014
- feat: update workflows and repository infra structure ([#50](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/50))
1115
- feat: centralize builders options ([#55](https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/55))
1216

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: very_good_infinite_list
22
description: >-
33
A library for easily displaying paginated data, created by Very Good Ventures.
44
Great for activity feeds, news feeds, and more.
5-
version: 0.8.0
5+
version: 0.9.0
66
repository: https://github.com/VeryGoodOpenSource/very_good_infinite_list
77
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_infinite_list/issues
88
homepage: https://github.com/VeryGoodOpenSource/very_good_infinite_list

0 commit comments

Comments
 (0)