Skip to content

Commit b3365d0

Browse files
Upcoming Release Changes (#20)
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/[email protected] ### Patch Changes - [#19](#19) [`e0ef0bb`](e0ef0bb) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Make `stripFederationFromSupergraph` less strict and remove only Federation directives Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e0ef0bb commit b3365d0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.changeset/asd-asd-asd.md

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

CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#19](https://github.com/the-guild-org/federation/pull/19)
8+
[`e0ef0bb`](https://github.com/the-guild-org/federation/commit/e0ef0bb1201225aa2f1e5b400803c07eeed6b29a)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Make `stripFederationFromSupergraph`
10+
less strict and remove only Federation directives
11+
312
## 0.1.3
413

514
### 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.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Open Source Composition library for Apollo Federation",
66
"repository": {

0 commit comments

Comments
 (0)