Skip to content

Commit 3c6562c

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- [email protected] - [email protected]
1 parent 91f50b3 commit 3c6562c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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.156.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.156.0) (2024-12-20)
8+
9+
### Features
10+
11+
* **router:** make header size configurable ([#1457](https://github.com/wundergraph/cosmo/issues/1457)) ([9d3ca55](https://github.com/wundergraph/cosmo/commit/9d3ca55150295e637f419bed31c84d139916fff2)) (@Noroth)
12+
713
# [0.155.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.155.0) (2024-12-18)
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.155.0",
3+
"version": "0.156.0",
44
"private": true,
55
"description": "Placeholder package to simplify versioning and releasing with lerna.",
66
"keywords": [

studio/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.96.3](https://github.com/wundergraph/cosmo/compare/[email protected]@0.96.3) (2024-12-20)
8+
9+
### Bug Fixes
10+
11+
* remove double frontend requests to controlplane ([#1458](https://github.com/wundergraph/cosmo/issues/1458)) ([91f50b3](https://github.com/wundergraph/cosmo/commit/91f50b366cb0840cb3ea5470af5498f825397e89)) (@JivusAyrus)
12+
713
## [0.96.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.96.2) (2024-12-17)
814

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

studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studio",
3-
"version": "0.96.2",
3+
"version": "0.96.3",
44
"private": true,
55
"license": "Apache-2.0",
66
"description": "WunderGraph Cosmo Studio",

0 commit comments

Comments
 (0)