From d9fb15031052179e68bee3a97bdcd6bbb7360089 Mon Sep 17 00:00:00 2001 From: Martin Kamleithner Date: Mon, 6 Jan 2025 10:05:52 +0000 Subject: [PATCH] chore(release): publish packages - ferry_cache@0.9.0+2 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ packages/ferry/pubspec.yaml | 2 +- packages/ferry_cache/CHANGELOG.md | 4 ++++ packages/ferry_cache/pubspec.yaml | 2 +- 4 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fa3186..b1bb992a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-01-06 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`ferry_cache` - `v0.9.0+2`](#ferry_cache---v0902) + - [`ferry` - `v0.16.1-dev.1`](#ferry---v0161-dev1) + - [`ferry_flutter` - `v0.9.1-dev.1`](#ferry_flutter---v091-dev1) + +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. + + - `ferry` - `v0.16.1-dev.1` + - `ferry_flutter` - `v0.9.1-dev.1` + +--- + +#### `ferry_cache` - `v0.9.0+2` + + - Update a dependency to the latest release. + + ## 2025-01-06 ### Changes diff --git a/packages/ferry/pubspec.yaml b/packages/ferry/pubspec.yaml index 453304ca..d6e06f3c 100644 --- a/packages/ferry/pubspec.yaml +++ b/packages/ferry/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: built_value: ^8.0.4 ferry_exec: ^0.7.0-dev.0 normalize: ^0.10.0 - ferry_cache: ^0.10.0-dev.0 + ferry_cache: ^0.9.0+2 dev_dependencies: test: ^1.16.8 mockito: ^5.3.1 diff --git a/packages/ferry_cache/CHANGELOG.md b/packages/ferry_cache/CHANGELOG.md index 8403ba7a..a1537632 100644 --- a/packages/ferry_cache/CHANGELOG.md +++ b/packages/ferry_cache/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.0+2 + + - Update a dependency to the latest release. + ## 0.10.0-dev.0 > Note: This release has breaking changes. diff --git a/packages/ferry_cache/pubspec.yaml b/packages/ferry_cache/pubspec.yaml index 54047f6d..8582d2f0 100644 --- a/packages/ferry_cache/pubspec.yaml +++ b/packages/ferry_cache/pubspec.yaml @@ -1,5 +1,5 @@ name: ferry_cache -version: 0.10.0-dev.0 +version: 0.9.0+2 homepage: https://ferry.gql-dart.dev description: A normalized, strongly typed, optimistic cache for GraphQL Operations and Fragments repository: https://github.com/gql-dart/ferry