Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hardworker-bot committed Sep 18, 2024
1 parent 73b5d67 commit b57c141
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 4 deletions.
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.107.5](https://github.com/wundergraph/cosmo/compare/[email protected]@0.107.5) (2024-09-18)

### Bug Fixes

* delete federated graph audit in deleteNamespace ([#1187](https://github.com/wundergraph/cosmo/issues/1187)) ([db59706](https://github.com/wundergraph/cosmo/commit/db5970658e276c30277efe116984fa3ae7939ca8)) (@JivusAyrus)

## [0.107.4](https://github.com/wundergraph/cosmo/compare/[email protected]@0.107.4) (2024-09-17)

### 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.107.4",
"version": "0.107.5",
"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.22.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.22.1) (2024-09-18)

### Bug Fixes

* **collector:** dont process empty schema usage metrics ([#1191](https://github.com/wundergraph/cosmo/issues/1191)) ([73b5d67](https://github.com/wundergraph/cosmo/commit/73b5d67769875bc77303f0e5a96293b72013138e)) (@StarpTech)

# [0.22.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.22.0) (2024-08-19)

### Features
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.22.0",
"version": "0.22.1",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions playground/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.4.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2024-09-18)

### Features

* allow playground consumers to customize headers ([#1183](https://github.com/wundergraph/cosmo/issues/1183)) ([80a7755](https://github.com/wundergraph/cosmo/commit/80a77550b0e8188602bf508e54224725c04e1ef8)) (@clayne11)

## [0.3.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2024-09-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/playground",
"version": "0.3.1",
"version": "0.4.0",
"description": "Cosmo Playground built on top of graphiql",
"author": {
"name": "WunderGraph Maintainers",
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.111.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.111.0) (2024-09-18)

### Bug Fixes

* propagate schema usage info for cached query plans as well ([#1186](https://github.com/wundergraph/cosmo/issues/1186)) ([dd00099](https://github.com/wundergraph/cosmo/commit/dd00099efb682f02ceb81f086980abc0851d4e21)) (@jensneuse)

### Features

* add response header propagation ([#1155](https://github.com/wundergraph/cosmo/issues/1155)) ([67f7545](https://github.com/wundergraph/cosmo/commit/67f7545b6073ea2abbda8f4f974f88deb38e668a)) (@jensneuse)
* allow playground consumers to customize headers ([#1183](https://github.com/wundergraph/cosmo/issues/1183)) ([80a7755](https://github.com/wundergraph/cosmo/commit/80a77550b0e8188602bf508e54224725c04e1ef8)) (@clayne11)

## [0.110.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.110.2) (2024-09-17)

### Bug Fixes
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.110.2",
"version": "0.111.0",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down

0 comments on commit b57c141

Please sign in to comment.