Skip to content

Commit 2add4f2

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- wgc@0.76.0 - @wundergraph/composition@0.38.1 - @wundergraph/cosmo-connect@0.98.1 - controlplane@0.129.2 - router@0.193.1 - @wundergraph/cosmo-shared@0.36.8 - studio@0.107.0
1 parent 0199fb5 commit 2add4f2

File tree

14 files changed

+50
-7
lines changed

14 files changed

+50
-7
lines changed

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.76.0](https://github.com/wundergraph/cosmo/compare/wgc@0.75.12...wgc@0.76.0) (2025-03-28)
8+
9+
### Features
10+
11+
* implement `--client-schema` flag ([#1729](https://github.com/wundergraph/cosmo/issues/1729)) ([4634e7e](https://github.com/wundergraph/cosmo/commit/4634e7e7bbf4998bd8a7462623c29001ed39cc3c)) (@wilsonrivera)
12+
713
## [0.75.12](https://github.com/wundergraph/cosmo/compare/wgc@0.75.11...wgc@0.75.12) (2025-03-25)
814

915
### Bug Fixes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wgc",
3-
"version": "0.75.12",
3+
"version": "0.76.0",
44
"description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo",
55
"type": "module",
66
"main": "dist/src/index.js",

composition/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.38.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.38.0...@wundergraph/composition@0.38.1) (2025-03-28)
8+
9+
### Bug Fixes
10+
11+
* authorization directive cascading ([#1733](https://github.com/wundergraph/cosmo/issues/1733)) ([0199fb5](https://github.com/wundergraph/cosmo/commit/0199fb5f88104a585b74a79638f54f1a3b812436)) (@Aenimus)
12+
713
# [0.38.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.37.3...@wundergraph/composition@0.38.0) (2025-03-25)
814

915
### Features

composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wundergraph/composition",
3-
"version": "0.38.0",
3+
"version": "0.38.1",
44
"author": {
55
"name": "WunderGraph Maintainers",
66
"email": "info@wundergraph.com"

connect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.98.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.98.0...@wundergraph/cosmo-connect@0.98.1) (2025-03-28)
8+
9+
### Bug Fixes
10+
11+
* authorization directive cascading ([#1733](https://github.com/wundergraph/cosmo/issues/1733)) ([0199fb5](https://github.com/wundergraph/cosmo/commit/0199fb5f88104a585b74a79638f54f1a3b812436)) (@Aenimus)
12+
713
# [0.98.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.97.0...@wundergraph/cosmo-connect@0.98.0) (2025-03-25)
814

915
### Features

connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wundergraph/cosmo-connect",
3-
"version": "0.98.0",
3+
"version": "0.98.1",
44
"description": "TypeScript Connect client for WunderGraph Cosmo",
55
"scripts": {
66
"build": "del dist && tsc"

controlplane/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.129.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.129.1...controlplane@0.129.2) (2025-03-28)
8+
9+
### Bug Fixes
10+
11+
* authorization directive cascading ([#1733](https://github.com/wundergraph/cosmo/issues/1733)) ([0199fb5](https://github.com/wundergraph/cosmo/commit/0199fb5f88104a585b74a79638f54f1a3b812436)) (@Aenimus)
12+
713
## [0.129.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.129.0...controlplane@0.129.1) (2025-03-25)
814

915
### Bug Fixes

controlplane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "controlplane",
3-
"version": "0.129.1",
3+
"version": "0.129.2",
44
"private": true,
55
"description": "WunderGraph Cosmo Controlplane",
66
"type": "module",

router/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.193.1](https://github.com/wundergraph/cosmo/compare/router@0.193.0...router@0.193.1) (2025-03-28)
8+
9+
### Bug Fixes
10+
11+
* authorization directive cascading ([#1733](https://github.com/wundergraph/cosmo/issues/1733)) ([0199fb5](https://github.com/wundergraph/cosmo/commit/0199fb5f88104a585b74a79638f54f1a3b812436)) (@Aenimus)
12+
713
# [0.193.0](https://github.com/wundergraph/cosmo/compare/router@0.192.3...router@0.193.0) (2025-03-26)
814

915
### Features

router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router",
3-
"version": "0.193.0",
3+
"version": "0.193.1",
44
"private": true,
55
"description": "Placeholder package to simplify versioning and releasing with lerna.",
66
"keywords": [

0 commit comments

Comments
 (0)