chore(release): publish packages
- [email protected] - [email protected] - [email protected] - [email protected]
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 1.0.0-alpha.4
|
||||
|
||||
- **FIX**: mutation onSuccess doesn't refresh all pages of infinite queries.
|
||||
- **FIX**: no refreshing stale queries with error.
|
||||
|
||||
## 1.0.0-alpha.3
|
||||
|
||||
- **REFACTOR**: directory restructure revamp.
|
||||
|
||||
@@ -9,9 +9,9 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
fl_query: ^1.0.0-alpha.3
|
||||
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.2
|
||||
fl_query_devtools: ^0.1.0-alpha.1
|
||||
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
|
||||
go_router: ^6.0.9
|
||||
http: ^0.13.5
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: fl_query
|
||||
description: Asynchronous data caching, refetching & invalidation library for Flutter
|
||||
version: 1.0.0-alpha.3
|
||||
version: 1.0.0-alpha.4
|
||||
|
||||
homepage: https://fl-query.vercel.app
|
||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.1.0-alpha.3
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.1.0-alpha.2
|
||||
|
||||
- **FIX**(fl_query_connectivity_plus_adapter): lower the sdk constrains.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: fl_query_connectivity_plus_adapter
|
||||
description: Connectivity Plus adapter for FlQuery Connectivity
|
||||
version: 0.1.0-alpha.2
|
||||
version: 0.1.0-alpha.3
|
||||
|
||||
homepage: https://fl-query.vercel.app
|
||||
repository: https://github.com/KRTirtho/tree/main/packages/fl_query_connectivity_plus_adapter
|
||||
@@ -13,7 +13,7 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
fl_query: ^1.0.0-alpha.3
|
||||
fl_query: ^1.0.0-alpha.4
|
||||
connectivity_plus: ^4.0.1
|
||||
|
||||
dev_dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.1.0-alpha.2
|
||||
|
||||
- **FIX**(devtools): no wrapping child inside SizedBox.shrink.
|
||||
|
||||
## 0.1.0-alpha.1
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: fl_query_devtools
|
||||
description: Devtools support for Fl-Query
|
||||
version: 0.1.0-alpha.1
|
||||
version: 0.1.0-alpha.2
|
||||
homepage: https://fl-query.vercel.app
|
||||
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_devtools
|
||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||
@@ -12,7 +12,7 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
fl_query: ^1.0.0-alpha.3
|
||||
fl_query: ^1.0.0-alpha.4
|
||||
json_view: ^0.4.1
|
||||
|
||||
dev_dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.0.0-alpha.4
|
||||
|
||||
- **FIX**: mutation onSuccess doesn't refresh all pages of infinite queries.
|
||||
|
||||
## 1.0.0-alpha.3
|
||||
|
||||
- **REFACTOR**: move devtools to separate library.
|
||||
|
||||
@@ -13,9 +13,9 @@ dependencies:
|
||||
sdk: flutter
|
||||
|
||||
cupertino_icons: ^1.0.2
|
||||
fl_query: ^1.0.0-alpha.3
|
||||
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.2
|
||||
fl_query_hooks: ^1.0.0-alpha.3
|
||||
fl_query: ^1.0.0-alpha.4
|
||||
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.3
|
||||
fl_query_hooks: ^1.0.0-alpha.4
|
||||
go_router: ^6.0.9
|
||||
http: ^0.13.5
|
||||
flutter_hooks: ^0.18.6
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: fl_query_hooks
|
||||
description: Elite flutter_hooks compatible library for fl_query, the
|
||||
Asynchronous data caching, refetching & invalidation library for Flutter
|
||||
version: 1.0.0-alpha.3
|
||||
version: 1.0.0-alpha.4
|
||||
|
||||
homepage: https://fl-query.vercel.app
|
||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||
@@ -15,7 +15,7 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
fl_query: ^1.0.0-alpha.3
|
||||
fl_query: ^1.0.0-alpha.4
|
||||
flutter_hooks: ^0.18.6
|
||||
|
||||
dev_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user