From bdedb540c956ec1554cf0f56d2374c0bb132cb94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Apr 2026 09:03:02 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/lemon-pianos-slide.md | 13 ------------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 .changeset/lemon-pianos-slide.md diff --git a/.changeset/lemon-pianos-slide.md b/.changeset/lemon-pianos-slide.md deleted file mode 100644 index d2a03314..00000000 --- a/.changeset/lemon-pianos-slide.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@theguild/federation-composition": patch ---- - -Fix schema contract composition applying `@inaccessible` on the federation types `ContextArgument` and `FieldValue` on the supergraph SDL. - -This mitigates the following error in apollo-router upon processing the supergraph: - -``` -could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred: - - Core feature type `join__ContextArgument` cannot use @inaccessible. - - Core feature type `join__FieldValue` cannot use @inaccessible. -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f14f437..12940759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @theguild/federation-composition +## 0.22.2 + +### Patch Changes + +- [#295](https://github.com/graphql-hive/federation-composition/pull/295) [`fffe987`](https://github.com/graphql-hive/federation-composition/commit/fffe98742a4e2fb4b3fd481dbb321aac406e370a) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix schema contract composition applying `@inaccessible` on the federation types `ContextArgument` and `FieldValue` on the supergraph SDL. + + This mitigates the following error in apollo-router upon processing the supergraph: + + ``` + could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred: + - Core feature type `join__ContextArgument` cannot use @inaccessible. + - Core feature type `join__FieldValue` cannot use @inaccessible. + ``` + ## 0.22.1 ### Patch Changes diff --git a/package.json b/package.json index ddd41ceb..118b6626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.22.1", + "version": "0.22.2", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {