chore(release): publish packages

- [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
This commit is contained in:
Kingkor Roy Tirtho
2023-10-18 20:39:06 +06:00
parent 6708eabcb8
commit 4903ebb90e
11 changed files with 68 additions and 13 deletions
+37
View File
@@ -3,6 +3,43 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2023-10-18
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`fl_query` - `v1.0.0-alpha.6`](#fl_query---v100-alpha6)
- [`fl_query_connectivity_plus_adapter` - `v0.1.0-alpha.5`](#fl_query_connectivity_plus_adapter---v010-alpha5)
- [`fl_query_hooks` - `v1.0.0-alpha.6`](#fl_query_hooks---v100-alpha6)
- [`fl_query_devtools` - `v0.1.0-alpha.4`](#fl_query_devtools---v010-alpha4)
Packages with dependency updates only:
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `fl_query_hooks` - `v1.0.0-alpha.6`
- `fl_query_devtools` - `v0.1.0-alpha.4`
---
#### `fl_query` - `v1.0.0-alpha.6`
- **FIX**(fl_query): use sync connection checker instead of async in every operation.
- **FEAT**(fl_query_connectivity_plus_adapter): lookup based offline detection.
#### `fl_query_connectivity_plus_adapter` - `v0.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): lookup based offline detection.
## 2023-10-06
### Changes