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

## 2024-05-20

### Changes

---

Packages with breaking changes:

- [`ferry_flutter` - `v0.9.1`](#ferry_flutter---v091)

Packages with other changes:

- There are no other changes in this release.

---

#### `ferry_flutter` - `v0.9.1`

- **BREAKING** **FEAT**(ferry_generator): update to gql_code_builders 0.12.0. this extracted the common serializers to a separate package. clients need to add gql_code_builder_serializers to their dependencies if they use ferry_generator. (#601).


## 2024-05-20

### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/pokemon_explorer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
gql_http_link: '>=0.4.0 <2.0.0'
ferry: ^0.16.0-dev.3
ferry_hive_store: ^0.6.0-dev.0
ferry_flutter: ^0.9.0-dev.6
ferry_flutter: ^0.9.1
hive: ^2.0.0
hive_flutter: ^1.1.0
get_it: ^7.1.3
Expand Down
6 changes: 6 additions & 0 deletions packages/ferry_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.1

> Note: This release has breaking changes.
- **BREAKING** **FEAT**(ferry_generator): update to gql_code_builders 0.12.0. this extracted the common serializers to a separate package. clients need to add gql_code_builder_serializers to their dependencies if they use ferry_generator. (#601).

## 0.9.0-dev.6

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry_flutter
version: 0.9.0-dev.6
version: 0.9.1
homepage: https://ferry.gql-dart.dev
description: Flutter widgets for the Ferry GraphQL client
repository: https://github.com/gql-dart/ferry
Expand Down

0 comments on commit 5c5f4e3

Please sign in to comment.