From 988eb9aaf4c3bbd05d222ca63538f27370a20530 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:29:52 +0300 Subject: [PATCH] Upcoming Release Changes (#63) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @theguild/federation-composition@0.11.3 ### Patch Changes - [#62](https://github.com/the-guild-org/federation/pull/62) [`e50bc90`](https://github.com/the-guild-org/federation/commit/e50bc90d4dc65769dbe44fa01994148d968755dc) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix: do not expose `federation__Scope` and `federation__Policy` scalar definitions to a supergraph Co-authored-by: github-actions[bot] --- .changeset/old-berries-fry.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/old-berries-fry.md diff --git a/.changeset/old-berries-fry.md b/.changeset/old-berries-fry.md deleted file mode 100644 index ad26fce..0000000 --- a/.changeset/old-berries-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/federation-composition": patch ---- - -Fix: do not expose `federation__Scope` and `federation__Policy` scalar definitions to a supergraph diff --git a/CHANGELOG.md b/CHANGELOG.md index 309cf3c..7f2c874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theguild/federation-composition +## 0.11.3 + +### Patch Changes + +- [#62](https://github.com/the-guild-org/federation/pull/62) [`e50bc90`](https://github.com/the-guild-org/federation/commit/e50bc90d4dc65769dbe44fa01994148d968755dc) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix: do not expose `federation__Scope` and `federation__Policy` scalar definitions to a supergraph + ## 0.11.2 ### Patch Changes diff --git a/package.json b/package.json index c9657df..ded323a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.11.2", + "version": "0.11.3", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {