Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - wgc@0.36.3
 - @wundergraph/cosmo-connect@0.43.0
 - controlplane@0.52.0
 - @wundergraph/cosmo-shared@0.15.4
 - studio@0.49.0
  • Loading branch information
hardworker-bot committed Jan 8, 2024
1 parent 3d81052 commit a7b11e6
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.36.3](https://github.com/wundergraph/cosmo/compare/wgc@0.36.2...wgc@0.36.3) (2024-01-08)

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

## [0.36.2](https://github.com/wundergraph/cosmo/compare/wgc@0.36.1...wgc@0.36.2) (2024-01-06)

**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.36.2",
"version": "0.36.3",
"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.43.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.42.0...@wundergraph/cosmo-connect@0.43.0) (2024-01-08)

### Features

* discussions ([#394](https://github.com/wundergraph/cosmo/issues/394)) ([3d81052](https://github.com/wundergraph/cosmo/commit/3d810521e552b3146a4a4b2cb5a13285aceb4476)) (@thisisnithin)

# [0.42.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.41.0...@wundergraph/cosmo-connect@0.42.0) (2024-01-06)

### 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.42.0",
"version": "0.43.0",
"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.52.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.51.0...controlplane@0.52.0) (2024-01-08)

### Features

* discussions ([#394](https://github.com/wundergraph/cosmo/issues/394)) ([3d81052](https://github.com/wundergraph/cosmo/commit/3d810521e552b3146a4a4b2cb5a13285aceb4476)) (@thisisnithin)

# [0.51.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.50.6...controlplane@0.51.0) (2024-01-06)

### Features
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.51.0",
"version": "0.52.0",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
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.15.4](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.15.3...@wundergraph/cosmo-shared@0.15.4) (2024-01-08)

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

## [0.15.3](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.15.2...@wundergraph/cosmo-shared@0.15.3) (2024-01-06)

**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.15.3",
"version": "0.15.4",
"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.49.0](https://github.com/wundergraph/cosmo/compare/studio@0.48.0...studio@0.49.0) (2024-01-08)

### Features

* discussions ([#394](https://github.com/wundergraph/cosmo/issues/394)) ([3d81052](https://github.com/wundergraph/cosmo/commit/3d810521e552b3146a4a4b2cb5a13285aceb4476)) (@thisisnithin)

# [0.48.0](https://github.com/wundergraph/cosmo/compare/studio@0.47.3...studio@0.48.0) (2024-01-06)

### 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.48.0",
"version": "0.49.0",
"private": true,
"license": "Apache-2.0",
"description": "WunderGraph Cosmo Studio",
Expand Down

0 comments on commit a7b11e6

Please sign in to comment.