From cc8bbe0c76374e1f82f0f878728682bd1e134594 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Sun, 1 Dec 2024 20:01:58 +0100 Subject: [PATCH] chore: release v0.2.0 (#14) Signed-off-by: Sahil Kumar --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25da73..4a6ce1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming +## 0.2.0 - [[#11]](https://github.com/xsahil03x/super_paging/issues/11) Fix generating prepend load trigger notification when `prefetchIndex` is bigger than the items visible on the screen. - [[#7](https://github.com/xsahil03x/super_paging/issues/7)] Fix generating load trigger notification when `itemCount` is less than `prefetchIndex`. diff --git a/pubspec.yaml b/pubspec.yaml index a04164f..21a6137 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: super_paging homepage: https://github.com/xsahil03x/super_paging description: Add pagination or load more or infinite scrolling functionality to your flutter list view with ease. -version: 0.1.0 +version: 0.2.0 repository: https://github.com/xsahil03x/super_paging issue_tracker: https://github.com/xsahil03x/super_paging/issues