diff --git a/.changeset/hot-panthers-boil.md b/.changeset/hot-panthers-boil.md deleted file mode 100644 index 421305b..0000000 --- a/.changeset/hot-panthers-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': patch ---- - -Fix a missing `@join__field` on a query field where `@override` is used, but not in all subgraphs. diff --git a/CHANGELOG.md b/CHANGELOG.md index c88c712..2ea779d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theguild/federation-composition +## 0.14.2 + +### Patch Changes + +- [#76](https://github.com/the-guild-org/federation/pull/76) [`a3cb724`](https://github.com/the-guild-org/federation/commit/a3cb7241dc1e07e8f8c0f2e0c2908a68c55f66d9) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix a missing `@join__field` on a query field where `@override` is used, but not in all subgraphs. + ## 0.14.1 ### Patch Changes diff --git a/package.json b/package.json index f39b462..60d6cb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.14.1", + "version": "0.14.2", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {