Skip to content

Commit 30976f7

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- wgc@0.105.1 - @wundergraph/composition@0.51.1 - controlplane@0.189.1 - @wundergraph/cosmo-shared@0.43.1 - studio@0.154.2
1 parent 2fa2dfd commit 30976f7

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.105.1](https://github.com/wundergraph/cosmo/compare/wgc@0.105.0...wgc@0.105.1) (2026-02-12)
8+
9+
**Note:** Version bump only for package wgc
10+
711
# [0.105.0](https://github.com/wundergraph/cosmo/compare/wgc@0.104.3...wgc@0.105.0) (2026-02-09)
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.105.0",
3+
"version": "0.105.1",
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.51.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.51.0...@wundergraph/composition@0.51.1) (2026-02-12)
8+
9+
### Bug Fixes
10+
11+
* do not re-evaluate internal graph nodes if all its descendants a… ([#2499](https://github.com/wundergraph/cosmo/issues/2499)) ([2fa2dfd](https://github.com/wundergraph/cosmo/commit/2fa2dfd35b78b0e84fa18dcb99590cdee5abec08)) (@Aenimus)
12+
713
# [0.51.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.50.0...@wundergraph/composition@0.51.0) (2026-02-09)
814

915
### Features

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.51.0",
3+
"version": "0.51.1",
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.189.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.189.0...controlplane@0.189.1) (2026-02-12)
8+
9+
**Note:** Version bump only for package controlplane
10+
711
# [0.189.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.188.0...controlplane@0.189.0) (2026-02-09)
812

913
### Bug Fixes

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.189.0",
3+
"version": "0.189.1",
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.43.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.43.0...@wundergraph/cosmo-shared@0.43.1) (2026-02-12)
8+
9+
**Note:** Version bump only for package @wundergraph/cosmo-shared
10+
711
# [0.43.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.42.30...@wundergraph/cosmo-shared@0.43.0) (2026-02-09)
812

913
### Features

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.43.0",
3+
"version": "0.43.1",
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.154.2](https://github.com/wundergraph/cosmo/compare/studio@0.154.1...studio@0.154.2) (2026-02-12)
8+
9+
**Note:** Version bump only for package studio
10+
711
## [0.154.1](https://github.com/wundergraph/cosmo/compare/studio@0.154.0...studio@0.154.1) (2026-02-09)
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.154.1",
3+
"version": "0.154.2",
44
"private": true,
55
"license": "Apache-2.0",
66
"description": "WunderGraph Cosmo Studio",

0 commit comments

Comments
 (0)