Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Mar 26, 2024
1 parent 2d7e113 commit a4a4326
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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

* Fix missing propagation of `rect` inside `RenderViewportExt.getOffsetToRevealExt`.
* Add missing constructors in `SuperSliverList` to have `SliverList` parity.

## 0.4.0

* BREAKING: Changed signature of `ExtentEstimationProvider` where the `index` is now nullable.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.4.1"
super_sliver_list_example_data:
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: super_sliver_list
description: "Drop-in replacement for SliverList and ListView that can handle large lists with variable extents and jump/animate to specific items."
version: 0.4.0
version: 0.4.1
homepage: https://github.com/superlistapp/super_sliver_list

environment:
Expand Down

0 comments on commit a4a4326

Please sign in to comment.