Skip to content

Commit 489a1bf

Browse files
author
hardworker-bot
committed
1 parent 1d36747 commit 489a1bf

File tree

14 files changed

+47
-7
lines changed

14 files changed

+47
-7
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.78.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.78.0) (2025-04-15)
8+
9+
### Features
10+
11+
* implement proposals in cosmo ([#1727](https://github.com/wundergraph/cosmo/issues/1727)) ([1d36747](https://github.com/wundergraph/cosmo/commit/1d36747dda3f2f3c491092f0f02cefa22fc9c131)) (@JivusAyrus)
12+
713
## [0.77.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.77.2) (2025-04-15)
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.77.2",
3+
"version": "0.78.0",
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.102.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-04-15)
8+
9+
### Features
10+
11+
* implement proposals in cosmo ([#1727](https://github.com/wundergraph/cosmo/issues/1727)) ([1d36747](https://github.com/wundergraph/cosmo/commit/1d36747dda3f2f3c491092f0f02cefa22fc9c131)) (@JivusAyrus)
12+
713
# [0.101.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2025-04-07)
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.101.0",
3+
"version": "0.102.0",
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.135.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.135.0) (2025-04-15)
8+
9+
### Features
10+
11+
* implement proposals in cosmo ([#1727](https://github.com/wundergraph/cosmo/issues/1727)) ([1d36747](https://github.com/wundergraph/cosmo/commit/1d36747dda3f2f3c491092f0f02cefa22fc9c131)) (@JivusAyrus)
12+
713
# [0.134.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.134.0) (2025-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.134.0",
3+
"version": "0.135.0",
44
"private": true,
55
"description": "WunderGraph Cosmo Controlplane",
66
"type": "module",

graphqlmetrics/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.34.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.34.0) (2025-04-15)
8+
9+
### Features
10+
11+
* implement proposals in cosmo ([#1727](https://github.com/wundergraph/cosmo/issues/1727)) ([1d36747](https://github.com/wundergraph/cosmo/commit/1d36747dda3f2f3c491092f0f02cefa22fc9c131)) (@JivusAyrus)
12+
713
## [0.33.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.33.2) (2025-04-15)
814

915
**Note:** Version bump only for package graphqlmetrics

graphqlmetrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphqlmetrics",
3-
"version": "0.33.2",
3+
"version": "0.34.0",
44
"private": true,
55
"description": "Placeholder package to simplify versioning and releasing with lerna.",
66
"keywords": [

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.199.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.199.0) (2025-04-15)
8+
9+
### Features
10+
11+
* implement proposals in cosmo ([#1727](https://github.com/wundergraph/cosmo/issues/1727)) ([1d36747](https://github.com/wundergraph/cosmo/commit/1d36747dda3f2f3c491092f0f02cefa22fc9c131)) (@JivusAyrus)
12+
713
# [0.198.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.198.0) (2025-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.198.0",
3+
"version": "0.199.0",
44
"private": true,
55
"description": "Placeholder package to simplify versioning and releasing with lerna.",
66
"keywords": [

0 commit comments

Comments
 (0)