Skip to content

Commit 9cbd415

Browse files
committed
prepare for release
1 parent 0c0146b commit 9cbd415

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@
5858
## 1.3.2-beta.2
5959

6060
- Bug fix (re-fix): Rebuild error when navigating between screens with the same useQuery
61+
62+
## 1.4.0-beta.1
63+
64+
- Bug fixes
65+
- Expose `isInvalidated` and `isRefetchEror` in result of `useQuery` and `useInfiniteQuery`

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fquery
22
description: fquery is a powerful async state management solution for Flutter. It caches, updates, and fully manages asynchronous data in your Flutter apps.
3-
version: 1.3.2-beta.2
3+
version: 1.4.0-beta.1
44
repository: https://github.com/41y08h/fquery
55

66
environment:

0 commit comments

Comments
 (0)