From 3d365a68718348e967bb3afa140d64fd3c4fd202 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 13:42:09 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/nice-birds-mate.md | 5 ----- .changeset/pretty-planes-jog.md | 5 ----- .changeset/proud-news-invite.md | 5 ----- .changeset/rotten-islands-joke.md | 5 ----- .changeset/unlucky-pianos-hide.md | 5 ----- deployment/CHANGELOG.md | 19 +++++++++++++++++++ deployment/package.json | 2 +- packages/libraries/router/CHANGELOG.md | 16 ++++++++++++++++ packages/libraries/router/Cargo.toml | 2 +- packages/libraries/router/package.json | 2 +- 10 files changed, 38 insertions(+), 28 deletions(-) delete mode 100644 .changeset/nice-birds-mate.md delete mode 100644 .changeset/pretty-planes-jog.md delete mode 100644 .changeset/proud-news-invite.md delete mode 100644 .changeset/rotten-islands-joke.md delete mode 100644 .changeset/unlucky-pianos-hide.md diff --git a/.changeset/nice-birds-mate.md b/.changeset/nice-birds-mate.md deleted file mode 100644 index 342463d76a..0000000000 --- a/.changeset/nice-birds-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Move information about target and organization to logger's metadata in usage service diff --git a/.changeset/pretty-planes-jog.md b/.changeset/pretty-planes-jog.md deleted file mode 100644 index 7de8ee9362..0000000000 --- a/.changeset/pretty-planes-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Make optional properties optional or nullable in usage report v2 diff --git a/.changeset/proud-news-invite.md b/.changeset/proud-news-invite.md deleted file mode 100644 index 4a0e776012..0000000000 --- a/.changeset/proud-news-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive-apollo-router-plugin': minor ---- - -Updated Apollo-Router custom plugin for Hive to use Usage reporting spec v2. [Learn more](https://the-guild.dev/graphql/hive/docs/specs/usage-reports) diff --git a/.changeset/rotten-islands-joke.md b/.changeset/rotten-islands-joke.md deleted file mode 100644 index 80b200ec93..0000000000 --- a/.changeset/rotten-islands-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive-apollo-router-plugin': minor ---- - -Add support for persisted documents using Hive App Deployments. [Learn more](https://the-guild.dev/graphql/hive/product-updates/2024-07-30-persisted-documents-app-deployments-preview) \ No newline at end of file diff --git a/.changeset/unlucky-pianos-hide.md b/.changeset/unlucky-pianos-hide.md deleted file mode 100644 index a8846f5802..0000000000 --- a/.changeset/unlucky-pianos-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix a missing @join\_\_field on a query field where @override is used, but not in all subgraphs. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 7ae3c460ae..824bdcfe44 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,24 @@ # hive +## 1.2.3 + +### Patch Changes + +- [#6115](https://github.com/graphql-hive/console/pull/6115) + [`0d7ce02`](https://github.com/graphql-hive/console/commit/0d7ce02082a5ac02111b888132209ee0ef34c831) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Move information about target and + organization to logger's metadata in usage service + +- [#6121](https://github.com/graphql-hive/console/pull/6121) + [`6d78547`](https://github.com/graphql-hive/console/commit/6d78547a0f29a732713052d33d207396144e0998) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Make optional properties optional or + nullable in usage report v2 + +- [#6111](https://github.com/graphql-hive/console/pull/6111) + [`cffd08a`](https://github.com/graphql-hive/console/commit/cffd08a53d7e5a53bb59fa68e940b693e9102485) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix a missing @join\_\_field on a query + field where @override is used, but not in all subgraphs. + ## 1.2.2 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 61b505878c..b88c924ed2 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "1.2.2", + "version": "1.2.3", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/router/CHANGELOG.md b/packages/libraries/router/CHANGELOG.md index 267a0ede9d..d1b7d18dcd 100644 --- a/packages/libraries/router/CHANGELOG.md +++ b/packages/libraries/router/CHANGELOG.md @@ -1,5 +1,21 @@ # 16.10.2024 +## 1.1.0 + +### Minor Changes + +- [#5732](https://github.com/graphql-hive/console/pull/5732) + [`1d3c566`](https://github.com/graphql-hive/console/commit/1d3c566ddcf5eb31c68545931da32bcdf4b8a047) + Thanks [@dotansimha](https://github.com/dotansimha)! - Updated Apollo-Router custom plugin for + Hive to use Usage reporting spec v2. + [Learn more](https://the-guild.dev/graphql/hive/docs/specs/usage-reports) + +- [#5732](https://github.com/graphql-hive/console/pull/5732) + [`1d3c566`](https://github.com/graphql-hive/console/commit/1d3c566ddcf5eb31c68545931da32bcdf4b8a047) + Thanks [@dotansimha](https://github.com/dotansimha)! - Add support for persisted documents using + Hive App Deployments. + [Learn more](https://the-guild.dev/graphql/hive/product-updates/2024-07-30-persisted-documents-app-deployments-preview) + ## 1.0.1 ### Patch Changes diff --git a/packages/libraries/router/Cargo.toml b/packages/libraries/router/Cargo.toml index 61c0d94bfd..fa8e4472ea 100644 --- a/packages/libraries/router/Cargo.toml +++ b/packages/libraries/router/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/" edition = "2021" license = "MIT" publish = true -version = "1.0.1" +version = "1.1.0" description = "Apollo-Router Plugin for Hive" [[bin]] diff --git a/packages/libraries/router/package.json b/packages/libraries/router/package.json index a308bf6cf8..78b6c5196e 100644 --- a/packages/libraries/router/package.json +++ b/packages/libraries/router/package.json @@ -1,6 +1,6 @@ { "name": "hive-apollo-router-plugin", - "version": "1.0.1", + "version": "1.1.0", "private": true, "scripts": { "sync-cargo-file": "./sync-cargo-file.sh"