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 14, 2024
1 parent 342f901 commit 6de98d1
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-01-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`normalize` - `v0.9.1-dev.0`](#normalize---v091-dev0)
- [`ferry_cache` - `v0.8.0-dev.2`](#ferry_cache---v080-dev2)
- [`ferry` - `v0.15.0-dev.8`](#ferry---v0150-dev8)
- [`ferry_flutter` - `v0.9.0-dev.8`](#ferry_flutter---v090-dev8)

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_cache` - `v0.8.0-dev.2`
- `ferry` - `v0.15.0-dev.8`
- `ferry_flutter` - `v0.9.0-dev.8`

---

#### `normalize` - `v0.9.1-dev.0`

- Bump "normalize" to `0.9.1-dev.0`.


## 2024-01-14

### 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 @@ -20,7 +20,7 @@ dependencies:
hive: ^2.0.0
built_value: ^8.0.4
ferry_exec: ^0.5.0-dev.0+1
normalize: ^0.9.1
normalize: ^0.9.1-dev.0
ferry_cache: ^0.8.0-dev.1
dev_dependencies:
test: ^1.16.8
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry_cache/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
ferry_exec: ^0.5.0-dev.0+1
meta: ^1.3.0
rxdart: ^0.27.1
normalize: ^0.9.1
normalize: ^0.9.1-dev.0
ferry_store: ^0.5.3-dev.0+1
collection: ^1.15.0
pedantic: ^1.11.0
Expand Down
4 changes: 4 additions & 0 deletions packages/normalize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.1-dev.0

- Bump "normalize" to `0.9.1-dev.0`.

## 0.9.1

## 0.9.0-dev.0+1
Expand Down
2 changes: 1 addition & 1 deletion packages/normalize/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: normalize
version: 0.9.1
version: 0.9.1-dev.0
homepage: https://github.com/gql-dart/ferry/tree/master/normalize
description: Normalization and denormalization of GraphQL responses in Dart
repository: https://github.com/gql-dart/ferry
Expand Down

0 comments on commit 6de98d1

Please sign in to comment.