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 d9fb150 commit 8dcbb5f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
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.10.0`](#ferry_cache---v0100)
- [`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.10.0`


## 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.9.0+2
ferry_cache: ^0.10.0
dev_dependencies:
test: ^1.16.8
mockito: ^5.3.1
Expand Down
4 changes: 1 addition & 3 deletions packages/ferry_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## 0.9.0+2

- Update a dependency to the latest release.
## 0.10.0

## 0.10.0-dev.0

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.9.0+2
version: 0.10.0
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 8dcbb5f

Please sign in to comment.