Skip to content

Commit 5c65ee6

Browse files
authored
Merge branch 'main' into ludwig/eng-7561-handle-nullable-and-nested-lists
2 parents 819121e + 584e1b1 commit 5c65ee6

File tree

14 files changed

+642
-40
lines changed

14 files changed

+642
-40
lines changed

cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.88.1](https://github.com/wundergraph/cosmo/compare/wgc@0.88.0...wgc@0.88.1) (2025-07-28)
8+
9+
**Note:** Version bump only for package wgc
10+
711
# [0.88.0](https://github.com/wundergraph/cosmo/compare/wgc@0.87.3...wgc@0.88.0) (2025-07-21)
812

913
### Features

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wgc",
3-
"version": "0.88.0",
3+
"version": "0.88.1",
44
"description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo",
55
"type": "module",
66
"main": "dist/src/index.js",

protographic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.6.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/protographic@0.5.1...@wundergraph/protographic@0.6.0) (2025-07-28)
8+
9+
### Features
10+
11+
* use nested list element to handle nullability properly ([#2086](https://github.com/wundergraph/cosmo/issues/2086)) ([7445cb5](https://github.com/wundergraph/cosmo/commit/7445cb52732ded28e83315bbce3f9b4ba6e2a7e3)) (@Noroth)
12+
713
## [0.5.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/protographic@0.5.0...@wundergraph/protographic@0.5.1) (2025-07-21)
814

915
**Note:** Version bump only for package @wundergraph/protographic

protographic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wundergraph/protographic",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"module": "src/index.ts",
55
"type": "module",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)