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 27, 2024
1 parent 1e00f4b commit 71e7308
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 6 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.70.5](https://github.com/wundergraph/cosmo/compare/[email protected]@0.70.5) (2024-11-27)

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

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

**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.70.4",
"version": "0.70.5",
"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 connect/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.88.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2024-11-27)

### Bug Fixes

* error ordering for traces ([#1398](https://github.com/wundergraph/cosmo/issues/1398)) ([444fb8d](https://github.com/wundergraph/cosmo/commit/444fb8dbc79a076c1a12c2a2ba813b91a19fc79d)) (@thisisnithin)

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/cosmo-connect",
"version": "0.88.0",
"version": "0.88.1",
"description": "TypeScript Connect client for WunderGraph Cosmo",
"scripts": {
"build": "del dist && tsc"
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.117.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.117.2) (2024-11-27)

### Bug Fixes

* error ordering for traces ([#1398](https://github.com/wundergraph/cosmo/issues/1398)) ([444fb8d](https://github.com/wundergraph/cosmo/commit/444fb8dbc79a076c1a12c2a2ba813b91a19fc79d)) (@thisisnithin)

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

### 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.117.1",
"version": "0.117.2",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
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.145.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.145.0) (2024-11-27)

### Bug Fixes

* ensure that apq alone (without persistent operations enabled) works ([#1402](https://github.com/wundergraph/cosmo/issues/1402)) ([0681d60](https://github.com/wundergraph/cosmo/commit/0681d60a5f89826813963c848773c42b4e998121)) (@df-wg)
* move runtime metric store to graph server ([#1400](https://github.com/wundergraph/cosmo/issues/1400)) ([1e00f4b](https://github.com/wundergraph/cosmo/commit/1e00f4b55fb5c7d624010a6e672aba7dad317c68)) (@StarpTech)

### Features

* **router:** allow operation name propagation ([#1394](https://github.com/wundergraph/cosmo/issues/1394)) ([7aa6a20](https://github.com/wundergraph/cosmo/commit/7aa6a20a4008507d6a344830663a789531947f44)) (@Noroth)

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

### 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.144.1",
"version": "0.145.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.32.7](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2024-11-27)

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

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

**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.32.6",
"version": "0.32.7",
"description": "Shared code between WunderGraph Cosmo packages",
"main": "./dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions studio/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.95.3](https://github.com/wundergraph/cosmo/compare/[email protected]@0.95.3) (2024-11-27)

### Bug Fixes

* error ordering for traces ([#1398](https://github.com/wundergraph/cosmo/issues/1398)) ([444fb8d](https://github.com/wundergraph/cosmo/commit/444fb8dbc79a076c1a12c2a2ba813b91a19fc79d)) (@thisisnithin)

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio",
"version": "0.95.2",
"version": "0.95.3",
"private": true,
"license": "Apache-2.0",
"description": "WunderGraph Cosmo Studio",
Expand Down

0 comments on commit 71e7308

Please sign in to comment.