chore(release): publish packages

- [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
This commit is contained in:
Kingkor Roy Tirtho
2023-10-06 12:39:53 +06:00
parent 1cad748024
commit c5f24074cc
11 changed files with 71 additions and 13 deletions
+6
View File
@@ -1,3 +1,9 @@
## 1.0.0-alpha.5
- **FIX**(query): isLoading & isRefreshing not working as expected.
- **FIX**(mutation): isMutating not working.
- **FEAT**(infinite_query): add isLoadingNextPage & remove isLoadingPage.
## 1.0.0-alpha.4
- **FIX**: mutation onSuccess doesn't refresh all pages of infinite queries.
+3 -3
View File
@@ -9,9 +9,9 @@ environment:
dependencies:
flutter:
sdk: flutter
fl_query: ^1.0.0-alpha.4
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.3
fl_query_devtools: ^0.1.0-alpha.2
fl_query: ^1.0.0-alpha.5
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.4
fl_query_devtools: ^0.1.0-alpha.3
go_router: ^6.0.9
http: ^0.13.5
+1 -1
View File
@@ -1,6 +1,6 @@
name: fl_query
description: Asynchronous data caching, refetching & invalidation library for Flutter
version: 1.0.0-alpha.4
version: 1.0.0-alpha.5
homepage: https://fl-query.vercel.app
issue_tracker: https://github.com/KRTirtho/fl-query/issues