Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 2, 2024
1 parent f65bfb0 commit 391fa5d
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 13 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-06-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`fl_query` - `v1.1.0`](#fl_query---v110)
- [`fl_query_connectivity_plus_adapter` - `v0.1.0+1`](#fl_query_connectivity_plus_adapter---v0101)
- [`fl_query_devtools` - `v0.1.0+1`](#fl_query_devtools---v0101)
- [`fl_query_hooks` - `v1.1.0`](#fl_query_hooks---v110)

---

#### `fl_query` - `v1.1.0`

- **FIX**: infinite query did not load pages in the correct order (#64).
- **FIX**: infinite query hasErrors always true for dynamic error types.
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
- **FIX**: error not resetting after successful query/mutation (#43).
- **FEAT**: add is fetching getter (#65).

#### `fl_query_connectivity_plus_adapter` - `v0.1.0+1`

- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.

#### `fl_query_devtools` - `v0.1.0+1`

- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.

#### `fl_query_hooks` - `v1.1.0`

- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
- **FEAT**: add is fetching getter (#65).


## 2023-10-20

### Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/fl_query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.0

- **FIX**: infinite query did not load pages in the correct order (#64).
- **FIX**: infinite query hasErrors always true for dynamic error types.
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
- **FIX**: error not resetting after successful query/mutation (#43).
- **FEAT**: add is fetching getter (#65).

## 1.0.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
6 changes: 3 additions & 3 deletions packages/fl_query/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ environment:
dependencies:
flutter:
sdk: flutter
fl_query: ^1.0.0
fl_query_connectivity_plus_adapter: ^0.1.0
fl_query_devtools: ^0.1.0
fl_query: ^1.1.0
fl_query_connectivity_plus_adapter: ^0.1.0+1
fl_query_devtools: ^0.1.0+1
go_router: ^6.0.9
http: ^0.13.5

Expand Down
2 changes: 1 addition & 1 deletion packages/fl_query/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fl_query
description: Asynchronous data caching, refetching & invalidation library for Flutter
version: 1.0.0
version: 1.1.0

homepage: https://fl-query.krtirtho.dev
issue_tracker: https://github.com/KRTirtho/fl-query/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/fl_query_connectivity_plus_adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+1

- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.

## 0.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
4 changes: 2 additions & 2 deletions packages/fl_query_connectivity_plus_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fl_query_connectivity_plus_adapter
description: Connectivity Plus adapter for FlQuery Connectivity
version: 0.1.0
version: 0.1.0+1

homepage: https://fl-query.krtirtho.dev
repository: https://github.com/KRTirtho/tree/main/packages/fl_query_connectivity_plus_adapter
Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
flutter:
sdk: flutter
fl_query: ^1.0.0
fl_query: ^1.1.0
connectivity_plus: ^4.0.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/fl_query_devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+1

- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.

## 0.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
4 changes: 2 additions & 2 deletions packages/fl_query_devtools/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fl_query_devtools
description: Devtools support for Fl-Query
version: 0.1.0
version: 0.1.0+1
homepage: https://fl-query.krtirtho.dev
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_devtools
issue_tracker: https://github.com/KRTirtho/fl-query/issues
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
fl_query: ^1.0.0
fl_query: ^1.1.0
json_view: ^0.4.1

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/fl_query_hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0

- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
- **FEAT**: add is fetching getter (#65).

## 1.0.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
6 changes: 3 additions & 3 deletions packages/fl_query_hooks/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
sdk: flutter

cupertino_icons: ^1.0.2
fl_query: ^1.0.0
fl_query_connectivity_plus_adapter: ^0.1.0
fl_query_hooks: ^1.0.0
fl_query: ^1.1.0
fl_query_connectivity_plus_adapter: ^0.1.0+1
fl_query_hooks: ^1.1.0
go_router: ^6.0.9
http: ^0.13.5
flutter_hooks: ^0.20.0
Expand Down
4 changes: 2 additions & 2 deletions packages/fl_query_hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
version: 1.1.0

homepage: https://fl-query.krtirtho.dev
issue_tracker: https://github.com/KRTirtho/fl-query/issues
Expand All @@ -15,7 +15,7 @@ environment:
dependencies:
flutter:
sdk: flutter
fl_query: ^1.0.0
fl_query: ^1.1.0
flutter_hooks: ^0.20.0

dev_dependencies:
Expand Down

0 comments on commit 391fa5d

Please sign in to comment.