From f1fbb7996e260553e6d5fb43f7bd42693abc912a Mon Sep 17 00:00:00 2001 From: okaryo Date: Wed, 29 Jan 2025 08:41:54 +0900 Subject: [PATCH 1/2] release: v1.2.0 --- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 7c164d8..560fb3a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -81,7 +81,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.2.0" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ae4321b..8ed6eb8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lazy_load_indexed_stack description: A package that extends IndexedStack to allow for lazy loading. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/okaryo/lazy_load_indexed_stack repository: https://github.com/okaryo/lazy_load_indexed_stack From 6e43ba5deb27ae5406afd6778778545f7d6ed9b5 Mon Sep 17 00:00:00 2001 From: okaryo Date: Wed, 29 Jan 2025 08:44:38 +0900 Subject: [PATCH 2/2] docs: update CHANGELOG for v1.2.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b60b6ef..8c505d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.0 +* Add `autoDisposeIndexes` to dispose unused IndexedStack children and rebuild them when needed in [#7](https://github.com/okaryo/lazy_load_indexed_stack/pull/7) + ## 1.1.0 * Add `preloadIndexes` Property for Advanced Element Preloading in [#6](https://github.com/okaryo/lazy_load_indexed_stack/pull/6)