From c38b8e8a07107b1a48203530e2de0658063b1f33 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Tue, 5 Nov 2024 13:30:49 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - aws-lambda-router@0.37.0 - cdn@0.11.1 - controlplane@0.114.2 - graphqlmetrics@0.28.1 - @wundergraph/playground@0.7.2 - router@0.138.0 - studio@0.94.3 --- aws-lambda-router/CHANGELOG.md | 6 ++++++ aws-lambda-router/package.json | 2 +- cdn-server/CHANGELOG.md | 4 ++++ cdn-server/package.json | 2 +- controlplane/CHANGELOG.md | 4 ++++ controlplane/package.json | 2 +- graphqlmetrics/CHANGELOG.md | 4 ++++ graphqlmetrics/package.json | 2 +- playground/CHANGELOG.md | 6 ++++++ playground/package.json | 2 +- router/CHANGELOG.md | 10 ++++++++++ router/package.json | 2 +- studio/CHANGELOG.md | 6 ++++++ studio/package.json | 2 +- 14 files changed, 47 insertions(+), 7 deletions(-) diff --git a/aws-lambda-router/CHANGELOG.md b/aws-lambda-router/CHANGELOG.md index c1cf5c7732..d2f0398c8b 100644 --- a/aws-lambda-router/CHANGELOG.md +++ b/aws-lambda-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.37.0](https://github.com/wundergraph/cosmo/compare/aws-lambda-router@0.36.1...aws-lambda-router@0.37.0) (2024-11-05) + +### Features + +* context handling performance & memory improvements ([#1336](https://github.com/wundergraph/cosmo/issues/1336)) ([1aed39a](https://github.com/wundergraph/cosmo/commit/1aed39a99d604595ca4fef711a45ef0b059f77a5)) (@jensneuse) + ## [0.36.1](https://github.com/wundergraph/cosmo/compare/aws-lambda-router@0.36.0...aws-lambda-router@0.36.1) (2024-11-04) **Note:** Version bump only for package aws-lambda-router diff --git a/aws-lambda-router/package.json b/aws-lambda-router/package.json index cce88b45c0..5f767cac26 100644 --- a/aws-lambda-router/package.json +++ b/aws-lambda-router/package.json @@ -1,6 +1,6 @@ { "name": "aws-lambda-router", - "version": "0.36.1", + "version": "0.37.0", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/cdn-server/CHANGELOG.md b/cdn-server/CHANGELOG.md index b4f3a81992..5da186806c 100644 --- a/cdn-server/CHANGELOG.md +++ b/cdn-server/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.11.1](https://github.com/wundergraph/cosmo/compare/cdn@0.11.0...cdn@0.11.1) (2024-11-05) + +**Note:** Version bump only for package cdn + # [0.11.0](https://github.com/wundergraph/cosmo/compare/cdn@0.10.2...cdn@0.11.0) (2024-10-28) ### Features diff --git a/cdn-server/package.json b/cdn-server/package.json index b69b049847..d2b7be8d47 100644 --- a/cdn-server/package.json +++ b/cdn-server/package.json @@ -1,6 +1,6 @@ { "name": "cdn", - "version": "0.11.0", + "version": "0.11.1", "private": true, "author": { "name": "WunderGraph Maintainers", diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 40043eb407..ecf0144338 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.114.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.114.1...controlplane@0.114.2) (2024-11-05) + +**Note:** Version bump only for package controlplane + ## [0.114.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.114.0...controlplane@0.114.1) (2024-10-31) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 1bbe9d0eff..bb844f2bf7 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.114.1", + "version": "0.114.2", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/graphqlmetrics/CHANGELOG.md b/graphqlmetrics/CHANGELOG.md index f2d970f972..ddd87b7936 100644 --- a/graphqlmetrics/CHANGELOG.md +++ b/graphqlmetrics/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.28.1](https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.28.0...graphqlmetrics@0.28.1) (2024-11-05) + +**Note:** Version bump only for package graphqlmetrics + # [0.28.0](https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.27.0...graphqlmetrics@0.28.0) (2024-10-25) ### Features diff --git a/graphqlmetrics/package.json b/graphqlmetrics/package.json index 0ba260e39c..8fd929616c 100644 --- a/graphqlmetrics/package.json +++ b/graphqlmetrics/package.json @@ -1,6 +1,6 @@ { "name": "graphqlmetrics", - "version": "0.28.0", + "version": "0.28.1", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 9ce33779b1..82f1466f79 100644 --- a/playground/CHANGELOG.md +++ b/playground/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.7.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/playground@0.7.1...@wundergraph/playground@0.7.2) (2024-11-05) + +### Bug Fixes + +* playground scripts inconsistent states ([#1337](https://github.com/wundergraph/cosmo/issues/1337)) ([73309eb](https://github.com/wundergraph/cosmo/commit/73309eb1f492246f9488b192f5956da24d4ebe5f)) (@thisisnithin) + ## [0.7.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/playground@0.7.0...@wundergraph/playground@0.7.1) (2024-11-04) ### Bug Fixes diff --git a/playground/package.json b/playground/package.json index 7b8dbe9e17..6f6431a71b 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/playground", - "version": "0.7.1", + "version": "0.7.2", "description": "Cosmo Playground built on top of graphiql", "author": { "name": "WunderGraph Maintainers", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index 43fcb1eb19..dada111114 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.138.0](https://github.com/wundergraph/cosmo/compare/router@0.137.1...router@0.138.0) (2024-11-05) + +### Bug Fixes + +* playground scripts inconsistent states ([#1337](https://github.com/wundergraph/cosmo/issues/1337)) ([73309eb](https://github.com/wundergraph/cosmo/commit/73309eb1f492246f9488b192f5956da24d4ebe5f)) (@thisisnithin) + +### Features + +* context handling performance & memory improvements ([#1336](https://github.com/wundergraph/cosmo/issues/1336)) ([1aed39a](https://github.com/wundergraph/cosmo/commit/1aed39a99d604595ca4fef711a45ef0b059f77a5)) (@jensneuse) + ## [0.137.1](https://github.com/wundergraph/cosmo/compare/router@0.137.0...router@0.137.1) (2024-11-04) ### Bug Fixes diff --git a/router/package.json b/router/package.json index bf5937e1c6..581518b9cf 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.137.1", + "version": "0.138.0", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index 8e9915edb0..921567c7ee 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.94.3](https://github.com/wundergraph/cosmo/compare/studio@0.94.2...studio@0.94.3) (2024-11-05) + +### Bug Fixes + +* playground scripts inconsistent states ([#1337](https://github.com/wundergraph/cosmo/issues/1337)) ([73309eb](https://github.com/wundergraph/cosmo/commit/73309eb1f492246f9488b192f5956da24d4ebe5f)) (@thisisnithin) + ## [0.94.2](https://github.com/wundergraph/cosmo/compare/studio@0.94.1...studio@0.94.2) (2024-11-04) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index 5fd40c5b4c..9903637d8c 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.94.2", + "version": "0.94.3", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",