Skip to content

Commit 284c981

Browse files
Upcoming Release Changes (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 443283e commit 284c981

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.changeset/curly-ants-march.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @theguild/federation-composition
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#21](https://github.com/the-guild-org/federation/pull/21)
8+
[`443283e`](https://github.com/the-guild-org/federation/commit/443283e22e89934a268b7a6318c02ffc3bfbf464)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Remove `stripFederationFromSupergraph` in favor of
10+
`transformSupergraphToPublicSchema`.
11+
12+
Instead of stripping only federation specific types, `transformSupergraphToPublicSchema` yields
13+
the public api schema as served by the gateway.
14+
315
## 0.1.4
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theguild/federation-composition",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "Open Source Composition library for Apollo Federation",
66
"repository": {

0 commit comments

Comments
 (0)