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 Nov 12, 2024
1 parent a123088 commit 5c3f61e
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 4 deletions.
4 changes: 4 additions & 0 deletions aws-lambda-router/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.37.3](https://github.com/wundergraph/cosmo/compare/[email protected]@0.37.3) (2024-11-12)

**Note:** Version bump only for package aws-lambda-router

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

### Bug Fixes
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.37.2",
"version": "0.37.3",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions cli/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.70.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.70.0) (2024-11-12)

### Features

* display warning in wgc router compose command ([#1360](https://github.com/wundergraph/cosmo/issues/1360)) ([5abe634](https://github.com/wundergraph/cosmo/commit/5abe6340906cfd40cc9f5756410a5584695afb6c)) (@JivusAyrus)

## [0.69.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.69.2) (2024-11-07)

**Note:** Version bump only for package wgc
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.69.2",
"version": "0.70.0",
"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 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.29.4](https://github.com/wundergraph/cosmo/compare/[email protected]@0.29.4) (2024-11-12)

### Performance Improvements

* **graphqlmetrics:** reduce allocated memory ([#1356](https://github.com/wundergraph/cosmo/issues/1356)) ([ff4874b](https://github.com/wundergraph/cosmo/commit/ff4874b3346b0398f46c96b0244989ace7b2c1ba)) (@Noroth)

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

**Note:** Version bump only for package graphqlmetrics
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.29.3",
"version": "0.29.4",
"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.141.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.141.0) (2024-11-12)

### Bug Fixes

* enable redis url injection via env var, allow apq from diff clients ([#1361](https://github.com/wundergraph/cosmo/issues/1361)) ([a123088](https://github.com/wundergraph/cosmo/commit/a1230886626b9412422fcfd8dca70be330488c68)) (@df-wg)

### Features

* **router:** allow exclusion of OTLP metrics via configuration ([#1359](https://github.com/wundergraph/cosmo/issues/1359)) ([31a583e](https://github.com/wundergraph/cosmo/commit/31a583e009cb2ea748f77b0d3e3240f9073291aa)) (@Noroth)
* **router:** allow users to have multiple wildcards cores allow_origins ([#1358](https://github.com/wundergraph/cosmo/issues/1358)) ([8735f50](https://github.com/wundergraph/cosmo/commit/8735f50620c06a61540f4b94b191a2db0a2fac9b)) (@df-wg)

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

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

0 comments on commit 5c3f61e

Please sign in to comment.