Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@

### Changed

- Blueprint dependency updated to 6.0.

### Misc

### Internal

# Past Releases

# [16.1.0] - 2025-06-17

### Changed

- Blueprint dependency updated to 6.0.

# [16.0.4] - 2025-06-06

### Misc
Expand Down Expand Up @@ -1172,8 +1176,9 @@ listActions.scrolling.scrollToSection(
Earlier releases were ad-hoc and not tracked. To see all changes, please reference [closed PRs on Github](https://github.com/kyleve/Listable/pulls?q=is%3Apr+is%3Aclosed).


[Main]: https://github.com/square/Listable/compare/16.0.4...main
[16.0.3]: https://github.com/square/Listable/compare/16.0.4...16.0.3
[Main]: https://github.com/square/Listable/compare/16.1.0...main
[16.1.0]: https://github.com/square/Listable/compare/16.1.0...16.0.4
[16.0.4]: https://github.com/square/Listable/compare/16.0.4...16.0.3
[16.0.3]: https://github.com/square/Listable/compare/16.0.3...16.0.2
[16.0.2]: https://github.com/square/Listable/compare/16.0.2...16.0.1
[16.0.1]: https://github.com/square/Listable/compare/16.0.1...16.0.0
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BLUEPRINT_VERSION ||= ['~> 5.0'].freeze

LISTABLE_VERSION ||= '16.0.4'
LISTABLE_VERSION ||= '16.1.0'

LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'

Expand Down
Loading