Skip to content

Commit 1a947b1

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- wgc@0.88.3 - @wundergraph/cosmo-connect@0.115.1 - controlplane@0.154.1 - @wundergraph/protographic@0.7.1 - @wundergraph/cosmo-shared@0.40.1 - studio@0.122.3
1 parent 80691fe commit 1a947b1

File tree

12 files changed

+34
-6
lines changed

12 files changed

+34
-6
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.88.3](https://github.com/wundergraph/cosmo/compare/wgc@0.88.2...wgc@0.88.3) (2025-07-31)
8+
9+
**Note:** Version bump only for package wgc
10+
711
## [0.88.2](https://github.com/wundergraph/cosmo/compare/wgc@0.88.1...wgc@0.88.2) (2025-07-29)
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.88.2",
3+
"version": "0.88.3",
44
"description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo",
55
"type": "module",
66
"main": "dist/src/index.js",

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.115.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.115.0...@wundergraph/cosmo-connect@0.115.1) (2025-07-31)
8+
9+
### Bug Fixes
10+
11+
* take limit as input so the no of operations returned is always limited ([#2095](https://github.com/wundergraph/cosmo/issues/2095)) ([80691fe](https://github.com/wundergraph/cosmo/commit/80691fe5b30011f8212380ffea769b141fa121d5)) (@JivusAyrus)
12+
713
# [0.115.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.114.0...@wundergraph/cosmo-connect@0.115.0) (2025-07-21)
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.115.0",
3+
"version": "0.115.1",
44
"description": "TypeScript Connect client for WunderGraph Cosmo",
55
"scripts": {
66
"build": "del 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.154.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.154.0...controlplane@0.154.1) (2025-07-31)
8+
9+
### Bug Fixes
10+
11+
* take limit as input so the no of operations returned is always limited ([#2095](https://github.com/wundergraph/cosmo/issues/2095)) ([80691fe](https://github.com/wundergraph/cosmo/commit/80691fe5b30011f8212380ffea769b141fa121d5)) (@JivusAyrus)
12+
713
# [0.154.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.153.0...controlplane@0.154.0) (2025-07-21)
814

915
### 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.154.0",
3+
"version": "0.154.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.7.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/protographic@0.7.0...@wundergraph/protographic@0.7.1) (2025-07-31)
8+
9+
**Note:** Version bump only for package @wundergraph/protographic
10+
711
# [0.7.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/protographic@0.6.0...@wundergraph/protographic@0.7.0) (2025-07-29)
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.7.0",
3+
"version": "0.7.1",
44
"module": "src/index.ts",
55
"type": "module",
66
"main": "dist/src/index.js",

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.40.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.40.0...@wundergraph/cosmo-shared@0.40.1) (2025-07-31)
8+
9+
**Note:** Version bump only for package @wundergraph/cosmo-shared
10+
711
# [0.40.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.39.6...@wundergraph/cosmo-shared@0.40.0) (2025-07-21)
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.40.0",
3+
"version": "0.40.1",
44
"description": "Shared code between WunderGraph Cosmo packages",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)