Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - wgc@0.70.4
 - @wundergraph/composition@0.32.0
 - controlplane@0.117.0
 - router@0.144.0
 - @wundergraph/cosmo-shared@0.32.6
 - studio@0.95.1
  • Loading branch information
hardworker-bot committed Nov 21, 2024
1 parent 251f1d5 commit 34cdc21
Show file tree
Hide file tree
Showing 12 changed files with 39 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.4](https://github.com/wundergraph/cosmo/compare/wgc@0.70.3...wgc@0.70.4) (2024-11-21)

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

## [0.70.3](https://github.com/wundergraph/cosmo/compare/wgc@0.70.2...wgc@0.70.3) (2024-11-18)

**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.3",
"version": "0.70.4",
"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 composition/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.32.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.31.1...@wundergraph/composition@0.32.0) (2024-11-21)

### Features

* add validation for V2 [@external](https://github.com/external) directive ([#1392](https://github.com/wundergraph/cosmo/issues/1392)) ([d2a8f73](https://github.com/wundergraph/cosmo/commit/d2a8f73e1c47b62a435ddacc3ceffd7d7abd7b9f)) (@Aenimus)

## [0.31.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/composition@0.31.0...@wundergraph/composition@0.31.1) (2024-11-14)

### Bug Fixes
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.31.1",
"version": "0.32.0",
"author": {
"name": "WunderGraph Maintainers",
"email": "info@wundergraph.com"
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.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.116.0...controlplane@0.117.0) (2024-11-21)

### Features

* add validation for V2 [@external](https://github.com/external) directive ([#1392](https://github.com/wundergraph/cosmo/issues/1392)) ([d2a8f73](https://github.com/wundergraph/cosmo/commit/d2a8f73e1c47b62a435ddacc3ceffd7d7abd7b9f)) (@Aenimus)

# [0.116.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.115.2...controlplane@0.116.0) (2024-11-18)

### 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.116.0",
"version": "0.117.0",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions router/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.144.0](https://github.com/wundergraph/cosmo/compare/router@0.143.3...router@0.144.0) (2024-11-21)

### Features

* **router:** add ability to set auth scopes in custom module ([#1390](https://github.com/wundergraph/cosmo/issues/1390)) ([251f1d5](https://github.com/wundergraph/cosmo/commit/251f1d506b0fdc939c456daf247742775f0e12ce)) (@df-wg)

## [0.143.3](https://github.com/wundergraph/cosmo/compare/router@0.143.2...router@0.143.3) (2024-11-19)

### 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.143.3",
"version": "0.144.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.6](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.32.5...@wundergraph/cosmo-shared@0.32.6) (2024-11-21)

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

## [0.32.5](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.32.4...@wundergraph/cosmo-shared@0.32.5) (2024-11-18)

**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.5",
"version": "0.32.6",
"description": "Shared code between WunderGraph Cosmo packages",
"main": "./dist/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions studio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.1](https://github.com/wundergraph/cosmo/compare/studio@0.95.0...studio@0.95.1) (2024-11-21)

### Bug Fixes

* pagination ui of operations ([#1389](https://github.com/wundergraph/cosmo/issues/1389)) ([7ca20fb](https://github.com/wundergraph/cosmo/commit/7ca20fba7f0c5c988dacc45702f408565729b1f1)) (@JivusAyrus)
* text overflow of composition errors and warnings ([#1391](https://github.com/wundergraph/cosmo/issues/1391)) ([6d8e36c](https://github.com/wundergraph/cosmo/commit/6d8e36c0c01255a88973eb476536b31ceae0ec35)) (@JivusAyrus)

# [0.95.0](https://github.com/wundergraph/cosmo/compare/studio@0.94.3...studio@0.95.0) (2024-11-18)

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

0 comments on commit 34cdc21

Please sign in to comment.