From e3a79e1230bdeb3d126cb96652d1fa0d288cecc3 Mon Sep 17 00:00:00 2001 From: Piyush Date: Sun, 2 Jun 2024 13:31:49 +0530 Subject: [PATCH] prepare for release --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f63ee8..0fcaab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,3 +42,7 @@ - New feature: `retryCount` and `retryDelay` option is now available with `useQuery`/`useQueries` - Bug fix: query didn't cancel when it was being fetched and enabled option changed to false - Bug fix: indefinite loading state when there is an error and invalidate is called + +## 1.3.0-beta.1 + +- New feature: Infinite queries with `useInfiniteQuery` diff --git a/pubspec.yaml b/pubspec.yaml index dc4a991..3a5181e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fquery description: fquery is a powerful async state management solution for Flutter. It caches, updates, and fully manages asynchronous data in your Flutter apps. -version: 1.2.0-beta.1 +version: 1.3.0-beta.1 repository: https://github.com/41y08h/fquery environment: