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 Feb 3, 2024
1 parent 8530b05 commit 8635b48
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 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-02-03

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`ferry_test_graphql2` - `v0.3.0`](#ferry_test_graphql2---v030)

---

#### `ferry_test_graphql2` - `v0.3.0`

- update generated code


## 2024-02-03

### 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 @@ -27,7 +27,7 @@ dev_dependencies:
mockito: ^5.3.1
build_test: ^2.0.0
built_value_generator: ^8.0.4
ferry_test_graphql2: ^0.2.4-dev.5
ferry_test_graphql2: ^0.3.0
pedantic: ^1.11.0
async: ^2.5.0
build_runner: ^2.0.2
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 @@ -19,7 +19,7 @@ dependencies:
pedantic: ^1.11.0
dev_dependencies:
test: ^1.16.8
ferry_test_graphql2: ^0.2.4-dev.5
ferry_test_graphql2: ^0.3.0
gql_exec: ^1.0.0
gql: ^1.0.0
gql_tristate_value: ^1.0.0
4 changes: 4 additions & 0 deletions packages/ferry_test_graphql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

- update generated code

## 0.2.4-dev.5

- **FEAT**: update generated code.
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry_test_graphql2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry_test_graphql2
version: 0.2.4-dev.5
version: 0.3.0
description: Example GraphQL Operations, used in Ferry tests
repository: https://github.com/gql-dart/ferry
environment:
Expand Down

0 comments on commit 8635b48

Please sign in to comment.