From ca02e39b89497725aaaccfa9e55678826401eabf Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Mon, 19 Feb 2024 22:40:42 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - wgc@0.41.1 - @wundergraph/composition@0.18.1 - @wundergraph/cosmo-connect@0.56.1 - controlplane@0.69.0 - router@0.68.1 - @wundergraph/cosmo-shared@0.20.9 - studio@0.66.0 --- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- composition/CHANGELOG.md | 4 ++++ composition/package.json | 2 +- connect/CHANGELOG.md | 6 ++++++ connect/package.json | 2 +- controlplane/CHANGELOG.md | 11 +++++++++++ controlplane/package.json | 2 +- router/CHANGELOG.md | 7 +++++++ router/package.json | 2 +- shared/CHANGELOG.md | 4 ++++ shared/package.json | 2 +- studio/CHANGELOG.md | 11 +++++++++++ studio/package.json | 2 +- 14 files changed, 56 insertions(+), 7 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c064a5daea..b7a8c510f1 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.41.1](https://github.com/wundergraph/cosmo/compare/wgc@0.41.0...wgc@0.41.1) (2024-02-19) + +### Bug Fixes + +* don't expose token on wgc list command ([#550](https://github.com/wundergraph/cosmo/issues/550)) ([357ffae](https://github.com/wundergraph/cosmo/commit/357ffae4362c3c37dc955d40363da40cd985bf3f)) (@StarpTech) + # [0.41.0](https://github.com/wundergraph/cosmo/compare/wgc@0.40.6...wgc@0.41.0) (2024-02-16) ### Features diff --git a/cli/package.json b/cli/package.json index 452deb934d..cea648b745 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.41.0", + "version": "0.41.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 d934009aa8..5ab192c7ac 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.18.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.18.0...@wundergraph/composition@0.18.1) (2024-02-19) + +**Note:** Version bump only for package @wundergraph/composition + # [0.18.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.17.1...@wundergraph/composition@0.18.0) (2024-02-05) ### Features diff --git a/composition/package.json b/composition/package.json index 8de4aece91..74a0866a52 100644 --- a/composition/package.json +++ b/composition/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/composition", - "version": "0.18.0", + "version": "0.18.1", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/connect/CHANGELOG.md b/connect/CHANGELOG.md index 9ec911f5b7..89a6583e36 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.56.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.56.0...@wundergraph/cosmo-connect@0.56.1) (2024-02-19) + +### Bug Fixes + +* don't expose token on wgc list command ([#550](https://github.com/wundergraph/cosmo/issues/550)) ([357ffae](https://github.com/wundergraph/cosmo/commit/357ffae4362c3c37dc955d40363da40cd985bf3f)) (@StarpTech) + # [0.56.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.55.1...@wundergraph/cosmo-connect@0.56.0) (2024-02-16) ### Features diff --git a/connect/package.json b/connect/package.json index af48b359db..b1c3ca795e 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-connect", - "version": "0.56.0", + "version": "0.56.1", "description": "TypeScript Connect client for WunderGraph Cosmo", "scripts": { "build": "del dist && tsc" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index d3238a23b6..0c74c37b4b 100644 --- a/controlplane/CHANGELOG.md +++ b/controlplane/CHANGELOG.md @@ -4,6 +4,17 @@ 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.69.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.68.2...controlplane@0.69.0) (2024-02-19) + +### Bug Fixes + +* don't expose token on wgc list command ([#550](https://github.com/wundergraph/cosmo/issues/550)) ([357ffae](https://github.com/wundergraph/cosmo/commit/357ffae4362c3c37dc955d40363da40cd985bf3f)) (@StarpTech) +* send only summary for large slack notifications ([#556](https://github.com/wundergraph/cosmo/issues/556)) ([732dbc5](https://github.com/wundergraph/cosmo/commit/732dbc5cdf99c5ab742cf7dcf8339b516956bfdd)) (@thisisnithin) + +### Features + +* upgrade to latest gpt3.5 model ([#549](https://github.com/wundergraph/cosmo/issues/549)) ([3a44d02](https://github.com/wundergraph/cosmo/commit/3a44d022cd781fcd3435ac9f1d062597e51a2274)) (@StarpTech) + ## [0.68.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.68.1...controlplane@0.68.2) (2024-02-18) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 9f2317ae5f..20ba6ef095 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.68.2", + "version": "0.69.0", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index d126d6054b..3f9e8b0cf2 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.68.1](https://github.com/wundergraph/cosmo/compare/router@0.68.0...router@0.68.1) (2024-02-19) + +### Bug Fixes + +* listen port in config ([#553](https://github.com/wundergraph/cosmo/issues/553)) ([e0345bc](https://github.com/wundergraph/cosmo/commit/e0345bc02eafd96f553760e58510415c9c4fb654)) (@thisisnithin) +* router listen address default port ([#551](https://github.com/wundergraph/cosmo/issues/551)) ([8315997](https://github.com/wundergraph/cosmo/commit/8315997a48b1c5622f5017aef5b26a772f8cebcf)) (@thisisnithin) + # [0.68.0](https://github.com/wundergraph/cosmo/compare/router@0.67.0...router@0.68.0) (2024-02-18) ### Features diff --git a/router/package.json b/router/package.json index 5463dda817..943078d63a 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.68.0", + "version": "0.68.1", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index 785ac0538e..2142ec6146 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.9](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.20.8...@wundergraph/cosmo-shared@0.20.9) (2024-02-19) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + ## [0.20.8](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.20.7...@wundergraph/cosmo-shared@0.20.8) (2024-02-16) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index 3d7b3f48f3..0fd5853015 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.20.8", + "version": "0.20.9", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module", diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index 6748385bdc..739c06bf68 100644 --- a/studio/CHANGELOG.md +++ b/studio/CHANGELOG.md @@ -4,6 +4,17 @@ 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.66.0](https://github.com/wundergraph/cosmo/compare/studio@0.65.0...studio@0.66.0) (2024-02-19) + +### Bug Fixes + +* don't expose token on wgc list command ([#550](https://github.com/wundergraph/cosmo/issues/550)) ([357ffae](https://github.com/wundergraph/cosmo/commit/357ffae4362c3c37dc955d40363da40cd985bf3f)) (@StarpTech) +* improve navigation ([#554](https://github.com/wundergraph/cosmo/issues/554)) ([c56ce3c](https://github.com/wundergraph/cosmo/commit/c56ce3cfa213a2952bfac7f3740341352ec48d67)) (@thisisnithin) + +### Features + +* generate variables when we copy a persisted operation ([#552](https://github.com/wundergraph/cosmo/issues/552)) ([44a8c7b](https://github.com/wundergraph/cosmo/commit/44a8c7bb588f8287987233537607370c896615a6)) (@thisisnithin) + # [0.65.0](https://github.com/wundergraph/cosmo/compare/studio@0.64.3...studio@0.65.0) (2024-02-16) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index cd0968d1ce..929afe2ef4 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.65.0", + "version": "0.66.0", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",