diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 4afc2cf8c..1002348cf 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.70.5](https://github.com/wundergraph/cosmo/compare/wgc@0.70.4...wgc@0.70.5) (2024-11-27) + +**Note:** Version bump only for package wgc + ## [0.70.4](https://github.com/wundergraph/cosmo/compare/wgc@0.70.3...wgc@0.70.4) (2024-11-21) **Note:** Version bump only for package wgc diff --git a/cli/package.json b/cli/package.json index f53376d86..5434e767c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.70.4", + "version": "0.70.5", "description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo", "type": "module", "main": "dist/index.js", diff --git a/connect/CHANGELOG.md b/connect/CHANGELOG.md index 77711b554..f348979ab 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.88.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.88.0...@wundergraph/cosmo-connect@0.88.1) (2024-11-27) + +### Bug Fixes + +* error ordering for traces ([#1398](https://github.com/wundergraph/cosmo/issues/1398)) ([444fb8d](https://github.com/wundergraph/cosmo/commit/444fb8dbc79a076c1a12c2a2ba813b91a19fc79d)) (@thisisnithin) + # [0.88.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.87.0...@wundergraph/cosmo-connect@0.88.0) (2024-11-18) ### Features diff --git a/connect/package.json b/connect/package.json index dc412a603..fb9fdd170 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-connect", - "version": "0.88.0", + "version": "0.88.1", "description": "TypeScript Connect client for WunderGraph Cosmo", "scripts": { "build": "del dist && tsc" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 048f8bb06..fbdb09e94 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.117.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.117.1...controlplane@0.117.2) (2024-11-27) + +### Bug Fixes + +* error ordering for traces ([#1398](https://github.com/wundergraph/cosmo/issues/1398)) ([444fb8d](https://github.com/wundergraph/cosmo/commit/444fb8dbc79a076c1a12c2a2ba813b91a19fc79d)) (@thisisnithin) + ## [0.117.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.117.0...controlplane@0.117.1) (2024-11-22) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 8c893b9ac..e0dfa5d6d 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.117.1", + "version": "0.117.2", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index 50a5fe295..7c6a6f45d 100644 --- a/router/CHANGELOG.md +++ b/router/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.145.0](https://github.com/wundergraph/cosmo/compare/router@0.144.1...router@0.145.0) (2024-11-27) + +### Bug Fixes + +* ensure that apq alone (without persistent operations enabled) works ([#1402](https://github.com/wundergraph/cosmo/issues/1402)) ([0681d60](https://github.com/wundergraph/cosmo/commit/0681d60a5f89826813963c848773c42b4e998121)) (@df-wg) +* move runtime metric store to graph server ([#1400](https://github.com/wundergraph/cosmo/issues/1400)) ([1e00f4b](https://github.com/wundergraph/cosmo/commit/1e00f4b55fb5c7d624010a6e672aba7dad317c68)) (@StarpTech) + +### Features + +* **router:** allow operation name propagation ([#1394](https://github.com/wundergraph/cosmo/issues/1394)) ([7aa6a20](https://github.com/wundergraph/cosmo/commit/7aa6a20a4008507d6a344830663a789531947f44)) (@Noroth) + ## [0.144.1](https://github.com/wundergraph/cosmo/compare/router@0.144.0...router@0.144.1) (2024-11-24) ### Bug Fixes diff --git a/router/package.json b/router/package.json index 2b6deaf02..06a2aec2f 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.144.1", + "version": "0.145.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 1faf01978..a54eebe39 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.32.7](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.32.6...@wundergraph/cosmo-shared@0.32.7) (2024-11-27) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + ## [0.32.6](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.32.5...@wundergraph/cosmo-shared@0.32.6) (2024-11-21) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index f041cfbe3..2bb8cede5 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.32.6", + "version": "0.32.7", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module", diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index 9ba35348b..feb5f0012 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.95.3](https://github.com/wundergraph/cosmo/compare/studio@0.95.2...studio@0.95.3) (2024-11-27) + +### Bug Fixes + +* error ordering for traces ([#1398](https://github.com/wundergraph/cosmo/issues/1398)) ([444fb8d](https://github.com/wundergraph/cosmo/commit/444fb8dbc79a076c1a12c2a2ba813b91a19fc79d)) (@thisisnithin) + ## [0.95.2](https://github.com/wundergraph/cosmo/compare/studio@0.95.1...studio@0.95.2) (2024-11-22) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index eab94eb36..c7050ccd5 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.95.2", + "version": "0.95.3", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",