From de86fffc80ff08ffbf64ef8499536b46b41aa628 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Tue, 10 Dec 2024 06:56:55 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - @wundergraph/apollo-to-cosmo-metrics@0.2.0 - @wundergraph/cosmo-to-apollo-schema@0.1.0 --- packages/apollo-to-cosmo-metrics/CHANGELOG.md | 6 ++++++ packages/apollo-to-cosmo-metrics/package.json | 2 +- packages/cosmo-to-apollo-schema/CHANGELOG.md | 6 ++++++ packages/cosmo-to-apollo-schema/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/apollo-to-cosmo-metrics/CHANGELOG.md b/packages/apollo-to-cosmo-metrics/CHANGELOG.md index 8b403b1..b8dd670 100644 --- a/packages/apollo-to-cosmo-metrics/CHANGELOG.md +++ b/packages/apollo-to-cosmo-metrics/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/wundergraph/apollo-compatibility/compare/@wundergraph/apollo-to-cosmo-metrics@0.1.1...@wundergraph/apollo-to-cosmo-metrics@0.2.0) (2024-12-10) + +### Features + +* report on reaching max queue size ([#3](https://github.com/wundergraph/apollo-compatibility/issues/3)) ([1800589](https://github.com/wundergraph/apollo-compatibility/commit/1800589c6429bbef0ac7b070d1e9711b0b3df2e3)) (@thisisnithin) + ## [0.1.1](https://github.com/wundergraph/apollo-compatibility/compare/@wundergraph/apollo-to-cosmo-metrics@0.1.0...@wundergraph/apollo-to-cosmo-metrics@0.1.1) (2024-10-31) **Note:** Version bump only for package @wundergraph/apollo-to-cosmo-metrics diff --git a/packages/apollo-to-cosmo-metrics/package.json b/packages/apollo-to-cosmo-metrics/package.json index 37cf8eb..ec90aff 100644 --- a/packages/apollo-to-cosmo-metrics/package.json +++ b/packages/apollo-to-cosmo-metrics/package.json @@ -1,7 +1,7 @@ { "name": "@wundergraph/apollo-to-cosmo-metrics", "description": "An apollo gateway plugin that exports schema usage metrics to cosmo", - "version": "0.1.1", + "version": "0.2.0", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com" diff --git a/packages/cosmo-to-apollo-schema/CHANGELOG.md b/packages/cosmo-to-apollo-schema/CHANGELOG.md index 905618e..8c0b83f 100644 --- a/packages/cosmo-to-apollo-schema/CHANGELOG.md +++ b/packages/cosmo-to-apollo-schema/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0](https://github.com/wundergraph/apollo-compatibility/compare/@wundergraph/cosmo-to-apollo-schema@0.0.2...@wundergraph/cosmo-to-apollo-schema@0.1.0) (2024-12-10) + +### Features + +* report on reaching max queue size ([#3](https://github.com/wundergraph/apollo-compatibility/issues/3)) ([1800589](https://github.com/wundergraph/apollo-compatibility/commit/1800589c6429bbef0ac7b070d1e9711b0b3df2e3)) (@thisisnithin) + ## [0.0.2](https://github.com/wundergraph/apollo-compatibility/compare/@wundergraph/cosmo-to-apollo-schema@0.0.1...@wundergraph/cosmo-to-apollo-schema@0.0.2) (2024-10-31) **Note:** Version bump only for package @wundergraph/cosmo-to-apollo-schema diff --git a/packages/cosmo-to-apollo-schema/package.json b/packages/cosmo-to-apollo-schema/package.json index a7c25d0..a8a7cb8 100644 --- a/packages/cosmo-to-apollo-schema/package.json +++ b/packages/cosmo-to-apollo-schema/package.json @@ -1,7 +1,7 @@ { "name": "@wundergraph/cosmo-to-apollo-schema", "description": "An Apollo Gateway plugin to load the supergraph schema from WunderGraph Cosmo for easy migration.", - "version": "0.0.2", + "version": "0.1.0", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com"