From 1a9ec1459419816b4718464b5fa4605e4f6b9950 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Thu, 6 Feb 2025 17:22:33 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - wgc@0.72.4 - @wundergraph/composition@0.36.1 - controlplane@0.121.7 - @wundergraph/cosmo-shared@0.35.1 --- cli/CHANGELOG.md | 4 ++++ cli/package.json | 2 +- composition/CHANGELOG.md | 6 ++++++ composition/package.json | 2 +- controlplane/CHANGELOG.md | 4 ++++ controlplane/package.json | 2 +- shared/CHANGELOG.md | 4 ++++ shared/package.json | 2 +- 8 files changed, 22 insertions(+), 4 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 8ee2730dc4..fa315877be 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.72.4](https://github.com/wundergraph/cosmo/compare/wgc@0.72.3...wgc@0.72.4) (2025-02-06) + +**Note:** Version bump only for package wgc + ## [0.72.3](https://github.com/wundergraph/cosmo/compare/wgc@0.72.2...wgc@0.72.3) (2025-02-05) **Note:** Version bump only for package wgc diff --git a/cli/package.json b/cli/package.json index a638a7ff66..52ec4df4c4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.72.3", + "version": "0.72.4", "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 202ea9b478..f98b784c1d 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.36.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.36.0...@wundergraph/composition@0.36.1) (2025-02-06) + +### Bug Fixes + +* allow integer to Float input coercion ([#1572](https://github.com/wundergraph/cosmo/issues/1572)) ([51c3d8e](https://github.com/wundergraph/cosmo/commit/51c3d8e11b6360f583f1809e2360c652a91659c6)) (@Aenimus) + # [0.36.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.35.0...@wundergraph/composition@0.36.0) (2025-02-05) ### Features diff --git a/composition/package.json b/composition/package.json index 08388fe51a..ddb9a9caf9 100644 --- a/composition/package.json +++ b/composition/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/composition", - "version": "0.36.0", + "version": "0.36.1", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index f1b45449a6..b76ef593e7 100644 --- a/controlplane/CHANGELOG.md +++ b/controlplane/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.121.7](https://github.com/wundergraph/cosmo/compare/controlplane@0.121.6...controlplane@0.121.7) (2025-02-06) + +**Note:** Version bump only for package controlplane + ## [0.121.6](https://github.com/wundergraph/cosmo/compare/controlplane@0.121.5...controlplane@0.121.6) (2025-02-05) **Note:** Version bump only for package controlplane diff --git a/controlplane/package.json b/controlplane/package.json index 70a6109084..22c5d4a114 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.121.6", + "version": "0.121.7", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index 9ed4a62789..299dbda1b4 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.35.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.35.0...@wundergraph/cosmo-shared@0.35.1) (2025-02-06) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + # [0.35.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.34.0...@wundergraph/cosmo-shared@0.35.0) (2025-02-05) ### Features diff --git a/shared/package.json b/shared/package.json index 337ef62adf..3b3dd1bc06 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.35.0", + "version": "0.35.1", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module",