Skip to content

Commit 3a1b099

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- wgc@0.112.7 - @wundergraph/composition@0.55.0 - controlplane@0.213.1 - @wundergraph/protographic@0.20.1 - router@0.300.1 - @wundergraph/cosmo-shared@0.45.3 - studio@0.163.2
1 parent d376585 commit 3a1b099

14 files changed

Lines changed: 39 additions & 7 deletions

File tree

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.112.7](https://github.com/wundergraph/cosmo/compare/wgc@0.112.6...wgc@0.112.7) (2026-04-02)
8+
9+
**Note:** Version bump only for package wgc
10+
711
## [0.112.6](https://github.com/wundergraph/cosmo/compare/wgc@0.112.5...wgc@0.112.6) (2026-04-01)
812

913
**Note:** Version bump only for package wgc

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.112.6",
3+
"version": "0.112.7",
44
"description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo",
55
"type": "module",
66
"main": "dist/src/index.js",

composition/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.55.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.54.1...@wundergraph/composition@0.55.0) (2026-04-02)
8+
9+
### Features
10+
11+
* fix long composition errors ([#2728](https://github.com/wundergraph/cosmo/issues/2728)) ([d376585](https://github.com/wundergraph/cosmo/commit/d37658546d5678e9f5a6e8a386e297a6061c57f6)) (@wilsonrivera)
12+
713
## [0.54.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.54.0...@wundergraph/composition@0.54.1) (2026-03-18)
814

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

composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wundergraph/composition",
3-
"version": "0.54.1",
3+
"version": "0.55.0",
44
"author": {
55
"name": "WunderGraph Maintainers",
66
"email": "info@wundergraph.com"

controlplane/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.213.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.213.0...controlplane@0.213.1) (2026-04-02)
8+
9+
**Note:** Version bump only for package controlplane
10+
711
# [0.213.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.212.0...controlplane@0.213.0) (2026-04-01)
812

913
### Features

controlplane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "controlplane",
3-
"version": "0.213.0",
3+
"version": "0.213.1",
44
"private": true,
55
"description": "WunderGraph Cosmo Controlplane",
66
"type": "module",

protographic/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.20.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/protographic@0.20.0...@wundergraph/protographic@0.20.1) (2026-04-02)
8+
9+
**Note:** Version bump only for package @wundergraph/protographic
10+
711
# [0.20.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/protographic@0.19.2...@wundergraph/protographic@0.20.0) (2026-04-01)
812

913
### Features

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.20.0",
3+
"version": "0.20.1",
44
"module": "src/index.ts",
55
"type": "module",
66
"main": "dist/src/index.js",

router/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.300.1](https://github.com/wundergraph/cosmo/compare/router@0.300.0...router@0.300.1) (2026-04-02)
8+
9+
### Bug Fixes
10+
11+
* **docs:** enhance PQL manifest documentation for clarity and detail ([#2734](https://github.com/wundergraph/cosmo/issues/2734)) ([8522d4e](https://github.com/wundergraph/cosmo/commit/8522d4e4b106173b6a87b09a7dc820900995dfcc)) (@StarpTech)
12+
713
# [0.300.0](https://github.com/wundergraph/cosmo/compare/router@0.299.0...router@0.300.0) (2026-04-02)
814

915
### Bug Fixes

router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router",
3-
"version": "0.300.0",
3+
"version": "0.300.1",
44
"private": true,
55
"description": "The WunderGraph Router",
66
"keywords": [

0 commit comments

Comments
 (0)