diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index fbdb76dc13..5e0c26c9e8 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.43.2](https://github.com/wundergraph/cosmo/compare/wgc@0.43.1...wgc@0.43.2) (2024-02-23) + +**Note:** Version bump only for package wgc + ## [0.43.1](https://github.com/wundergraph/cosmo/compare/wgc@0.43.0...wgc@0.43.1) (2024-02-22) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 4a2e4e146d..04cc0e76b7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.43.1", + "version": "0.43.2", "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 ce7d307958..2cd6faf26a 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.18.3](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.18.2...@wundergraph/composition@0.18.3) (2024-02-23) + +### Bug Fixes + +* validate schema definition/extension directives only... ([#571](https://github.com/wundergraph/cosmo/issues/571)) ([af76e4a](https://github.com/wundergraph/cosmo/commit/af76e4aaba98f8acab9d071edaaefdac105abe30)) (@Aenimus) + ## [0.18.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.18.1...@wundergraph/composition@0.18.2) (2024-02-20) ### Bug Fixes diff --git a/composition/package.json b/composition/package.json index 00057f2b61..51d53c8242 100644 --- a/composition/package.json +++ b/composition/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/composition", - "version": "0.18.2", + "version": "0.18.3", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 9a070b87bf..2c91629be9 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.71.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.71.1...controlplane@0.71.2) (2024-02-23) + +**Note:** Version bump only for package controlplane + ## [0.71.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.71.0...controlplane@0.71.1) (2024-02-20) **Note:** Version bump only for package controlplane diff --git a/controlplane/package.json b/controlplane/package.json index 4f8cc0fab3..657b1e1adf 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.71.1", + "version": "0.71.2", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index e29be12b01..0e76c32c71 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.20.13](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.20.12...@wundergraph/cosmo-shared@0.20.13) (2024-02-23) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + ## [0.20.12](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.20.11...@wundergraph/cosmo-shared@0.20.12) (2024-02-20) ### Bug Fixes diff --git a/shared/package.json b/shared/package.json index 9309dae874..62b143e44c 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.20.12", + "version": "0.20.13", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module",