Skip to content

Commit 0e52429

Browse files
Upcoming Release Changes (#182)
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 - [#185](#185) [`5e3cb1a`](5e3cb1a) Thanks [@jdolle](https://github.com/jdolle)! - tag extraction respects @external on parent - [#186](#186) [`2a1475f`](2a1475f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix failing satisfiability check for interface types. - [#167](#167) [`3e224c8`](3e224c8) Thanks [@jdolle](https://github.com/jdolle)! - Respect @external on parent type Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2a1475f commit 0e52429

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/dirty-humans-prove.md

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

.changeset/famous-pillows-behave.md

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

.changeset/tiny-ways-add.md

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

CHANGELOG.md

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

3+
## 0.20.1
4+
5+
### Patch Changes
6+
7+
- [#185](https://github.com/graphql-hive/federation-composition/pull/185) [`5e3cb1a`](https://github.com/graphql-hive/federation-composition/commit/5e3cb1aa96f42bb6719c31e2dc8205afcdaba389) Thanks [@jdolle](https://github.com/jdolle)! - tag extraction respects @external on parent
8+
9+
- [#186](https://github.com/graphql-hive/federation-composition/pull/186) [`2a1475f`](https://github.com/graphql-hive/federation-composition/commit/2a1475f8bb1c0711108965b6173212ca288e9229) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix failing satisfiability check for interface types.
10+
11+
- [#167](https://github.com/graphql-hive/federation-composition/pull/167) [`3e224c8`](https://github.com/graphql-hive/federation-composition/commit/3e224c860e5edc6ef0fe73449f10895972472a18) Thanks [@jdolle](https://github.com/jdolle)! - Respect @external on parent type
12+
313
## 0.20.0
414

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

0 commit comments

Comments
 (0)