Skip to content

Commit 286a881

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- [email protected] - @wundergraph/[email protected] - [email protected] - @wundergraph/[email protected]
1 parent d453eab commit 286a881

File tree

8 files changed

+22
-4
lines changed

8 files changed

+22
-4
lines changed

cli/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.71.3](https://github.com/wundergraph/cosmo/compare/[email protected]@0.71.3) (2024-12-18)
8+
9+
**Note:** Version bump only for package wgc
10+
711
## [0.71.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.71.2) (2024-12-17)
812

913
**Note:** Version bump only for package wgc

cli/package.json

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

composition/CHANGELOG.md

+6
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.33.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2024-12-18)
8+
9+
### Bug Fixes
10+
11+
* edfs__NatsStreamConfiguration validation ([#1456](https://github.com/wundergraph/cosmo/issues/1456)) ([d453eab](https://github.com/wundergraph/cosmo/commit/d453eab5c72dedcb4d9d1c3f5adb11865f7017af)) (@alepane21)
12+
713
# [0.33.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2024-12-17)
814

915
### Features

composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wundergraph/composition",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"author": {
55
"name": "WunderGraph Maintainers",
66
"email": "[email protected]"

controlplane/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.118.3](https://github.com/wundergraph/cosmo/compare/[email protected]@0.118.3) (2024-12-18)
8+
9+
**Note:** Version bump only for package controlplane
10+
711
## [0.118.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.118.2) (2024-12-17)
812

913
**Note:** Version bump only for package controlplane

controlplane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "controlplane",
3-
"version": "0.118.2",
3+
"version": "0.118.3",
44
"private": true,
55
"description": "WunderGraph Cosmo Controlplane",
66
"type": "module",

shared/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.33.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2024-12-18)
8+
9+
**Note:** Version bump only for package @wundergraph/cosmo-shared
10+
711
# [0.33.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2024-12-17)
812

913
### Features

shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wundergraph/cosmo-shared",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "Shared code between WunderGraph Cosmo packages",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)