From eb634d573b850132e8497c681dbece72a751b3a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Feb 2025 05:38:36 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/tame-poets-flash.md | 9 --------- .changeset/tame-poets-slash.md | 8 -------- deployment/CHANGELOG.md | 12 ++++++++++++ deployment/package.json | 2 +- packages/libraries/cli/CHANGELOG.md | 13 +++++++++++++ packages/libraries/cli/package.json | 2 +- 6 files changed, 27 insertions(+), 19 deletions(-) delete mode 100644 .changeset/tame-poets-flash.md delete mode 100644 .changeset/tame-poets-slash.md diff --git a/.changeset/tame-poets-flash.md b/.changeset/tame-poets-flash.md deleted file mode 100644 index d898580e81..0000000000 --- a/.changeset/tame-poets-flash.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@graphql-hive/cli': patch ---- - -**hive dev** - -Update @theguild/federation-composition to 0.14.4: -- Fix a child data type field not being accessible via interfaceObject -- Respect inaccessible enum values while creating the public schema from the supergraph AST diff --git a/.changeset/tame-poets-slash.md b/.changeset/tame-poets-slash.md deleted file mode 100644 index 1cd6c5ecdf..0000000000 --- a/.changeset/tame-poets-slash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'hive': patch ---- - -Update @theguild/federation-composition to 0.14.4 - -- Fix a child data type field not being accessible via interfaceObject -- Respect inaccessible enum values while creating the public schema from the supergraph AST diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 2e8f6764c1..bbea412a70 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,17 @@ # hive +## 5.1.1 + +### Patch Changes + +- [#6502](https://github.com/graphql-hive/console/pull/6502) + [`cef7fd8`](https://github.com/graphql-hive/console/commit/cef7fd88e4929942bcaf07aaf3bc226c5d9a38cd) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update @theguild/federation-composition + to 0.14.4 + + - Fix a child data type field not being accessible via interfaceObject + - Respect inaccessible enum values while creating the public schema from the supergraph AST + ## 5.1.0 ### Minor Changes diff --git a/deployment/package.json b/deployment/package.json index 6da889cd6e..573d8bd4d3 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "5.1.0", + "version": "5.1.1", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 6ae57632cd..85509fb7ee 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-hive/cli +## 0.48.2 + +### Patch Changes + +- [#6502](https://github.com/graphql-hive/console/pull/6502) + [`cef7fd8`](https://github.com/graphql-hive/console/commit/cef7fd88e4929942bcaf07aaf3bc226c5d9a38cd) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - **hive dev** + + Update @theguild/federation-composition to 0.14.4: + + - Fix a child data type field not being accessible via interfaceObject + - Respect inaccessible enum values while creating the public schema from the supergraph AST + ## 0.48.1 ### Patch Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index c813e61966..8af596f33c 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.48.1", + "version": "0.48.2", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git",