diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 28953305aa..40ea12065e 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.49.1](https://github.com/wundergraph/cosmo/compare/wgc@0.49.0...wgc@0.49.1) (2024-03-21) + +**Note:** Version bump only for package wgc + # [0.49.0](https://github.com/wundergraph/cosmo/compare/wgc@0.48.0...wgc@0.49.0) (2024-03-20) ### Features diff --git a/cli/package.json b/cli/package.json index 8752c2b446..1db3a73184 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.49.0", + "version": "0.49.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 f3dee5e2f7..96a356eecf 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.20.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.20.1...@wundergraph/composition@0.20.2) (2024-03-21) + +### Bug Fixes + +* if root type is renamed, also rename all references ([#661](https://github.com/wundergraph/cosmo/issues/661)) ([d4252fa](https://github.com/wundergraph/cosmo/commit/d4252faae8fb30a03e77b9c73999cae8f976cbdc)) (@Aenimus) + ## [0.20.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.20.0...@wundergraph/composition@0.20.1) (2024-03-16) **Note:** Version bump only for package @wundergraph/composition diff --git a/composition/package.json b/composition/package.json index 9fa8446646..ed9b44cf99 100644 --- a/composition/package.json +++ b/composition/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/composition", - "version": "0.20.1", + "version": "0.20.2", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 4489b86117..aa1fc952e9 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.79.3](https://github.com/wundergraph/cosmo/compare/controlplane@0.79.2...controlplane@0.79.3) (2024-03-21) + +**Note:** Version bump only for package controlplane + ## [0.79.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.79.1...controlplane@0.79.2) (2024-03-21) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index df536bb0ee..0034727898 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.79.2", + "version": "0.79.3", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index 194c5ca0b1..955110b4bb 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.23.3](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.23.2...@wundergraph/cosmo-shared@0.23.3) (2024-03-21) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + ## [0.23.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.23.1...@wundergraph/cosmo-shared@0.23.2) (2024-03-20) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index 90bd8301ba..931884b303 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.23.2", + "version": "0.23.3", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module", diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index 8f77954f40..70332bb1b5 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.74.2](https://github.com/wundergraph/cosmo/compare/studio@0.74.1...studio@0.74.2) (2024-03-21) + +### Bug Fixes + +* missing navbar in playground and settings page refresh ([#660](https://github.com/wundergraph/cosmo/issues/660)) ([4cfe778](https://github.com/wundergraph/cosmo/commit/4cfe7783dcdc7c0e79ef63cf26280816271fe62e)) (@thisisnithin) + ## [0.74.1](https://github.com/wundergraph/cosmo/compare/studio@0.74.0...studio@0.74.1) (2024-03-20) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index d3803f6b43..6b7a3645fd 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.74.1", + "version": "0.74.2", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",