Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami committed Jan 6, 2025
1 parent b2c858d commit d9fb150
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry_cache/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9fb150

Please sign in to comment.