diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9eadce69ad..988fd3a3ac 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.71.4](https://github.com/wundergraph/cosmo/compare/wgc@0.71.3...wgc@0.71.4) (2025-01-06) + +**Note:** Version bump only for package wgc + ## [0.71.3](https://github.com/wundergraph/cosmo/compare/wgc@0.71.2...wgc@0.71.3) (2024-12-18) **Note:** Version bump only for package wgc diff --git a/cli/package.json b/cli/package.json index 4afde3961c..8232d7ae5b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.71.3", + "version": "0.71.4", "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 27cc4c5fe5..218bc589d5 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.90.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.90.0...@wundergraph/cosmo-connect@0.90.1) (2025-01-06) + +### Bug Fixes + +* add regex validation to graph names and routing urls ([#1450](https://github.com/wundergraph/cosmo/issues/1450)) ([e5b1c8f](https://github.com/wundergraph/cosmo/commit/e5b1c8fb33a41fc808067bb6495a43f74b60b314)) (@JivusAyrus) + # [0.90.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.89.0...@wundergraph/cosmo-connect@0.90.0) (2024-12-17) ### Features diff --git a/connect/package.json b/connect/package.json index 24577dd91d..98df7520c2 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-connect", - "version": "0.90.0", + "version": "0.90.1", "description": "TypeScript Connect client for WunderGraph Cosmo", "scripts": { "build": "del dist && tsc" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 9f529e6204..2a1514f93b 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.118.7](https://github.com/wundergraph/cosmo/compare/controlplane@0.118.6...controlplane@0.118.7) (2025-01-06) + +### Bug Fixes + +* add regex validation to graph names and routing urls ([#1450](https://github.com/wundergraph/cosmo/issues/1450)) ([e5b1c8f](https://github.com/wundergraph/cosmo/commit/e5b1c8fb33a41fc808067bb6495a43f74b60b314)) (@JivusAyrus) + ## [0.118.6](https://github.com/wundergraph/cosmo/compare/controlplane@0.118.5...controlplane@0.118.6) (2025-01-06) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index e2f6e004b6..ef5facf82d 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.118.6", + "version": "0.118.7", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/graphqlmetrics/CHANGELOG.md b/graphqlmetrics/CHANGELOG.md index a42307545f..7225b8f5e8 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.31.1](https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.31.0...graphqlmetrics@0.31.1) (2025-01-06) + +### Bug Fixes + +* add regex validation to graph names and routing urls ([#1450](https://github.com/wundergraph/cosmo/issues/1450)) ([e5b1c8f](https://github.com/wundergraph/cosmo/commit/e5b1c8fb33a41fc808067bb6495a43f74b60b314)) (@JivusAyrus) + # [0.31.0](https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.30.3...graphqlmetrics@0.31.0) (2024-12-21) ### Features diff --git a/graphqlmetrics/package.json b/graphqlmetrics/package.json index 1398404b5e..9f267eeb65 100644 --- a/graphqlmetrics/package.json +++ b/graphqlmetrics/package.json @@ -1,6 +1,6 @@ { "name": "graphqlmetrics", - "version": "0.31.0", + "version": "0.31.1", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index f034898cac..6aa83deee9 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.159.1](https://github.com/wundergraph/cosmo/compare/router@0.159.0...router@0.159.1) (2025-01-06) + +### Bug Fixes + +* add regex validation to graph names and routing urls ([#1450](https://github.com/wundergraph/cosmo/issues/1450)) ([e5b1c8f](https://github.com/wundergraph/cosmo/commit/e5b1c8fb33a41fc808067bb6495a43f74b60b314)) (@JivusAyrus) + # [0.159.0](https://github.com/wundergraph/cosmo/compare/router@0.158.0...router@0.159.0) (2025-01-06) ### Bug Fixes diff --git a/router/package.json b/router/package.json index 114b5903e2..a0f2048f73 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.159.0", + "version": "0.159.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 6acbec731e..80548f69b6 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.33.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.33.1...@wundergraph/cosmo-shared@0.33.2) (2025-01-06) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + ## [0.33.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.33.0...@wundergraph/cosmo-shared@0.33.1) (2024-12-18) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index b871a5bb2a..f552f51464 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.33.1", + "version": "0.33.2", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module", diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index c534c1df02..859e10e8d7 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.96.4](https://github.com/wundergraph/cosmo/compare/studio@0.96.3...studio@0.96.4) (2025-01-06) + +### Bug Fixes + +* add regex validation to graph names and routing urls ([#1450](https://github.com/wundergraph/cosmo/issues/1450)) ([e5b1c8f](https://github.com/wundergraph/cosmo/commit/e5b1c8fb33a41fc808067bb6495a43f74b60b314)) (@JivusAyrus) + ## [0.96.3](https://github.com/wundergraph/cosmo/compare/studio@0.96.2...studio@0.96.3) (2024-12-20) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index 709f138e9a..eb3041d527 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.96.3", + "version": "0.96.4", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",