From 25ff7745ce06d1cba8cb62d9e9490de623ddeaeb Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Tue, 17 Sep 2024 13:32:12 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - aws-lambda-router@0.22.2 - wgc@0.64.2 - @wundergraph/cosmo-connect@0.81.1 - controlplane@0.107.4 - @wundergraph/playground@0.3.1 - router@0.110.2 - @wundergraph/cosmo-shared@0.31.10 - studio@0.88.2 --- aws-lambda-router/CHANGELOG.md | 6 ++++++ aws-lambda-router/package.json | 2 +- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- connect/CHANGELOG.md | 6 ++++++ connect/package.json | 2 +- controlplane/CHANGELOG.md | 6 ++++++ controlplane/package.json | 2 +- playground/CHANGELOG.md | 6 ++++++ playground/package.json | 2 +- router/CHANGELOG.md | 7 +++++++ router/package.json | 2 +- shared/CHANGELOG.md | 4 ++++ shared/package.json | 2 +- studio/CHANGELOG.md | 6 ++++++ studio/package.json | 2 +- 16 files changed, 55 insertions(+), 8 deletions(-) diff --git a/aws-lambda-router/CHANGELOG.md b/aws-lambda-router/CHANGELOG.md index ee6a2e923a..1bc3a33e0c 100644 --- a/aws-lambda-router/CHANGELOG.md +++ b/aws-lambda-router/CHANGELOG.md @@ -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.22.2](https://github.com/wundergraph/cosmo/compare/aws-lambda-router@0.22.1...aws-lambda-router@0.22.2) (2024-09-17) + +### Bug Fixes + +* ignore empty errors array ([#1181](https://github.com/wundergraph/cosmo/issues/1181)) ([bc5dda3](https://github.com/wundergraph/cosmo/commit/bc5dda393f727d8ee3483ea7e53c89377a0d2722)) (@devsergiy) + ## [0.22.1](https://github.com/wundergraph/cosmo/compare/aws-lambda-router@0.22.0...aws-lambda-router@0.22.1) (2024-09-13) **Note:** Version bump only for package aws-lambda-router diff --git a/aws-lambda-router/package.json b/aws-lambda-router/package.json index 45c54880aa..967eb17550 100644 --- a/aws-lambda-router/package.json +++ b/aws-lambda-router/package.json @@ -1,6 +1,6 @@ { "name": "aws-lambda-router", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 17a9b048e2..195edc4545 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -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.64.2](https://github.com/wundergraph/cosmo/compare/wgc@0.64.1...wgc@0.64.2) (2024-09-17) + +### Bug Fixes + +* remove lastUsedAt for graph tokens ([#1180](https://github.com/wundergraph/cosmo/issues/1180)) ([9ac1590](https://github.com/wundergraph/cosmo/commit/9ac159070f122b45aaa37661143575cfa8fa5b27)) (@thisisnithin) + ## [0.64.1](https://github.com/wundergraph/cosmo/compare/wgc@0.64.0...wgc@0.64.1) (2024-09-12) **Note:** Version bump only for package wgc diff --git a/cli/package.json b/cli/package.json index 8653761bda..6a78dd86ee 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.64.1", + "version": "0.64.2", "description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo", "type": "module", "main": "dist/index.js", diff --git a/connect/CHANGELOG.md b/connect/CHANGELOG.md index 71d0c12762..d08e4b8222 100644 --- a/connect/CHANGELOG.md +++ b/connect/CHANGELOG.md @@ -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.81.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.81.0...@wundergraph/cosmo-connect@0.81.1) (2024-09-17) + +### Bug Fixes + +* remove lastUsedAt for graph tokens ([#1180](https://github.com/wundergraph/cosmo/issues/1180)) ([9ac1590](https://github.com/wundergraph/cosmo/commit/9ac159070f122b45aaa37661143575cfa8fa5b27)) (@thisisnithin) + # [0.81.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-connect@0.80.0...@wundergraph/cosmo-connect@0.81.0) (2024-09-05) ### Features diff --git a/connect/package.json b/connect/package.json index 07fdef0bd2..a6c81682a2 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-connect", - "version": "0.81.0", + "version": "0.81.1", "description": "TypeScript Connect client for WunderGraph Cosmo", "scripts": { "build": "del dist && tsc" diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index d6bacd8d98..231755c0e9 100644 --- a/controlplane/CHANGELOG.md +++ b/controlplane/CHANGELOG.md @@ -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.107.4](https://github.com/wundergraph/cosmo/compare/controlplane@0.107.3...controlplane@0.107.4) (2024-09-17) + +### Bug Fixes + +* remove lastUsedAt for graph tokens ([#1180](https://github.com/wundergraph/cosmo/issues/1180)) ([9ac1590](https://github.com/wundergraph/cosmo/commit/9ac159070f122b45aaa37661143575cfa8fa5b27)) (@thisisnithin) + ## [0.107.3](https://github.com/wundergraph/cosmo/compare/controlplane@0.107.2...controlplane@0.107.3) (2024-09-13) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 45905b1b0f..104d7468b7 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.107.3", + "version": "0.107.4", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index d83489942b..c6ea2efa94 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -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.3.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/playground@0.3.0...@wundergraph/playground@0.3.1) (2024-09-17) + +### Bug Fixes + +* persisting headers in playground and styling ([#1177](https://github.com/wundergraph/cosmo/issues/1177)) ([223a4d7](https://github.com/wundergraph/cosmo/commit/223a4d7f5a14406e0010df2e953c868466a9ace4)) (@thisisnithin) + # [0.3.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/playground@0.2.2...@wundergraph/playground@0.3.0) (2024-09-05) ### Features diff --git a/playground/package.json b/playground/package.json index 8c40afd824..f4f10a8972 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/playground", - "version": "0.3.0", + "version": "0.3.1", "description": "Cosmo Playground built on top of graphiql", "author": { "name": "WunderGraph Maintainers", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index 42241096e5..0ea0e007d8 100644 --- a/router/CHANGELOG.md +++ b/router/CHANGELOG.md @@ -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.110.2](https://github.com/wundergraph/cosmo/compare/router@0.110.1...router@0.110.2) (2024-09-17) + +### Bug Fixes + +* ignore empty errors array ([#1181](https://github.com/wundergraph/cosmo/issues/1181)) ([bc5dda3](https://github.com/wundergraph/cosmo/commit/bc5dda393f727d8ee3483ea7e53c89377a0d2722)) (@devsergiy) +* persisting headers in playground and styling ([#1177](https://github.com/wundergraph/cosmo/issues/1177)) ([223a4d7](https://github.com/wundergraph/cosmo/commit/223a4d7f5a14406e0010df2e953c868466a9ace4)) (@thisisnithin) + ## [0.110.1](https://github.com/wundergraph/cosmo/compare/router@0.110.0...router@0.110.1) (2024-09-13) **Note:** Version bump only for package router diff --git a/router/package.json b/router/package.json index 771f6a3e69..248e24d1b5 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.110.1", + "version": "0.110.2", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index fde2c4632d..0a5c7e11bb 100644 --- a/shared/CHANGELOG.md +++ b/shared/CHANGELOG.md @@ -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.10](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.31.9...@wundergraph/cosmo-shared@0.31.10) (2024-09-17) + +**Note:** Version bump only for package @wundergraph/cosmo-shared + ## [0.31.9](https://github.com/wundergraph/cosmo/compare/@wundergraph/cosmo-shared@0.31.8...@wundergraph/cosmo-shared@0.31.9) (2024-09-12) **Note:** Version bump only for package @wundergraph/cosmo-shared diff --git a/shared/package.json b/shared/package.json index 0242a7bbf5..187d29a682 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/cosmo-shared", - "version": "0.31.9", + "version": "0.31.10", "description": "Shared code between WunderGraph Cosmo packages", "main": "./dist/index.js", "type": "module", diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index b65f1c4b5c..97afd06e44 100644 --- a/studio/CHANGELOG.md +++ b/studio/CHANGELOG.md @@ -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.2](https://github.com/wundergraph/cosmo/compare/studio@0.88.1...studio@0.88.2) (2024-09-17) + +### Bug Fixes + +* persisting headers in playground and styling ([#1177](https://github.com/wundergraph/cosmo/issues/1177)) ([223a4d7](https://github.com/wundergraph/cosmo/commit/223a4d7f5a14406e0010df2e953c868466a9ace4)) (@thisisnithin) + ## [0.88.1](https://github.com/wundergraph/cosmo/compare/studio@0.88.0...studio@0.88.1) (2024-09-09) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index 4483080d2f..d29c73fe01 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.88.1", + "version": "0.88.2", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",