From 2939dac39bdfda31c8a6859c0ecaf4d2824df0f4 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Wed, 13 Nov 2024 16:52:50 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - wgc@0.70.1 - @wundergraph/composition@0.31.0 - controlplane@0.115.0 - @wundergraph/cosmo-shared@0.32.3 --- cli/CHANGELOG.md | 4 ++++ cli/package.json | 2 +- composition/CHANGELOG.md | 6 ++++++ composition/package.json | 2 +- controlplane/CHANGELOG.md | 6 ++++++ controlplane/package.json | 2 +- shared/CHANGELOG.md | 4 ++++ shared/package.json | 2 +- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index dec750b83..099c81751 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -4,6 +4,10 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.70.1](https://github.com/wundergraph/cosmo/compare/wgc@0.70.0...wgc@0.70.1) (2024-11-13) + +**Note:** Version bump only for package wgc + # [0.70.0](https://github.com/wundergraph/cosmo/compare/wgc@0.69.2...wgc@0.70.0) (2024-11-12) ### Features diff --git a/cli/package.json b/cli/package.json index 21fc36df2..eb17001d2 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.70.0", + "version": "0.70.1", "description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo", "type": "module", "main": "dist/index.js", diff --git a/composition/CHANGELOG.md b/composition/CHANGELOG.md index 43f60b930..a7d06bcff 100644 --- a/composition/CHANGELOG.md +++ b/composition/CHANGELOG.md @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.30.1...@wundergraph/composition@0.31.0) (2024-11-13) + +### Features + +* add subgraph property to Warnings ([#1355](https://github.com/wundergraph/cosmo/issues/1355)) ([cacc0f3](https://github.com/wundergraph/cosmo/commit/cacc0f3c01673b7bf1ea8d20305d04939ca3351e)) (@Aenimus) + ## [0.30.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.30.0...@wundergraph/composition@0.30.1) (2024-11-07) **Note:** Version bump only for package @wundergraph/composition diff --git a/composition/package.json b/composition/package.json index b3f25ecba..0d6338299 100644 --- a/composition/package.json +++ b/composition/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/composition", - "version": "0.30.1", + "version": "0.31.0", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 6f94dd0b1..87875fce7 100644 --- a/controlplane/CHANGELOG.md +++ b/controlplane/CHANGELOG.md @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.115.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.114.3...controlplane@0.115.0) (2024-11-13) + +### Features + +* add subgraph property to Warnings ([#1355](https://github.com/wundergraph/cosmo/issues/1355)) ([cacc0f3](https://github.com/wundergraph/cosmo/commit/cacc0f3c01673b7bf1ea8d20305d04939ca3351e)) (@Aenimus) + ## [0.114.3](https://github.com/wundergraph/cosmo/compare/controlplane@0.114.2...controlplane@0.114.3) (2024-11-07) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 2de26916a..8262017d4 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.114.3", + "version": "0.115.0", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index 489c6574d..d439cf3b1 100644 --- a/shared/CHANGELOG.md +++ b/shared/CHANGELOG.md @@ -4,6 +4,10 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.32.3](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.32.2...@wundergraph/cosmo-shared@0.32.3) (2024-11-13) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + ## [0.32.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.32.1...@wundergraph/cosmo-shared@0.32.2) (2024-11-07) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index 7ddb88b19..1e01646f2 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.32.2", + "version": "0.32.3", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module",