Skip to content

Commit 391fa5d

Browse files
committed
chore(release): publish packages
- [email protected] - [email protected]+1 - [email protected]+1 - [email protected]
1 parent f65bfb0 commit 391fa5d

File tree

11 files changed

+75
-13
lines changed

11 files changed

+75
-13
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-06-02
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`fl_query` - `v1.1.0`](#fl_query---v110)
19+
- [`fl_query_connectivity_plus_adapter` - `v0.1.0+1`](#fl_query_connectivity_plus_adapter---v0101)
20+
- [`fl_query_devtools` - `v0.1.0+1`](#fl_query_devtools---v0101)
21+
- [`fl_query_hooks` - `v1.1.0`](#fl_query_hooks---v110)
22+
23+
---
24+
25+
#### `fl_query` - `v1.1.0`
26+
27+
- **FIX**: infinite query did not load pages in the correct order (#64).
28+
- **FIX**: infinite query hasErrors always true for dynamic error types.
29+
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
30+
- **FIX**: error not resetting after successful query/mutation (#43).
31+
- **FEAT**: add is fetching getter (#65).
32+
33+
#### `fl_query_connectivity_plus_adapter` - `v0.1.0+1`
34+
35+
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
36+
37+
#### `fl_query_devtools` - `v0.1.0+1`
38+
39+
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
40+
41+
#### `fl_query_hooks` - `v1.1.0`
42+
43+
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
44+
- **FEAT**: add is fetching getter (#65).
45+
46+
647
## 2023-10-20
748

849
### Changes

packages/fl_query/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.1.0
2+
3+
- **FIX**: infinite query did not load pages in the correct order (#64).
4+
- **FIX**: infinite query hasErrors always true for dynamic error types.
5+
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
6+
- **FIX**: error not resetting after successful query/mutation (#43).
7+
- **FEAT**: add is fetching getter (#65).
8+
19
## 1.0.0
210

311
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

packages/fl_query/example/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
fl_query: ^1.0.0
13-
fl_query_connectivity_plus_adapter: ^0.1.0
14-
fl_query_devtools: ^0.1.0
12+
fl_query: ^1.1.0
13+
fl_query_connectivity_plus_adapter: ^0.1.0+1
14+
fl_query_devtools: ^0.1.0+1
1515
go_router: ^6.0.9
1616
http: ^0.13.5
1717

packages/fl_query/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fl_query
22
description: Asynchronous data caching, refetching & invalidation library for Flutter
3-
version: 1.0.0
3+
version: 1.1.0
44

55
homepage: https://fl-query.krtirtho.dev
66
issue_tracker: https://github.com/KRTirtho/fl-query/issues

packages/fl_query_connectivity_plus_adapter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+1
2+
3+
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
4+
15
## 0.1.0
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

packages/fl_query_connectivity_plus_adapter/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fl_query_connectivity_plus_adapter
22
description: Connectivity Plus adapter for FlQuery Connectivity
3-
version: 0.1.0
3+
version: 0.1.0+1
44

55
homepage: https://fl-query.krtirtho.dev
66
repository: https://github.com/KRTirtho/tree/main/packages/fl_query_connectivity_plus_adapter
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
fl_query: ^1.0.0
16+
fl_query: ^1.1.0
1717
connectivity_plus: ^4.0.1
1818

1919
dev_dependencies:

packages/fl_query_devtools/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+1
2+
3+
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
4+
15
## 0.1.0
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

packages/fl_query_devtools/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fl_query_devtools
22
description: Devtools support for Fl-Query
3-
version: 0.1.0
3+
version: 0.1.0+1
44
homepage: https://fl-query.krtirtho.dev
55
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_devtools
66
issue_tracker: https://github.com/KRTirtho/fl-query/issues
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
fl_query: ^1.0.0
15+
fl_query: ^1.1.0
1616
json_view: ^0.4.1
1717

1818
dev_dependencies:

packages/fl_query_hooks/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.0
2+
3+
- **FIX**: schedule to queue doesn't work and stale queries cause infinite loop.
4+
- **FEAT**: add is fetching getter (#65).
5+
16
## 1.0.0
27

38
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

packages/fl_query_hooks/example/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
sdk: flutter
1414

1515
cupertino_icons: ^1.0.2
16-
fl_query: ^1.0.0
17-
fl_query_connectivity_plus_adapter: ^0.1.0
18-
fl_query_hooks: ^1.0.0
16+
fl_query: ^1.1.0
17+
fl_query_connectivity_plus_adapter: ^0.1.0+1
18+
fl_query_hooks: ^1.1.0
1919
go_router: ^6.0.9
2020
http: ^0.13.5
2121
flutter_hooks: ^0.20.0

packages/fl_query_hooks/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fl_query_hooks
22
description: Elite flutter_hooks compatible library for fl_query, the
33
Asynchronous data caching, refetching & invalidation library for Flutter
4-
version: 1.0.0
4+
version: 1.1.0
55

66
homepage: https://fl-query.krtirtho.dev
77
issue_tracker: https://github.com/KRTirtho/fl-query/issues
@@ -15,7 +15,7 @@ environment:
1515
dependencies:
1616
flutter:
1717
sdk: flutter
18-
fl_query: ^1.0.0
18+
fl_query: ^1.1.0
1919
flutter_hooks: ^0.20.0
2020

2121
dev_dependencies:

0 commit comments

Comments
 (0)