chore: update versions and gen changelogs

This commit is contained in:
Kingkor Roy Tirtho
2023-03-12 11:07:00 +06:00
parent f8895e3381
commit f30a001a8b
6 changed files with 20 additions and 6 deletions
+7
View File
@@ -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**
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+7
View File
@@ -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**
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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: