diff --git a/.changeset/curly-ants-march.md b/.changeset/curly-ants-march.md deleted file mode 100644 index 1431ed8..0000000 --- a/.changeset/curly-ants-march.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@theguild/federation-composition': minor ---- - -Remove `stripFederationFromSupergraph` in favor of `transformSupergraphToPublicSchema`. - -Instead of stripping only federation specific types, `transformSupergraphToPublicSchema` yields the -public api schema as served by the gateway. diff --git a/CHANGELOG.md b/CHANGELOG.md index d143012..5769cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @theguild/federation-composition +## 0.2.0 + +### Minor Changes + +- [#21](https://github.com/the-guild-org/federation/pull/21) + [`443283e`](https://github.com/the-guild-org/federation/commit/443283e22e89934a268b7a6318c02ffc3bfbf464) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Remove `stripFederationFromSupergraph` in favor of + `transformSupergraphToPublicSchema`. + + Instead of stripping only federation specific types, `transformSupergraphToPublicSchema` yields + the public api schema as served by the gateway. + ## 0.1.4 ### Patch Changes diff --git a/package.json b/package.json index b6a65ff..2ab279e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.1.4", + "version": "0.2.0", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {