From 26419418f2453ebe662fa5e634bffcd23c53722a Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 28 Jun 2023 17:35:19 +0600 Subject: [PATCH] chore(release): publish packages - fl_query_connectivity_plus_adapter@0.1.0-alpha.2 --- CHANGELOG.md | 21 +++++++++++++++++++ packages/fl_query/example/pubspec.yaml | 2 +- .../CHANGELOG.md | 4 ++++ .../pubspec.yaml | 2 +- packages/fl_query_hooks/example/pubspec.yaml | 2 +- 5 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246f135..e831828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. 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 ### Changes diff --git a/packages/fl_query/example/pubspec.yaml b/packages/fl_query/example/pubspec.yaml index 0296a81..9c3505a 100644 --- a/packages/fl_query/example/pubspec.yaml +++ b/packages/fl_query/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter 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 go_router: ^6.0.9 http: ^0.13.5 diff --git a/packages/fl_query_connectivity_plus_adapter/CHANGELOG.md b/packages/fl_query_connectivity_plus_adapter/CHANGELOG.md index 3149145..80327da 100644 --- a/packages/fl_query_connectivity_plus_adapter/CHANGELOG.md +++ b/packages/fl_query_connectivity_plus_adapter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0-alpha.2 + + - **FIX**(fl_query_connectivity_plus_adapter): lower the sdk constrains. + ## 0.1.0-alpha.1 - Update a dependency to the latest release. diff --git a/packages/fl_query_connectivity_plus_adapter/pubspec.yaml b/packages/fl_query_connectivity_plus_adapter/pubspec.yaml index d926066..fc452ff 100644 --- a/packages/fl_query_connectivity_plus_adapter/pubspec.yaml +++ b/packages/fl_query_connectivity_plus_adapter/pubspec.yaml @@ -1,6 +1,6 @@ name: fl_query_connectivity_plus_adapter 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 repository: https://github.com/KRTirtho/tree/main/packages/fl_query_connectivity_plus_adapter diff --git a/packages/fl_query_hooks/example/pubspec.yaml b/packages/fl_query_hooks/example/pubspec.yaml index 372bc7b..bd99a22 100644 --- a/packages/fl_query_hooks/example/pubspec.yaml +++ b/packages/fl_query_hooks/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: cupertino_icons: ^1.0.2 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 go_router: ^6.0.9 http: ^0.13.5