Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - aws-lambda-router@0.22.0
 - cdn@0.10.2
 - wgc@0.64.1
 - @wundergraph/composition@0.28.5
 - controlplane@0.107.1
 - router@0.110.0
 - @wundergraph/cosmo-shared@0.31.9
  • Loading branch information
hardworker-bot committed Sep 12, 2024
1 parent 2700061 commit 13dbfac
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 7 deletions.
6 changes: 6 additions & 0 deletions aws-lambda-router/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.0](https://github.com/wundergraph/cosmo/compare/aws-lambda-router@0.21.5...aws-lambda-router@0.22.0) (2024-09-12)

### Features

* subgraph error propagation improvements ([#1164](https://github.com/wundergraph/cosmo/issues/1164)) ([2700061](https://github.com/wundergraph/cosmo/commit/27000616aa96de67a33e90fbddfcd851d815f2ab)) (@StarpTech)

## [0.21.5](https://github.com/wundergraph/cosmo/compare/aws-lambda-router@0.21.4...aws-lambda-router@0.21.5) (2024-09-09)

**Note:** Version bump only for package aws-lambda-router
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lambda-router",
"version": "0.21.5",
"version": "0.22.0",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions cdn-server/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.10.2](https://github.com/wundergraph/cosmo/compare/cdn@0.10.1...cdn@0.10.2) (2024-09-12)

### Bug Fixes

* missing env vars in the docker-compose ([#1162](https://github.com/wundergraph/cosmo/issues/1162)) ([c595a94](https://github.com/wundergraph/cosmo/commit/c595a940e49a2569f50e2d107b8081387fe81d90)) (@AndreasZeissner)

## [0.10.1](https://github.com/wundergraph/cosmo/compare/cdn@0.10.0...cdn@0.10.1) (2024-09-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion cdn-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn",
"version": "0.10.1",
"version": "0.10.2",
"private": true,
"author": {
"name": "WunderGraph Maintainers",
Expand Down
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.64.1](https://github.com/wundergraph/cosmo/compare/wgc@0.64.0...wgc@0.64.1) (2024-09-12)

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

# [0.64.0](https://github.com/wundergraph/cosmo/compare/wgc@0.63.1...wgc@0.64.0) (2024-09-09)

### Features
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.64.0",
"version": "0.64.1",
"description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo",
"type": "module",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions composition/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.28.5](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.28.4...@wundergraph/composition@0.28.5) (2024-09-12)

**Note:** Version bump only for package @wundergraph/composition

## [0.28.4](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.28.3...@wundergraph/composition@0.28.4) (2024-08-28)

### 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.28.4",
"version": "0.28.5",
"author": {
"name": "WunderGraph Maintainers",
"email": "info@wundergraph.com"
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.107.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.107.0...controlplane@0.107.1) (2024-09-12)

### Bug Fixes

* missing env vars in the docker-compose ([#1162](https://github.com/wundergraph/cosmo/issues/1162)) ([c595a94](https://github.com/wundergraph/cosmo/commit/c595a940e49a2569f50e2d107b8081387fe81d90)) (@AndreasZeissner)

# [0.107.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.106.0...controlplane@0.107.0) (2024-09-09)

### Features
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.0",
"version": "0.107.1",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.110.0](https://github.com/wundergraph/cosmo/compare/router@0.109.1...router@0.110.0) (2024-09-12)

### Features

* add max query depth ([#1153](https://github.com/wundergraph/cosmo/issues/1153)) ([5475a96](https://github.com/wundergraph/cosmo/commit/5475a961af7e772d9e9a5563cf8f20657ce68c30)) (@df-wg)
* make the maximum recycleable parser cache size configurable ([#1157](https://github.com/wundergraph/cosmo/issues/1157)) ([2b051bd](https://github.com/wundergraph/cosmo/commit/2b051bd3edbc2f8889fd6fd69b73d47798faab48)) (@jfroundjian)
* subgraph error propagation improvements ([#1164](https://github.com/wundergraph/cosmo/issues/1164)) ([2700061](https://github.com/wundergraph/cosmo/commit/27000616aa96de67a33e90fbddfcd851d815f2ab)) (@StarpTech)

## [0.109.1](https://github.com/wundergraph/cosmo/compare/router@0.109.0...router@0.109.1) (2024-09-09)

### 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.109.1",
"version": "0.110.0",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
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.31.9](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.31.8...@wundergraph/cosmo-shared@0.31.9) (2024-09-12)

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

## [0.31.8](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.31.7...@wundergraph/cosmo-shared@0.31.8) (2024-09-05)

**Note:** Version bump only for package @wundergraph/cosmo-shared
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.31.8",
"version": "0.31.9",
"description": "Shared code between WunderGraph Cosmo packages",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit 13dbfac

Please sign in to comment.