chore(release): publish packages
- fl_query@1.0.0 - fl_query_connectivity_plus_adapter@0.1.0 - fl_query_devtools@0.1.0 - fl_query_hooks@1.0.0
This commit is contained in:
@@ -3,6 +3,40 @@
|
|||||||
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-10-20
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Packages with breaking changes:
|
||||||
|
|
||||||
|
- [`fl_query` - `v1.0.0`](#fl_query---v100)
|
||||||
|
- [`fl_query_hooks` - `v1.0.0`](#fl_query_hooks---v100)
|
||||||
|
|
||||||
|
Packages with other changes:
|
||||||
|
|
||||||
|
- [`fl_query_connectivity_plus_adapter` - `v0.1.0`](#fl_query_connectivity_plus_adapter---v010)
|
||||||
|
- [`fl_query_devtools` - `v0.1.0`](#fl_query_devtools---v010)
|
||||||
|
|
||||||
|
Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):
|
||||||
|
|
||||||
|
- `fl_query` - `v1.0.0`
|
||||||
|
- `fl_query_connectivity_plus_adapter` - `v0.1.0`
|
||||||
|
- `fl_query_devtools` - `v0.1.0`
|
||||||
|
- `fl_query_hooks` - `v1.0.0`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### `fl_query` - `v1.0.0`
|
||||||
|
|
||||||
|
#### `fl_query_hooks` - `v1.0.0`
|
||||||
|
|
||||||
|
#### `fl_query_connectivity_plus_adapter` - `v0.1.0`
|
||||||
|
|
||||||
|
#### `fl_query_devtools` - `v0.1.0`
|
||||||
|
|
||||||
|
|
||||||
## 2023-10-18
|
## 2023-10-18
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
|
||||||
|
|
||||||
## 1.0.0-alpha.6
|
## 1.0.0-alpha.6
|
||||||
|
|
||||||
- **FIX**(fl_query): use sync connection checker instead of async in every operation.
|
- **FIX**(fl_query): use sync connection checker instead of async in every operation.
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
fl_query: ^1.0.0-alpha.6
|
fl_query: ^1.0.0
|
||||||
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.5
|
fl_query_connectivity_plus_adapter: ^0.1.0
|
||||||
fl_query_devtools: ^0.1.0-alpha.4
|
fl_query_devtools: ^0.1.0
|
||||||
go_router: ^6.0.9
|
go_router: ^6.0.9
|
||||||
http: ^0.13.5
|
http: ^0.13.5
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: fl_query
|
name: fl_query
|
||||||
description: Asynchronous data caching, refetching & invalidation library for Flutter
|
description: Asynchronous data caching, refetching & invalidation library for Flutter
|
||||||
version: 1.0.0-alpha.6
|
version: 1.0.0
|
||||||
|
|
||||||
homepage: https://fl-query.krtirtho.dev
|
homepage: https://fl-query.krtirtho.dev
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
|
||||||
|
|
||||||
## 0.1.0-alpha.5
|
## 0.1.0-alpha.5
|
||||||
|
|
||||||
- **FEAT**(fl_query_connectivity_plus_adapter): only poll to check online when connection is false.
|
- **FEAT**(fl_query_connectivity_plus_adapter): only poll to check online when connection is false.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: fl_query_connectivity_plus_adapter
|
name: fl_query_connectivity_plus_adapter
|
||||||
description: Connectivity Plus adapter for FlQuery Connectivity
|
description: Connectivity Plus adapter for FlQuery Connectivity
|
||||||
version: 0.1.0-alpha.5
|
version: 0.1.0
|
||||||
|
|
||||||
homepage: https://fl-query.krtirtho.dev
|
homepage: https://fl-query.krtirtho.dev
|
||||||
repository: https://github.com/KRTirtho/tree/main/packages/fl_query_connectivity_plus_adapter
|
repository: https://github.com/KRTirtho/tree/main/packages/fl_query_connectivity_plus_adapter
|
||||||
@@ -13,7 +13,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
fl_query: ^1.0.0-alpha.6
|
fl_query: ^1.0.0
|
||||||
connectivity_plus: ^4.0.1
|
connectivity_plus: ^4.0.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
|
||||||
|
|
||||||
## 0.1.0-alpha.4
|
## 0.1.0-alpha.4
|
||||||
|
|
||||||
- Update a dependency to the latest release.
|
- Update a dependency to the latest release.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: fl_query_devtools
|
name: fl_query_devtools
|
||||||
description: Devtools support for Fl-Query
|
description: Devtools support for Fl-Query
|
||||||
version: 0.1.0-alpha.4
|
version: 0.1.0
|
||||||
homepage: https://fl-query.krtirtho.dev
|
homepage: https://fl-query.krtirtho.dev
|
||||||
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_devtools
|
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_devtools
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
@@ -12,7 +12,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
fl_query: ^1.0.0-alpha.6
|
fl_query: ^1.0.0
|
||||||
json_view: ^0.4.1
|
json_view: ^0.4.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
|
||||||
|
|
||||||
## 1.0.0-alpha.6
|
## 1.0.0-alpha.6
|
||||||
|
|
||||||
- Update a dependency to the latest release.
|
- Update a dependency to the latest release.
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
fl_query: ^1.0.0-alpha.6
|
fl_query: ^1.0.0
|
||||||
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.5
|
fl_query_connectivity_plus_adapter: ^0.1.0
|
||||||
fl_query_hooks: ^1.0.0-alpha.6
|
fl_query_hooks: ^1.0.0
|
||||||
go_router: ^6.0.9
|
go_router: ^6.0.9
|
||||||
http: ^0.13.5
|
http: ^0.13.5
|
||||||
flutter_hooks: ^0.20.0
|
flutter_hooks: ^0.20.0
|
||||||
|
|||||||
@@ -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.6
|
version: 1.0.0
|
||||||
|
|
||||||
homepage: https://fl-query.krtirtho.dev
|
homepage: https://fl-query.krtirtho.dev
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
@@ -15,7 +15,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
fl_query: ^1.0.0-alpha.6
|
fl_query: ^1.0.0
|
||||||
flutter_hooks: ^0.20.0
|
flutter_hooks: ^0.20.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user