diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a979a1cda4..b7e947d1f8 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.68.1](https://github.com/wundergraph/cosmo/compare/wgc@0.68.0...wgc@0.68.1) (2024-10-14) + +**Note:** Version bump only for package wgc + # [0.68.0](https://github.com/wundergraph/cosmo/compare/wgc@0.67.0...wgc@0.68.0) (2024-10-09) ### Features diff --git a/cli/package.json b/cli/package.json index d326bfbdf3..d82b03e7fd 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.68.0", + "version": "0.68.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 009f316ac0..329f1bba76 100644 --- a/composition/CHANGELOG.md +++ b/composition/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.29.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.29.0...@wundergraph/composition@0.29.1) (2024-10-14) + +**Note:** Version bump only for package @wundergraph/composition + # [0.29.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.28.5...@wundergraph/composition@0.29.0) (2024-09-19) ### Features diff --git a/composition/package.json b/composition/package.json index 417800376e..3feaa468c4 100644 --- a/composition/package.json +++ b/composition/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/composition", - "version": "0.29.0", + "version": "0.29.1", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index b9861a9b68..6949efa05e 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.111.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.111.0...controlplane@0.111.1) (2024-10-14) + +**Note:** Version bump only for package controlplane + # [0.111.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.110.0...controlplane@0.111.0) (2024-10-09) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 8d2dc21909..b7048f2360 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.111.0", + "version": "0.111.1", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index e61ee9db0e..38ab674e31 100644 --- a/router/CHANGELOG.md +++ b/router/CHANGELOG.md @@ -4,6 +4,16 @@ 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.125.0](https://github.com/wundergraph/cosmo/compare/router@0.124.1...router@0.125.0) (2024-10-14) + +### Bug Fixes + +* ensure sse is spec compliant ([#1260](https://github.com/wundergraph/cosmo/issues/1260)) ([d64d383](https://github.com/wundergraph/cosmo/commit/d64d38329ab3963f54aff3819b532272ff7cd6a2)) (@df-wg) + +### Features + +* support AWS chain credentials for s3 storage providers ([#1250](https://github.com/wundergraph/cosmo/issues/1250)) ([5d67c4b](https://github.com/wundergraph/cosmo/commit/5d67c4b6aceb0a9fbf2bb99e57a75f5b163d93f9)) (@lachlan-smith) + ## [0.124.1](https://github.com/wundergraph/cosmo/compare/router@0.124.0...router@0.124.1) (2024-10-11) ### Bug Fixes diff --git a/router/package.json b/router/package.json index 28175b5497..0ffe2a5c37 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.124.1", + "version": "0.125.0", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index 062fb7444a..a56a42aa39 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.31.17](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.31.16...@wundergraph/cosmo-shared@0.31.17) (2024-10-14) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + ## [0.31.16](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.31.15...@wundergraph/cosmo-shared@0.31.16) (2024-10-09) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index ef823755bd..a2576d39f0 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.31.16", + "version": "0.31.17", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module",