Skip to content

Commit 7dbc80c

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- [email protected] - @wundergraph/[email protected] - [email protected] - @wundergraph/[email protected] - [email protected]
1 parent de8ae0c commit 7dbc80c

File tree

10 files changed

+27
-5
lines changed

10 files changed

+27
-5
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.77.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.77.2) (2025-04-15)
8+
9+
**Note:** Version bump only for package wgc
10+
711
## [0.77.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.77.1) (2025-04-10)
812

913
### Bug Fixes

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.77.1",
3+
"version": "0.77.2",
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.39.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-04-15)
8+
9+
### Features
10+
11+
* track subgraph names for unions and scalars ([#1788](https://github.com/wundergraph/cosmo/issues/1788)) ([de8ae0c](https://github.com/wundergraph/cosmo/commit/de8ae0cfcbdfc296cbfc54448a540c4613fcb632)) (@thisisnithin)
12+
713
## [0.38.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-03-28)
814

915
### Bug Fixes

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.38.1",
3+
"version": "0.39.0",
44
"author": {
55
"name": "WunderGraph Maintainers",
66
"email": "[email protected]"

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.133.5](https://github.com/wundergraph/cosmo/compare/[email protected]@0.133.5) (2025-04-15)
8+
9+
**Note:** Version bump only for package controlplane
10+
711
## [0.133.4](https://github.com/wundergraph/cosmo/compare/[email protected]@0.133.4) (2025-04-14)
812

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

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.133.4",
3+
"version": "0.133.5",
44
"private": true,
55
"description": "WunderGraph Cosmo Controlplane",
66
"type": "module",

shared/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.36.12](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-04-15)
8+
9+
**Note:** Version bump only for package @wundergraph/cosmo-shared
10+
711
## [0.36.11](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-04-07)
812

913
**Note:** Version bump only for package @wundergraph/cosmo-shared

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wundergraph/cosmo-shared",
3-
"version": "0.36.11",
3+
"version": "0.36.12",
44
"description": "Shared code between WunderGraph Cosmo packages",
55
"main": "./dist/index.js",
66
"type": "module",

studio/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.111.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.111.2) (2025-04-15)
8+
9+
**Note:** Version bump only for package studio
10+
711
## [0.111.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.111.1) (2025-04-14)
812

913
### Bug Fixes

studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studio",
3-
"version": "0.111.1",
3+
"version": "0.111.2",
44
"private": true,
55
"license": "Apache-2.0",
66
"description": "WunderGraph Cosmo Studio",

0 commit comments

Comments
 (0)