Skip to content

Commit 7d45c6c

Browse files
authored
v0.14.4 (#83)
Patch Changes #82 7d640bf Fix a child data type field not being accessible via interfaceObject #81 ded4b47 Respect inaccessible enum values while creating the public schema from the supergraph AST
1 parent ded4b47 commit 7d45c6c

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/warm-seahorses-know.md

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

.changeset/wicked-cows-hammer.md

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

CHANGELOG.md

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

3+
## 0.14.4
4+
5+
### Patch Changes
6+
7+
- [#82](https://github.com/the-guild-org/federation/pull/82) [`7d640bf`](https://github.com/the-guild-org/federation/commit/7d640bf468b17d97179cf6c76362cbf0f7b4587f) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix a child data type field not being accessible via interfaceObject
8+
9+
- [#81](https://github.com/the-guild-org/federation/pull/81) [`ded4b47`](https://github.com/the-guild-org/federation/commit/ded4b4786c74e1172a2aa3ace781303b08618536) Thanks [@ardatan](https://github.com/ardatan)! - Respect inaccessible enum values while creating the public schema from the supergraph AST
10+
311
## 0.14.3
412

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

0 commit comments

Comments
 (0)