From 139204a8d6553596cf0f434df98c8ce1599b7222 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Wed, 3 Jul 2024 14:24:33 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - cdn@0.9.0 - @wundergraph/cosmo-cdn@0.6.0 - wgc@0.58.0 - @wundergraph/composition@0.27.0 - @wundergraph/cosmo-connect@0.76.0 - controlplane@0.92.0 - graphqlmetrics@0.20.0 - otelcollector@0.16.0 - router@0.95.0 - @wundergraph/cosmo-shared@0.30.0 - studio@0.79.0 --- cdn-server/CHANGELOG.md | 6 ++++++ cdn-server/cdn/CHANGELOG.md | 6 ++++++ cdn-server/cdn/package.json | 2 +- cdn-server/package.json | 2 +- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- composition/CHANGELOG.md | 6 ++++++ composition/package.json | 2 +- connect/CHANGELOG.md | 6 ++++++ connect/package.json | 2 +- controlplane/CHANGELOG.md | 6 ++++++ controlplane/package.json | 2 +- graphqlmetrics/CHANGELOG.md | 6 ++++++ graphqlmetrics/package.json | 2 +- otelcollector/CHANGELOG.md | 6 ++++++ otelcollector/package.json | 2 +- router/CHANGELOG.md | 6 ++++++ router/package.json | 2 +- shared/CHANGELOG.md | 6 ++++++ shared/package.json | 2 +- studio/CHANGELOG.md | 6 ++++++ studio/package.json | 2 +- 22 files changed, 77 insertions(+), 11 deletions(-) diff --git a/cdn-server/CHANGELOG.md b/cdn-server/CHANGELOG.md index e4c88044a6..c84c198834 100644 --- a/cdn-server/CHANGELOG.md +++ b/cdn-server/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.9.0](https://github.com/wundergraph/cosmo/compare/cdn@0.8.2...cdn@0.9.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.8.2](https://github.com/wundergraph/cosmo/compare/cdn@0.8.1...cdn@0.8.2) (2024-04-23) ### Bug Fixes diff --git a/cdn-server/cdn/CHANGELOG.md b/cdn-server/cdn/CHANGELOG.md index d4b92625c5..189ec5794c 100644 --- a/cdn-server/cdn/CHANGELOG.md +++ b/cdn-server/cdn/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.6.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-cdn@0.5.3...@wundergraph/cosmo-cdn@0.6.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.5.3](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-cdn@0.5.2...@wundergraph/cosmo-cdn@0.5.3) (2024-04-23) ### Bug Fixes diff --git a/cdn-server/cdn/package.json b/cdn-server/cdn/package.json index 6229877a11..bf6bafbe18 100644 --- a/cdn-server/cdn/package.json +++ b/cdn-server/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-cdn", - "version": "0.5.3", + "version": "0.6.0", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/cdn-server/package.json b/cdn-server/package.json index 044da026a4..2bdd2de084 100644 --- a/cdn-server/package.json +++ b/cdn-server/package.json @@ -1,6 +1,6 @@ { "name": "cdn", - "version": "0.8.2", + "version": "0.9.0", "private": true, "author": { "name": "WunderGraph Maintainers", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index e3785fbff2..70aaa1423e 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.58.0](https://github.com/wundergraph/cosmo/compare/wgc@0.57.7...wgc@0.58.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.57.7](https://github.com/wundergraph/cosmo/compare/wgc@0.57.6...wgc@0.57.7) (2024-06-25) **Note:** Version bump only for package wgc diff --git a/cli/package.json b/cli/package.json index 48c0be7ff4..8d80dd0782 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.57.7", + "version": "0.58.0", "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 c0dd68309d..a969ab7b2c 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.27.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.26.2...@wundergraph/composition@0.27.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.26.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.26.1...@wundergraph/composition@0.26.2) (2024-06-20) ### Bug Fixes diff --git a/composition/package.json b/composition/package.json index 84353293c6..019c05141e 100644 --- a/composition/package.json +++ b/composition/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/composition", - "version": "0.26.2", + "version": "0.27.0", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/connect/CHANGELOG.md b/connect/CHANGELOG.md index 27cce12f61..8e18b1af9c 100644 --- a/connect/CHANGELOG.md +++ b/connect/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.76.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.75.2...@wundergraph/cosmo-connect@0.76.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.75.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.75.1...@wundergraph/cosmo-connect@0.75.2) (2024-06-25) ### Bug Fixes diff --git a/connect/package.json b/connect/package.json index 9867944a62..3ec753969c 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-connect", - "version": "0.75.2", + "version": "0.76.0", "description": "TypeScript Connect client for WunderGraph Cosmo", "scripts": { "build": "del dist && tsc" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index ed488255b7..9bc5ac21eb 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.92.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.91.5...controlplane@0.92.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.91.5](https://github.com/wundergraph/cosmo/compare/controlplane@0.91.4...controlplane@0.91.5) (2024-07-02) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 864bfa296e..497c238861 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.91.5", + "version": "0.92.0", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/graphqlmetrics/CHANGELOG.md b/graphqlmetrics/CHANGELOG.md index 4b03e962ed..1e621e0ed2 100644 --- a/graphqlmetrics/CHANGELOG.md +++ b/graphqlmetrics/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.0](https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.19.0...graphqlmetrics@0.20.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + # [0.19.0](https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.18.0...graphqlmetrics@0.19.0) (2024-06-26) ### Features diff --git a/graphqlmetrics/package.json b/graphqlmetrics/package.json index c4c75ba567..ec084bcbb6 100644 --- a/graphqlmetrics/package.json +++ b/graphqlmetrics/package.json @@ -1,6 +1,6 @@ { "name": "graphqlmetrics", - "version": "0.19.0", + "version": "0.20.0", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/otelcollector/CHANGELOG.md b/otelcollector/CHANGELOG.md index 336b907e57..e01f419dd1 100644 --- a/otelcollector/CHANGELOG.md +++ b/otelcollector/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.16.0](https://github.com/wundergraph/cosmo/compare/otelcollector@0.15.0...otelcollector@0.16.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + # [0.15.0](https://github.com/wundergraph/cosmo/compare/otelcollector@0.14.1...otelcollector@0.15.0) (2024-06-06) ### Features diff --git a/otelcollector/package.json b/otelcollector/package.json index 159ef6ebe6..99d97bd8ea 100644 --- a/otelcollector/package.json +++ b/otelcollector/package.json @@ -1,6 +1,6 @@ { "name": "otelcollector", - "version": "0.15.0", + "version": "0.16.0", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index fccf1b1c02..434d9cb59c 100644 --- a/router/CHANGELOG.md +++ b/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.95.0](https://github.com/wundergraph/cosmo/compare/router@0.94.3...router@0.95.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.94.3](https://github.com/wundergraph/cosmo/compare/router@0.94.2...router@0.94.3) (2024-07-01) ### Bug Fixes diff --git a/router/package.json b/router/package.json index 0a9d13d2ea..73aa28026b 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.94.3", + "version": "0.95.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 9c0d00896a..a5091a7828 100644 --- a/shared/CHANGELOG.md +++ b/shared/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.30.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.29.11...@wundergraph/cosmo-shared@0.30.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.29.11](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.29.10...@wundergraph/cosmo-shared@0.29.11) (2024-06-25) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index dad757e09f..8eccff371d 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.29.11", + "version": "0.30.0", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module", diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index d98cdfeacb..8291079cef 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.79.0](https://github.com/wundergraph/cosmo/compare/studio@0.78.2...studio@0.79.0) (2024-07-03) + +### Features + +* feature flags ([#853](https://github.com/wundergraph/cosmo/issues/853)) ([5461bb5](https://github.com/wundergraph/cosmo/commit/5461bb5a529decd51a1b22be0a5301936b8ad392)) (@JivusAyrus) + ## [0.78.2](https://github.com/wundergraph/cosmo/compare/studio@0.78.1...studio@0.78.2) (2024-06-25) **Note:** Version bump only for package studio diff --git a/studio/package.json b/studio/package.json index 2a6af5be53..5dc238346f 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.78.2", + "version": "0.79.0", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",