Skip to content

Commit 917a4ef

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 bf7ac71 commit 917a4ef

File tree

10 files changed

+27
-5
lines changed

10 files changed

+27
-5
lines changed

cli/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.95.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.95.0) (2025-11-17)
8+
9+
### Features
10+
11+
* use a static version id for the router configs generated by `wgc router compose` ([#2337](https://github.com/wundergraph/cosmo/issues/2337)) ([bf7ac71](https://github.com/wundergraph/cosmo/commit/bf7ac71ea427ae9dad8863a6e4e50710ab3e08fb)) (@JivusAyrus)
12+
713
## [0.94.8](https://github.com/wundergraph/cosmo/compare/[email protected]@0.94.8) (2025-11-13)
814

915
**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.94.8",
3+
"version": "0.95.0",
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: 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.48.4](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-11-17)
8+
9+
**Note:** Version bump only for package @wundergraph/composition
10+
711
## [0.48.3](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-11-13)
812

913
**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.48.3",
3+
"version": "0.48.4",
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.169.5](https://github.com/wundergraph/cosmo/compare/[email protected]@0.169.5) (2025-11-17)
8+
9+
**Note:** Version bump only for package controlplane
10+
711
## [0.169.4](https://github.com/wundergraph/cosmo/compare/[email protected]@0.169.4) (2025-11-13)
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.169.4",
3+
"version": "0.169.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.42.17](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-11-17)
8+
9+
**Note:** Version bump only for package @wundergraph/cosmo-shared
10+
711
## [0.42.16](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-11-13)
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.42.16",
3+
"version": "0.42.17",
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.138.5](https://github.com/wundergraph/cosmo/compare/[email protected]@0.138.5) (2025-11-17)
8+
9+
**Note:** Version bump only for package studio
10+
711
## [0.138.4](https://github.com/wundergraph/cosmo/compare/[email protected]@0.138.4) (2025-11-13)
812

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

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.138.4",
3+
"version": "0.138.5",
44
"private": true,
55
"license": "Apache-2.0",
66
"description": "WunderGraph Cosmo Studio",

0 commit comments

Comments
 (0)