Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - cached_query@2.0.1
 - cached_query_flutter@2.0.1
 - cached_storage@1.0.3
  • Loading branch information
D-James-GH committed Mar 11, 2024
1 parent d367736 commit 5482df8
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 13 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`cached_query` - `v2.0.1`](#cached_query---v201)
- [`cached_query_flutter` - `v2.0.1`](#cached_query_flutter---v201)
- [`cached_storage` - `v1.0.3`](#cached_storage---v103)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `cached_storage` - `v1.0.3`

---

#### `cached_query` - `v2.0.1`

- **FIX**: lints. ([d3677368](https://github.com/D-James-GH/cached_query/commit/d3677368d916e349e50e35e118b7dce4f8619c42))

#### `cached_query_flutter` - `v2.0.1`

- **FIX**: lints. ([d3677368](https://github.com/D-James-GH/cached_query/commit/d3677368d916e349e50e35e118b7dce4f8619c42))


## 2024-03-11

### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/full_with_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
equatable: ^2.0.5
get_it: 7.2.0
freezed_annotation:
cached_query_flutter: ^2.0.0
cached_query_flutter: ^2.0.1
http: ^0.13.5
bloc_concurrency: ^0.2.0

Expand Down
4 changes: 2 additions & 2 deletions examples/infinite_list/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ environment:
dependencies:
flutter:
sdk: flutter
cached_query_flutter: ^2.0.0
cached_storage: ^1.0.2
cached_query_flutter: ^2.0.1
cached_storage: ^1.0.3
http: ^0.13.5
freezed_annotation:

Expand Down
2 changes: 1 addition & 1 deletion examples/infinite_list_with_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
flutter_bloc: ^8.1.1
equatable: ^2.0.5
bloc_concurrency: ^0.2.0
cached_query_flutter: ^2.0.0
cached_query_flutter: ^2.0.1
http: ^0.13.5

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/mutation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cached_query_flutter: ^2.0.0
cached_query_flutter: ^2.0.1
equatable: ^2.0.5
http: ^0.13.5

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_caching/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
cached_query_flutter: 2.0.0
cached_query_flutter: 2.0.1
http: ^0.13.5

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_caching_with_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
flutter_bloc: ^8.1.1
cached_query_flutter: ^2.0.0
cached_query_flutter: ^2.0.1
http: ^0.13.5
equatable: ^2.0.5
bloc_concurrency: ^0.2.0
Expand Down
4 changes: 4 additions & 0 deletions packages/cached_query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- **FIX**: lints. ([d3677368](https://github.com/D-James-GH/cached_query/commit/d3677368d916e349e50e35e118b7dce4f8619c42))

## 2.0.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
2 changes: 1 addition & 1 deletion packages/cached_query/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cached_query
description: A simple library for dealing with server state in dart and flutter.
version: 2.0.0
version: 2.0.1
repository: https://github.com/D-James-GH/cached_query
documentation: https://cachedquery.dev/
homepage: https://cachedquery.dev/
Expand Down
4 changes: 4 additions & 0 deletions packages/cached_query_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- **FIX**: lints. ([d3677368](https://github.com/D-James-GH/cached_query/commit/d3677368d916e349e50e35e118b7dce4f8619c42))

## 2.0.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/cached_query_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cached_query_flutter
description: Assortment of builders and addons for use with Cached Query in flutter.
version: 2.0.0
version: 2.0.1
repository: https://github.com/D-James-GH/cached_query/tree/main/packages/cached_query_flutter
documentation: https://cachedquery.dev/
homepage: https://cachedquery.dev/
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
cached_query: ^2.0.0
cached_query: ^2.0.1
connectivity_plus: ^5.0.1

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

- Update a dependency to the latest release.

## 1.0.2

- 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/cached_storage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cached_storage
description: A storage addon for cached_query. Built on top of the Sqflite package.
version: 1.0.2
version: 1.0.3
repository: https://github.com/D-James-GH/cached_query/tree/main/packages/cached_query_flutter
documentation: https://cachedquery.dev/
homepage: https://cachedquery.dev/
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
cached_query: ^2.0.0
cached_query: ^2.0.1
sqflite: ^2.3.0
path: ^1.8.3

Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_extension/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
riverpod_annotation: ^2.3.4
vm_service: ^14.1.0
logger: ^2.1.0
cached_query: ^2.0.0
cached_query: ^2.0.1
collection: ^1.18.0

dev_dependencies:
Expand Down

0 comments on commit 5482df8

Please sign in to comment.