chore: update versions and gen changelogs
This commit is contained in:
@@ -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**
|
||||
|
||||
@@ -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,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
|
||||
|
||||
@@ -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**
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user