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 Sep 6, 2023
1 parent 6ace9fc commit 076e21e
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 @@ Images can be found [here](https://github.com/orgs/wundergraph/packages?repo_nam
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.8.1) (2023-09-06)

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

# [0.8.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.8.0) (2023-09-06)

### 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.8.0",
"version": "0.8.1",
"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 @@ Images can be found [here](https://github.com/orgs/wundergraph/packages?repo_nam
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2023-09-06)

### Bug Fixes

* take variant name as input while migrating ([#40](https://github.com/wundergraph/cosmo/issues/40)) ([6ace9fc](https://github.com/wundergraph/cosmo/commit/6ace9fc93c246dce3fce641a2e274e93d99ae813)) (@JivusAyrus)

# [0.8.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2023-09-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.8.0",
"version": "0.8.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 @@ Images can be found [here](https://github.com/orgs/wundergraph/packages?repo_nam
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.2](https://github.com/wundergraph/cosmo/compare/[email protected]@0.9.2) (2023-09-06)

### Bug Fixes

* take variant name as input while migrating ([#40](https://github.com/wundergraph/cosmo/issues/40)) ([6ace9fc](https://github.com/wundergraph/cosmo/commit/6ace9fc93c246dce3fce641a2e274e93d99ae813)) (@JivusAyrus)

## [0.9.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.9.1) (2023-09-06)

### 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.9.1",
"version": "0.9.2",
"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 @@ Images can be found [here](https://github.com/orgs/wundergraph/packages?repo_nam
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2023-09-06)

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

# [0.6.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/[email protected]...@wundergraph/[email protected]) (2023-09-06)

### Features
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.6.0",
"version": "0.6.1",
"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 @@ Images can be found [here](https://github.com/orgs/wundergraph/packages?repo_nam
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.10.1) (2023-09-06)

### Bug Fixes

* take variant name as input while migrating ([#40](https://github.com/wundergraph/cosmo/issues/40)) ([6ace9fc](https://github.com/wundergraph/cosmo/commit/6ace9fc93c246dce3fce641a2e274e93d99ae813)) (@JivusAyrus)

# [0.10.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.10.0) (2023-09-06)

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

0 comments on commit 076e21e

Please sign in to comment.