diff --git a/packages/fl_query/CHANGELOG.md b/packages/fl_query/CHANGELOG.md index 1a3cff4..d55c9ea 100644 --- a/packages/fl_query/CHANGELOG.md +++ b/packages/fl_query/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-alpha.2](https://github.com/KRTirtho/fl-query/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-03-12) + + +### Features + +* **QueryClientProvider:** add config parameters and override-able client parameter ([f8895e3](https://github.com/KRTirtho/fl-query/commit/f8895e338141488e5bce4401c80b491688932085)) + ### [1.0.0-alpha.1](https://github.com/KRTirtho/fl-query/compare/v0.3.0...v1.0.0-alpha.1) (2023-03-05) > **BREAKING** diff --git a/packages/fl_query/example/pubspec.yaml b/packages/fl_query/example/pubspec.yaml index dad762c..36fe021 100644 --- a/packages/fl_query/example/pubspec.yaml +++ b/packages/fl_query/example/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - fl_query: ^1.0.0-alpha.1 + fl_query: ^1.0.0-alpha.2 go_router: ^6.0.9 http: ^0.13.5 diff --git a/packages/fl_query/pubspec.yaml b/packages/fl_query/pubspec.yaml index f704016..3f04cd1 100644 --- a/packages/fl_query/pubspec.yaml +++ b/packages/fl_query/pubspec.yaml @@ -1,6 +1,6 @@ name: fl_query description: Asynchronous data caching, refetching & invalidation library for Flutter -version: 1.0.0-alpha.1 +version: 1.0.0-alpha.2 homepage: https://fl-query.vercel.app issue_tracker: https://github.com/KRTirtho/fl-query/issues diff --git a/packages/fl_query_hooks/CHANGELOG.md b/packages/fl_query_hooks/CHANGELOG.md index 95d6d35..03237b7 100644 --- a/packages/fl_query_hooks/CHANGELOG.md +++ b/packages/fl_query_hooks/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-alpha.2](https://github.com/KRTirtho/fl-query/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-03-12) + + +### Features + +* **QueryClientProvider:** add config parameters and override-able client parameter ([f8895e3](https://github.com/KRTirtho/fl-query/commit/f8895e338141488e5bce4401c80b491688932085)) + ### [1.0.0-alpha.1](https://github.com/KRTirtho/fl-query/compare/v0.3.0...v1.0.0-alpha.1) (2023-03-05) > **BREAKING** diff --git a/packages/fl_query_hooks/example/pubspec.yaml b/packages/fl_query_hooks/example/pubspec.yaml index d2a4a4c..c57a7be 100644 --- a/packages/fl_query_hooks/example/pubspec.yaml +++ b/packages/fl_query_hooks/example/pubspec.yaml @@ -13,8 +13,8 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.2 - fl_query: ^1.0.0-alpha.1 - fl_query_hooks: ^1.0.0-alpha.1 + fl_query: ^1.0.0-alpha.2 + fl_query_hooks: ^1.0.0-alpha.2 go_router: ^6.0.9 http: ^0.13.5 flutter_hooks: ^0.18.6 diff --git a/packages/fl_query_hooks/pubspec.yaml b/packages/fl_query_hooks/pubspec.yaml index f95357e..b4ea067 100644 --- a/packages/fl_query_hooks/pubspec.yaml +++ b/packages/fl_query_hooks/pubspec.yaml @@ -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.1 +version: 1.0.0-alpha.2 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.1 + fl_query: ^1.0.0-alpha.2 flutter_hooks: ^0.18.6 dev_dependencies: