Skip to content

Commit 59af0f8

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- [email protected] - @wundergraph/[email protected] - @wundergraph/[email protected] - [email protected] - @wundergraph/[email protected] - @wundergraph/[email protected] - [email protected]
1 parent 8e18593 commit 59af0f8

File tree

14 files changed

+39
-7
lines changed

14 files changed

+39
-7
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.94.4](https://github.com/wundergraph/cosmo/compare/[email protected]@0.94.4) (2025-10-29)
8+
9+
**Note:** Version bump only for package wgc
10+
711
## [0.94.3](https://github.com/wundergraph/cosmo/compare/[email protected]@0.94.3) (2025-10-23)
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.94.3",
3+
"version": "0.94.4",
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.47.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-10-29)
8+
9+
**Note:** Version bump only for package @wundergraph/composition
10+
711
## [0.47.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-10-23)
812

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

connect/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.122.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-10-29)
8+
9+
### Features
10+
11+
* add an api to validate the token's permissions ([#2271](https://github.com/wundergraph/cosmo/issues/2271)) ([7852d42](https://github.com/wundergraph/cosmo/commit/7852d42a0ff8ed97024d79771e3181aac000b97e)) (@JivusAyrus)
12+
713
# [0.121.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-10-10)
814

915
### Features

connect/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-connect",
3-
"version": "0.121.0",
3+
"version": "0.122.0",
44
"description": "TypeScript Connect client for WunderGraph Cosmo",
55
"scripts": {
66
"build": "rm -rf dist && tsc"

controlplane/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.169.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.169.0) (2025-10-29)
8+
9+
### Features
10+
11+
* add an api to validate the token's permissions ([#2271](https://github.com/wundergraph/cosmo/issues/2271)) ([7852d42](https://github.com/wundergraph/cosmo/commit/7852d42a0ff8ed97024d79771e3181aac000b97e)) (@JivusAyrus)
12+
713
## [0.168.5](https://github.com/wundergraph/cosmo/compare/[email protected]@0.168.5) (2025-10-23)
814

915
**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.168.5",
3+
"version": "0.169.0",
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.9.8](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-10-29)
8+
9+
**Note:** Version bump only for package @wundergraph/protographic
10+
711
## [0.9.7](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-10-10)
812

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

0 commit comments

Comments
 (0)