From 1cd26c168d6f603dc55f44a5fccb4a46caca80a0 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:31:49 +0200 Subject: [PATCH] Upcoming Release Changes (#75) 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.14.1 ### Patch Changes - [#74](https://github.com/the-guild-org/federation/pull/74) [`7456d14`](https://github.com/the-guild-org/federation/commit/7456d146720f22b48ea883c4b9790ff222efe9e1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Show TYPE_KIND_MISMATCH and ignore INTERFACE_FIELD_NO_IMPLEM when there is a type kind mismatch Co-authored-by: github-actions[bot] --- .changeset/nice-waves-smoke.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nice-waves-smoke.md diff --git a/.changeset/nice-waves-smoke.md b/.changeset/nice-waves-smoke.md deleted file mode 100644 index e2fba99..0000000 --- a/.changeset/nice-waves-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/federation-composition": patch ---- - -Show TYPE_KIND_MISMATCH and ignore INTERFACE_FIELD_NO_IMPLEM when there is a type kind mismatch diff --git a/CHANGELOG.md b/CHANGELOG.md index cb21b05..c88c712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theguild/federation-composition +## 0.14.1 + +### Patch Changes + +- [#74](https://github.com/the-guild-org/federation/pull/74) [`7456d14`](https://github.com/the-guild-org/federation/commit/7456d146720f22b48ea883c4b9790ff222efe9e1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Show TYPE_KIND_MISMATCH and ignore INTERFACE_FIELD_NO_IMPLEM when there is a type kind mismatch + ## 0.14.0 ### Minor Changes diff --git a/package.json b/package.json index 889651a..f39b462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.14.0", + "version": "0.14.1", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {