diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 467aefd16..4afc2cf8c 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.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 + ## [0.70.3](https://github.com/wundergraph/cosmo/compare/wgc@0.70.2...wgc@0.70.3) (2024-11-18) **Note:** Version bump only for package wgc diff --git a/cli/package.json b/cli/package.json index 53061828d..f53376d86 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.70.3", + "version": "0.70.4", "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 c135ca0a4..455e5231d 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.32.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.31.1...@wundergraph/composition@0.32.0) (2024-11-21) + +### Features + +* add validation for V2 [@external](https://github.com/external) directive ([#1392](https://github.com/wundergraph/cosmo/issues/1392)) ([d2a8f73](https://github.com/wundergraph/cosmo/commit/d2a8f73e1c47b62a435ddacc3ceffd7d7abd7b9f)) (@Aenimus) + ## [0.31.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.31.0...@wundergraph/composition@0.31.1) (2024-11-14) ### Bug Fixes diff --git a/composition/package.json b/composition/package.json index f10fd19c6..c8093998b 100644 --- a/composition/package.json +++ b/composition/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/composition", - "version": "0.31.1", + "version": "0.32.0", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 12230d967..ee3b77ad8 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.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.116.0...controlplane@0.117.0) (2024-11-21) + +### Features + +* add validation for V2 [@external](https://github.com/external) directive ([#1392](https://github.com/wundergraph/cosmo/issues/1392)) ([d2a8f73](https://github.com/wundergraph/cosmo/commit/d2a8f73e1c47b62a435ddacc3ceffd7d7abd7b9f)) (@Aenimus) + # [0.116.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.115.2...controlplane@0.116.0) (2024-11-18) ### Features diff --git a/controlplane/package.json b/controlplane/package.json index a7a251faa..f5a4c3610 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.116.0", + "version": "0.117.0", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index 665d66967..1c1da78a5 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.144.0](https://github.com/wundergraph/cosmo/compare/router@0.143.3...router@0.144.0) (2024-11-21) + +### Features + +* **router:** add ability to set auth scopes in custom module ([#1390](https://github.com/wundergraph/cosmo/issues/1390)) ([251f1d5](https://github.com/wundergraph/cosmo/commit/251f1d506b0fdc939c456daf247742775f0e12ce)) (@df-wg) + ## [0.143.3](https://github.com/wundergraph/cosmo/compare/router@0.143.2...router@0.143.3) (2024-11-19) ### Bug Fixes diff --git a/router/package.json b/router/package.json index 1d8366f94..b57b452d4 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.143.3", + "version": "0.144.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 48b71f0de..1faf01978 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.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 + ## [0.32.5](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.32.4...@wundergraph/cosmo-shared@0.32.5) (2024-11-18) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index 1221f44c1..f041cfbe3 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.32.5", + "version": "0.32.6", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module", diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index aeed46154..96f771be9 100644 --- a/studio/CHANGELOG.md +++ b/studio/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.95.1](https://github.com/wundergraph/cosmo/compare/studio@0.95.0...studio@0.95.1) (2024-11-21) + +### Bug Fixes + +* pagination ui of operations ([#1389](https://github.com/wundergraph/cosmo/issues/1389)) ([7ca20fb](https://github.com/wundergraph/cosmo/commit/7ca20fba7f0c5c988dacc45702f408565729b1f1)) (@JivusAyrus) +* text overflow of composition errors and warnings ([#1391](https://github.com/wundergraph/cosmo/issues/1391)) ([6d8e36c](https://github.com/wundergraph/cosmo/commit/6d8e36c0c01255a88973eb476536b31ceae0ec35)) (@JivusAyrus) + # [0.95.0](https://github.com/wundergraph/cosmo/compare/studio@0.94.3...studio@0.95.0) (2024-11-18) ### Features diff --git a/studio/package.json b/studio/package.json index 832fb95fa..fab3ffd1b 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.95.0", + "version": "0.95.1", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",