From 99c5217250b987fd4167085db72c149e55b039f7 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Wed, 14 Feb 2024 17:58:25 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - controlplane@0.67.2 - router@0.66.2 - studio@0.64.2 --- controlplane/CHANGELOG.md | 6 ++++++ controlplane/package.json | 2 +- router/CHANGELOG.md | 6 ++++++ router/package.json | 2 +- studio/CHANGELOG.md | 6 ++++++ studio/package.json | 2 +- 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index df7d82c8f1..c7433709b8 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.67.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.67.1...controlplane@0.67.2) (2024-02-14) + +### Bug Fixes + +* check for config version id when fetching router composition ([#525](https://github.com/wundergraph/cosmo/issues/525)) ([e86a794](https://github.com/wundergraph/cosmo/commit/e86a7945928826d16dbb461c16e301c51f8d345b)) (@StarpTech) + ## [0.67.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.67.0...controlplane@0.67.1) (2024-02-13) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index a839dd4d84..8808370f63 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.67.1", + "version": "0.67.2", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index c6fe72d1ca..9451641853 100644 --- a/router/CHANGELOG.md +++ b/router/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.66.2](https://github.com/wundergraph/cosmo/compare/router@0.66.1...router@0.66.2) (2024-02-14) + +### Bug Fixes + +* don't panic when config is nil ([#524](https://github.com/wundergraph/cosmo/issues/524)) ([bf9ee9e](https://github.com/wundergraph/cosmo/commit/bf9ee9ec3728212186511e8d9826c2276a54f55a)) (@StarpTech) + ## [0.66.1](https://github.com/wundergraph/cosmo/compare/router@0.66.0...router@0.66.1) (2024-02-13) ### Bug Fixes diff --git a/router/package.json b/router/package.json index 9112124c08..0f82cb818d 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.66.1", + "version": "0.66.2", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index c2fe78d54d..147c7196e9 100644 --- a/studio/CHANGELOG.md +++ b/studio/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.64.2](https://github.com/wundergraph/cosmo/compare/studio@0.64.1...studio@0.64.2) (2024-02-14) + +### Bug Fixes + +* link to composition from routers page ([#522](https://github.com/wundergraph/cosmo/issues/522)) ([c3c476e](https://github.com/wundergraph/cosmo/commit/c3c476eaf0977e6a55c100af9d259ec3d2e57259)) (@StarpTech) + ## [0.64.1](https://github.com/wundergraph/cosmo/compare/studio@0.64.0...studio@0.64.1) (2024-02-13) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index 1592806a2b..c019c3c41b 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.64.1", + "version": "0.64.2", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",