@@ -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-06-28
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Packages with breaking changes:
|
||||||
|
|
||||||
|
- There are no breaking changes in this release.
|
||||||
|
|
||||||
|
Packages with other changes:
|
||||||
|
|
||||||
|
- [`fl_query_connectivity_plus_adapter` - `v0.1.0-alpha.2`](#fl_query_connectivity_plus_adapter---v010-alpha2)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### `fl_query_connectivity_plus_adapter` - `v0.1.0-alpha.2`
|
||||||
|
|
||||||
|
- **FIX**(fl_query_connectivity_plus_adapter): lower the sdk constrains.
|
||||||
|
|
||||||
|
|
||||||
## 2023-06-24
|
## 2023-06-24
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
fl_query: ^1.0.0-alpha.3
|
fl_query: ^1.0.0-alpha.3
|
||||||
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.1
|
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.2
|
||||||
fl_query_devtools: ^0.1.0-alpha.1
|
fl_query_devtools: ^0.1.0-alpha.1
|
||||||
go_router: ^6.0.9
|
go_router: ^6.0.9
|
||||||
http: ^0.13.5
|
http: ^0.13.5
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 0.1.0-alpha.2
|
||||||
|
|
||||||
|
- **FIX**(fl_query_connectivity_plus_adapter): lower the sdk constrains.
|
||||||
|
|
||||||
## 0.1.0-alpha.1
|
## 0.1.0-alpha.1
|
||||||
|
|
||||||
- Update a dependency to the latest release.
|
- Update a dependency to the latest release.
|
||||||
|
|||||||
@@ -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.1
|
version: 0.1.0-alpha.2
|
||||||
|
|
||||||
homepage: https://fl-query.vercel.app
|
homepage: https://fl-query.vercel.app
|
||||||
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
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ dependencies:
|
|||||||
|
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
fl_query: ^1.0.0-alpha.3
|
fl_query: ^1.0.0-alpha.3
|
||||||
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.1
|
fl_query_connectivity_plus_adapter: ^0.1.0-alpha.2
|
||||||
fl_query_hooks: ^1.0.0-alpha.3
|
fl_query_hooks: ^1.0.0-alpha.3
|
||||||
go_router: ^6.0.9
|
go_router: ^6.0.9
|
||||||
http: ^0.13.5
|
http: ^0.13.5
|
||||||
|
|||||||
Reference in New Issue
Block a user