Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - wgc@0.34.2
 - controlplane@0.44.0
 - graphqlmetrics@0.7.0
 - router@0.44.0
  • Loading branch information
hardworker-bot committed Dec 9, 2023
1 parent be57291 commit a393f88
Show file tree
Hide file tree
Showing 8 changed files with 31 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.34.2](https://github.com/wundergraph/cosmo/compare/wgc@0.34.1...wgc@0.34.2) (2023-12-09)

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

## [0.34.1](https://github.com/wundergraph/cosmo/compare/wgc@0.34.0...wgc@0.34.1) (2023-12-05)

### 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.34.1",
"version": "0.34.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 controlplane/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.44.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.43.0...controlplane@0.44.0) (2023-12-09)

### Features

* extend graphqlmetrics chart ([#344](https://github.com/wundergraph/cosmo/issues/344)) ([bad337d](https://github.com/wundergraph/cosmo/commit/bad337d0f1fafab5772910b5cce97cab03992c38)) (@StarpTech)

# [0.43.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.42.0...controlplane@0.43.0) (2023-12-04)

### Bug Fixes
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.43.0",
"version": "0.44.0",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions graphqlmetrics/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.7.0](https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.6.1...graphqlmetrics@0.7.0) (2023-12-09)

### Features

* extend graphqlmetrics chart ([#344](https://github.com/wundergraph/cosmo/issues/344)) ([bad337d](https://github.com/wundergraph/cosmo/commit/bad337d0f1fafab5772910b5cce97cab03992c38)) (@StarpTech)

## [0.6.1](https://github.com/wundergraph/cosmo/compare/graphqlmetrics@0.6.0...graphqlmetrics@0.6.1) (2023-11-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion graphqlmetrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphqlmetrics",
"version": "0.6.1",
"version": "0.7.0",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.44.0](https://github.com/wundergraph/cosmo/compare/router@0.43.3...router@0.44.0) (2023-12-09)

### Bug Fixes

* provide more specific error messages when operation planning fails ([#349](https://github.com/wundergraph/cosmo/issues/349)) ([4baa54c](https://github.com/wundergraph/cosmo/commit/4baa54c61b30a418689b1d0dfa668177df08f514)) (@fiam)
* race condition due to premature buffer reuse ([#350](https://github.com/wundergraph/cosmo/issues/350)) ([9ee2b43](https://github.com/wundergraph/cosmo/commit/9ee2b43b45b6a44e2deef01871d6a70e278af405)) (@fiam)

### Features

* add ability to pass a custom health checker ([#346](https://github.com/wundergraph/cosmo/issues/346)) ([29718a1](https://github.com/wundergraph/cosmo/commit/29718a1f75edd54af4b6cd43b5750f0222d031e4)) (@clayne11)

## [0.43.3](https://github.com/wundergraph/cosmo/compare/router@0.43.2...router@0.43.3) (2023-12-05)

**Note:** Version bump only for package router
Expand Down
2 changes: 1 addition & 1 deletion router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "router",
"version": "0.43.3",
"version": "0.44.0",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down

0 comments on commit a393f88

Please sign in to comment.