From 6b701735f60b9c680612d0289a7a6482b6dcdc25 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:43:58 +0300 Subject: [PATCH] Upcoming Release Changes (#16) 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.1.2 ### Patch Changes - [#15](https://github.com/the-guild-org/federation/pull/15) [`37e164c`](https://github.com/the-guild-org/federation/commit/37e164c66c0c3219791e4c074a602774accd08b2) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add join**FieldSet, link**Import, link\_\_Purpose to stripFederationFromSupergraph Co-authored-by: github-actions[bot] --- .changeset/old-mirrors-happen.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 .changeset/old-mirrors-happen.md diff --git a/.changeset/old-mirrors-happen.md b/.changeset/old-mirrors-happen.md deleted file mode 100644 index e880cee..0000000 --- a/.changeset/old-mirrors-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': patch ---- - -Add join**FieldSet, link**Import, link\_\_Purpose to stripFederationFromSupergraph diff --git a/CHANGELOG.md b/CHANGELOG.md index 6851e5d..c94bc36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @theguild/federation-composition +## 0.1.2 + +### Patch Changes + +- [#15](https://github.com/the-guild-org/federation/pull/15) + [`37e164c`](https://github.com/the-guild-org/federation/commit/37e164c66c0c3219791e4c074a602774accd08b2) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add join**FieldSet, link**Import, + link\_\_Purpose to stripFederationFromSupergraph + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 00d6ab4..2f11a4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {