Skip to content

Commit 4a72ded

Browse files
author
hardworker-bot
committed
1 parent d8853ad commit 4a72ded

File tree

10 files changed

+33
-5
lines changed

10 files changed

+33
-5
lines changed

aws-lambda-router/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.38.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.38.0) (2024-12-21)
8+
9+
### Features
10+
11+
* upgrade go to 1.23 ([#1473](https://github.com/wundergraph/cosmo/issues/1473)) ([4c29d2d](https://github.com/wundergraph/cosmo/commit/4c29d2d358c2b716a33e35505b080b9be2e1fce3)) (@StarpTech)
12+
713
## [0.37.7](https://github.com/wundergraph/cosmo/compare/[email protected]@0.37.7) (2024-12-18)
814

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

aws-lambda-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-router",
3-
"version": "0.37.7",
3+
"version": "0.38.0",
44
"private": true,
55
"description": "Placeholder package to simplify versioning and releasing with lerna.",
66
"keywords": [

controlplane/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.118.4](https://github.com/wundergraph/cosmo/compare/[email protected]@0.118.4) (2024-12-21)
8+
9+
**Note:** Version bump only for package controlplane
10+
711
## [0.118.3](https://github.com/wundergraph/cosmo/compare/[email protected]@0.118.3) (2024-12-18)
812

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

controlplane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "controlplane",
3-
"version": "0.118.3",
3+
"version": "0.118.4",
44
"private": true,
55
"description": "WunderGraph Cosmo Controlplane",
66
"type": "module",

graphqlmetrics/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.31.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.31.0) (2024-12-21)
8+
9+
### Features
10+
11+
* upgrade go to 1.23 ([#1473](https://github.com/wundergraph/cosmo/issues/1473)) ([4c29d2d](https://github.com/wundergraph/cosmo/commit/4c29d2d358c2b716a33e35505b080b9be2e1fce3)) (@StarpTech)
12+
713
## [0.30.3](https://github.com/wundergraph/cosmo/compare/[email protected]@0.30.3) (2024-12-18)
814

915
**Note:** Version bump only for package graphqlmetrics

graphqlmetrics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphqlmetrics",
3-
"version": "0.30.3",
3+
"version": "0.31.0",
44
"private": true,
55
"description": "Placeholder package to simplify versioning and releasing with lerna.",
66
"keywords": [

otelcollector/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.18.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.18.0) (2024-12-21)
8+
9+
### Features
10+
11+
* upgrade go to 1.23 ([#1473](https://github.com/wundergraph/cosmo/issues/1473)) ([4c29d2d](https://github.com/wundergraph/cosmo/commit/4c29d2d358c2b716a33e35505b080b9be2e1fce3)) (@StarpTech)
12+
713
## [0.17.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.17.1) (2024-08-22)
814

915
**Note:** Version bump only for package otelcollector

otelcollector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otelcollector",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"private": true,
55
"description": "Placeholder package to simplify versioning and releasing with lerna.",
66
"keywords": [

router/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.157.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.157.0) (2024-12-21)
8+
9+
### Features
10+
11+
* upgrade go to 1.23 ([#1473](https://github.com/wundergraph/cosmo/issues/1473)) ([4c29d2d](https://github.com/wundergraph/cosmo/commit/4c29d2d358c2b716a33e35505b080b9be2e1fce3)) (@StarpTech)
12+
713
# [0.156.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.156.0) (2024-12-20)
814

915
### Features

router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router",
3-
"version": "0.156.0",
3+
"version": "0.157.0",
44
"private": true,
55
"description": "Placeholder package to simplify versioning and releasing with lerna.",
66
"keywords": [

0 commit comments

Comments
 (0)