Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - wgc@0.43.2
 - @wundergraph/composition@0.18.3
 - controlplane@0.71.2
 - @wundergraph/cosmo-shared@0.20.13
  • Loading branch information
hardworker-bot committed Feb 23, 2024
1 parent af76e4a commit a33b408
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 4 deletions.
4 changes: 4 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.43.2](https://github.com/wundergraph/cosmo/compare/wgc@0.43.1...wgc@0.43.2) (2024-02-23)

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

## [0.43.1](https://github.com/wundergraph/cosmo/compare/wgc@0.43.0...wgc@0.43.1) (2024-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wgc",
"version": "0.43.1",
"version": "0.43.2",
"description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions composition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.3](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.18.2...@wundergraph/composition@0.18.3) (2024-02-23)

### Bug Fixes

* validate schema definition/extension directives only... ([#571](https://github.com/wundergraph/cosmo/issues/571)) ([af76e4a](https://github.com/wundergraph/cosmo/commit/af76e4aaba98f8acab9d071edaaefdac105abe30)) (@Aenimus)

## [0.18.2](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.18.1...@wundergraph/composition@0.18.2) (2024-02-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion composition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/composition",
"version": "0.18.2",
"version": "0.18.3",
"author": {
"name": "WunderGraph Maintainers",
"email": "info@wundergraph.com"
Expand Down
4 changes: 4 additions & 0 deletions controlplane/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.71.1...controlplane@0.71.2) (2024-02-23)

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

## [0.71.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.71.0...controlplane@0.71.1) (2024-02-20)

**Note:** Version bump only for package controlplane
Expand Down
2 changes: 1 addition & 1 deletion controlplane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "controlplane",
"version": "0.71.1",
"version": "0.71.2",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.13](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.20.12...@wundergraph/cosmo-shared@0.20.13) (2024-02-23)

**Note:** Version bump only for package @wundergraph/cosmo-shared

## [0.20.12](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.20.11...@wundergraph/cosmo-shared@0.20.12) (2024-02-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/cosmo-shared",
"version": "0.20.12",
"version": "0.20.13",
"description": "Shared code between WunderGraph Cosmo packages",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit a33b408

Please sign in to comment.