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 6edfe40 commit 691e43b
Show file tree
Hide file tree
Showing 4 changed files with 27 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-01-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

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

---

#### `ferry_generator` - `v0.9.1`

- Bump "ferry_generator" to `0.9.1`.


## 2024-01-14

### 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 @@ -20,7 +20,7 @@ dependencies:
dev_dependencies:
flutter_lints: 2.0.1
build_runner: ^2.0.2
ferry_generator: ^0.9.0-dev.2
ferry_generator: ^0.9.1
flutter_test:
sdk: flutter
gql_exec: ^1.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.1

- Bump "ferry_generator" to `0.9.1`.

## 0.9.0-dev.2

- **FEAT**(ferry_generator): allow analyzer 6.0.
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry_generator
version: 0.9.0-dev.2
version: 0.9.1
homepage: https://ferrygraphql.com/
description: Generated types for Ferry GraphQL Client
repository: https://github.com/gql-dart/ferry
Expand Down

0 comments on commit 691e43b

Please sign in to comment.