Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - wgc@0.68.1
 - @wundergraph/composition@0.29.1
 - controlplane@0.111.1
 - router@0.125.0
 - @wundergraph/cosmo-shared@0.31.17
  • Loading branch information
hardworker-bot committed Oct 14, 2024
1 parent 1586884 commit 1271876
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 5 deletions.
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.68.1](https://github.com/wundergraph/cosmo/compare/wgc@0.68.0...wgc@0.68.1) (2024-10-14)

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

# [0.68.0](https://github.com/wundergraph/cosmo/compare/wgc@0.67.0...wgc@0.68.0) (2024-10-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.68.0",
"version": "0.68.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.29.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.29.0...@wundergraph/composition@0.29.1) (2024-10-14)

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

# [0.29.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.28.5...@wundergraph/composition@0.29.0) (2024-09-19)

### Features
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.29.0",
"version": "0.29.1",
"author": {
"name": "WunderGraph Maintainers",
"email": "info@wundergraph.com"
Expand Down
4 changes: 4 additions & 0 deletions controlplane/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.111.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.111.0...controlplane@0.111.1) (2024-10-14)

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

# [0.111.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.110.0...controlplane@0.111.0) (2024-10-09)

### 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.111.0",
"version": "0.111.1",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.125.0](https://github.com/wundergraph/cosmo/compare/router@0.124.1...router@0.125.0) (2024-10-14)

### Bug Fixes

* ensure sse is spec compliant ([#1260](https://github.com/wundergraph/cosmo/issues/1260)) ([d64d383](https://github.com/wundergraph/cosmo/commit/d64d38329ab3963f54aff3819b532272ff7cd6a2)) (@df-wg)

### Features

* support AWS chain credentials for s3 storage providers ([#1250](https://github.com/wundergraph/cosmo/issues/1250)) ([5d67c4b](https://github.com/wundergraph/cosmo/commit/5d67c4b6aceb0a9fbf2bb99e57a75f5b163d93f9)) (@lachlan-smith)

## [0.124.1](https://github.com/wundergraph/cosmo/compare/router@0.124.0...router@0.124.1) (2024-10-11)

### 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.124.1",
"version": "0.125.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.17](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.31.16...@wundergraph/cosmo-shared@0.31.17) (2024-10-14)

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

## [0.31.16](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.31.15...@wundergraph/cosmo-shared@0.31.16) (2024-10-09)

**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.16",
"version": "0.31.17",
"description": "Shared code between WunderGraph Cosmo packages",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit 1271876

Please sign in to comment.