@@ -3,6 +3,27 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 2023-09-09
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Packages with breaking changes:
|
||||||
|
|
||||||
|
- There are no breaking changes in this release.
|
||||||
|
|
||||||
|
Packages with other changes:
|
||||||
|
|
||||||
|
- [`fl_query_hooks` - `v1.0.0-alpha.4+1`](#fl_query_hooks---v100-alpha41)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### `fl_query_hooks` - `v1.0.0-alpha.4+1`
|
||||||
|
|
||||||
|
- **FIX**(fl_query_hooks): upgrade flutter_hooks version & dart sdk constrain.
|
||||||
|
|
||||||
|
|
||||||
## 2023-09-09
|
## 2023-09-09
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.0.0-alpha.4+1
|
||||||
|
|
||||||
|
- **FIX**(fl_query_hooks): upgrade flutter_hooks version & dart sdk constrain.
|
||||||
|
|
||||||
## 1.0.0-alpha.4
|
## 1.0.0-alpha.4
|
||||||
|
|
||||||
- **FIX**: mutation onSuccess doesn't refresh all pages of infinite queries.
|
- **FIX**: mutation onSuccess doesn't refresh all pages of infinite queries.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ dependencies:
|
|||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
fl_query: ^1.0.0-alpha.4
|
fl_query: ^1.0.0-alpha.4
|
||||||
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.3
|
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.3
|
||||||
fl_query_hooks: ^1.0.0-alpha.4
|
fl_query_hooks: ^1.0.0-alpha.4+1
|
||||||
go_router: ^6.0.9
|
go_router: ^6.0.9
|
||||||
http: ^0.13.5
|
http: ^0.13.5
|
||||||
flutter_hooks: ^0.18.6
|
flutter_hooks: ^0.18.6
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: fl_query_hooks
|
name: fl_query_hooks
|
||||||
description: Elite flutter_hooks compatible library for fl_query, the
|
description: Elite flutter_hooks compatible library for fl_query, the
|
||||||
Asynchronous data caching, refetching & invalidation library for Flutter
|
Asynchronous data caching, refetching & invalidation library for Flutter
|
||||||
version: 1.0.0-alpha.4
|
version: 1.0.0-alpha.4+1
|
||||||
|
|
||||||
homepage: https://fl-query.vercel.app
|
homepage: https://fl-query.vercel.app
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
|
|||||||
Reference in New Issue
Block a user