diff --git a/aws-lambda-router/CHANGELOG.md b/aws-lambda-router/CHANGELOG.md index 987ccf2ace..342cf594f1 100644 --- a/aws-lambda-router/CHANGELOG.md +++ b/aws-lambda-router/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.21.5](https://github.com/wundergraph/cosmo/compare/aws-lambda-router@0.21.4...aws-lambda-router@0.21.5) (2024-09-09) + +**Note:** Version bump only for package aws-lambda-router + ## [0.21.4](https://github.com/wundergraph/cosmo/compare/aws-lambda-router@0.21.3...aws-lambda-router@0.21.4) (2024-08-30) ### Bug Fixes diff --git a/aws-lambda-router/package.json b/aws-lambda-router/package.json index db06cf9e75..0b7f7f1859 100644 --- a/aws-lambda-router/package.json +++ b/aws-lambda-router/package.json @@ -1,6 +1,6 @@ { "name": "aws-lambda-router", - "version": "0.21.4", + "version": "0.21.5", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a462fe8627..b23182d739 100644 --- a/cli/CHANGELOG.md +++ b/cli/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.0](https://github.com/wundergraph/cosmo/compare/wgc@0.63.1...wgc@0.64.0) (2024-09-09) + +### Features + +* list only contracts for monographs ([#1154](https://github.com/wundergraph/cosmo/issues/1154)) ([06fd0e9](https://github.com/wundergraph/cosmo/commit/06fd0e93bdeff2e9cecf7e39cf9db5c8e219a8df)) (@thisisnithin) + ## [0.63.1](https://github.com/wundergraph/cosmo/compare/wgc@0.63.0...wgc@0.63.1) (2024-09-05) **Note:** Version bump only for package wgc diff --git a/cli/package.json b/cli/package.json index b2e93950fb..b3490ed3c5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.63.1", + "version": "0.64.0", "description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo", "type": "module", "main": "dist/index.js", diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 749745a8d1..f7af99670a 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.107.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.106.0...controlplane@0.107.0) (2024-09-09) + +### Features + +* add audits for enabling and disabling of feature flags ([#1151](https://github.com/wundergraph/cosmo/issues/1151)) ([8059c49](https://github.com/wundergraph/cosmo/commit/8059c4903f9ee819c45c956a54819868336029d8)) (@JivusAyrus) + # [0.106.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.105.1...controlplane@0.106.0) (2024-09-05) ### Features diff --git a/controlplane/package.json b/controlplane/package.json index 662157691b..0c3769904f 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.106.0", + "version": "0.107.0", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index 4ff0fb8fc5..a3ad2da51d 100644 --- a/router/CHANGELOG.md +++ b/router/CHANGELOG.md @@ -4,6 +4,13 @@ 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.109.1](https://github.com/wundergraph/cosmo/compare/router@0.109.0...router@0.109.1) (2024-09-09) + +### Bug Fixes + +* follow snake_case for all router logs ([#1114](https://github.com/wundergraph/cosmo/issues/1114)) ([e621548](https://github.com/wundergraph/cosmo/commit/e621548cf7d43a40f1b834aa1d37e942d06b1c04)) (@StarpTech) +* setting cached operation name ([#1158](https://github.com/wundergraph/cosmo/issues/1158)) ([3f15811](https://github.com/wundergraph/cosmo/commit/3f1581199148cbcabef165c7ddebaecc4f309ca7)) (@devsergiy) + # [0.109.0](https://github.com/wundergraph/cosmo/compare/router@0.108.0...router@0.109.0) (2024-09-05) ### Features diff --git a/router/package.json b/router/package.json index eb7cfee18f..91c62463cb 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.109.0", + "version": "0.109.1", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index fb4a246066..b65f1c4b5c 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.88.1](https://github.com/wundergraph/cosmo/compare/studio@0.88.0...studio@0.88.1) (2024-09-09) + +### Bug Fixes + +* disabled state of feature flag overview page ([#1150](https://github.com/wundergraph/cosmo/issues/1150)) ([ecbb399](https://github.com/wundergraph/cosmo/commit/ecbb399ab72500a3c994b41cb41e291f19ba08fb)) (@JivusAyrus) + # [0.88.0](https://github.com/wundergraph/cosmo/compare/studio@0.87.0...studio@0.88.0) (2024-09-05) ### Features diff --git a/studio/package.json b/studio/package.json index 49c28a8082..4483080d2f 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.88.0", + "version": "0.88.1", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",