From 8b759539d29847ce5d8418b5b65dcede579cd567 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Feb 2025 08:20:05 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/warm-seahorses-know.md | 5 ----- .changeset/wicked-cows-hammer.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/warm-seahorses-know.md delete mode 100644 .changeset/wicked-cows-hammer.md diff --git a/.changeset/warm-seahorses-know.md b/.changeset/warm-seahorses-know.md deleted file mode 100644 index dc59d8c..0000000 --- a/.changeset/warm-seahorses-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/federation-composition": patch ---- - -Fix a child data type field not being accessible via interfaceObject diff --git a/.changeset/wicked-cows-hammer.md b/.changeset/wicked-cows-hammer.md deleted file mode 100644 index d45e90d..0000000 --- a/.changeset/wicked-cows-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/federation-composition": patch ---- - -Respect inaccessible enum values while creating the public schema from the supergraph AST diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed54c3..2b389c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @theguild/federation-composition +## 0.14.4 + +### Patch Changes + +- [#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 + +- [#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 + ## 0.14.3 ### Patch Changes diff --git a/package.json b/package.json index 8cdd80a..9992544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.14.3", + "version": "0.14.4", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {