From 77785b605f5df8e432da7905a5e85902144c6ae2 Mon Sep 17 00:00:00 2001 From: Edson Bueno Date: Fri, 8 Jan 2021 16:14:49 -0300 Subject: [PATCH] Increase version number. --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d055f20..951a860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.4 + +* Fixes new page requests happening before the end of the current frame. + ## 2.2.3 * Fixes a bug in which manually resetting to a previous page would stop requesting subsequent pages. diff --git a/example/pubspec.lock b/example/pubspec.lock index df9e28b..07d7f65 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -122,7 +122,7 @@ packages: path: ".." relative: true source: path - version: "2.2.3" + version: "2.2.4" intl: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 78f8ee5..44a0810 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: infinite_scroll_pagination description: Lazily load and display pages of items as the user scrolls down your screen. -version: 2.2.3 +version: 2.2.4 homepage: https://github.com/EdsonBueno/infinite_scroll_pagination environment: