Skip to content

Commit 256913a

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- wgc@0.114.1 - @wundergraph/cosmo-connect@0.140.0 - controlplane@0.216.0 - @wundergraph/protographic@0.21.0 - router@0.306.0 - @wundergraph/cosmo-shared@0.45.6 - studio@0.165.0
1 parent 74f44a1 commit 256913a

14 files changed

Lines changed: 45 additions & 7 deletions

File tree

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.114.1](https://github.com/wundergraph/cosmo/compare/wgc@0.114.0...wgc@0.114.1) (2026-04-16)
8+
9+
**Note:** Version bump only for package wgc
10+
711
# [0.114.0](https://github.com/wundergraph/cosmo/compare/wgc@0.113.0...wgc@0.114.0) (2026-04-15)
812

913
### Features

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.114.0",
3+
"version": "0.114.1",
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.140.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.139.0...@wundergraph/cosmo-connect@0.140.0) (2026-04-16)
8+
9+
### Features
10+
11+
* add new endpoints for fetching feature flags and feature subgraphs by federated graph ([#2729](https://github.com/wundergraph/cosmo/issues/2729)) ([74f44a1](https://github.com/wundergraph/cosmo/commit/74f44a1614ef0976231b143b52203c5a9dd2034e)) (@JivusAyrus)
12+
713
# [0.139.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.138.0...@wundergraph/cosmo-connect@0.139.0) (2026-04-15)
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.139.0",
3+
"version": "0.140.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.216.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.215.0...controlplane@0.216.0) (2026-04-16)
8+
9+
### Features
10+
11+
* add new endpoints for fetching feature flags and feature subgraphs by federated graph ([#2729](https://github.com/wundergraph/cosmo/issues/2729)) ([74f44a1](https://github.com/wundergraph/cosmo/commit/74f44a1614ef0976231b143b52203c5a9dd2034e)) (@JivusAyrus)
12+
713
# [0.215.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.214.1...controlplane@0.215.0) (2026-04-15)
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.215.0",
3+
"version": "0.216.0",
44
"private": true,
55
"description": "WunderGraph Cosmo Controlplane",
66
"type": "module",

protographic/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.21.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/protographic@0.20.3...@wundergraph/protographic@0.21.0) (2026-04-16)
8+
9+
### Features
10+
11+
* **protographic:** add support for interface objects ([#2761](https://github.com/wundergraph/cosmo/issues/2761)) ([7da075d](https://github.com/wundergraph/cosmo/commit/7da075df10f77c6e0c114df92c75683d9233e31c)) (@Noroth)
12+
713
## [0.20.3](https://github.com/wundergraph/cosmo/compare/@wundergraph/protographic@0.20.2...@wundergraph/protographic@0.20.3) (2026-04-15)
814

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

router/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.306.0](https://github.com/wundergraph/cosmo/compare/router@0.305.0...router@0.306.0) (2026-04-16)
8+
9+
### Features
10+
11+
* make storage providers configurable via envars ([#2740](https://github.com/wundergraph/cosmo/issues/2740)) ([21ca34a](https://github.com/wundergraph/cosmo/commit/21ca34adfc31b14532b238d02ac4730d616e3654)) (@SkArchon)
12+
713
# [0.305.0](https://github.com/wundergraph/cosmo/compare/router@0.304.0...router@0.305.0) (2026-04-15)
814

915
### Features

router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router",
3-
"version": "0.305.0",
3+
"version": "0.306.0",
44
"private": true,
55
"description": "The WunderGraph Router",
66
"keywords": [

0 commit comments

Comments
 (0)