From 8bef644e0174a817f6d9d674a65ce958f79f505c Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:36:01 +0200 Subject: [PATCH] Upcoming Release Changes (#54) --- .changeset/clean-cameras-type.md | 5 ----- .changeset/hip-trainers-sniff.md | 5 ----- .changeset/rare-carrots-happen.md | 5 ----- .changeset/real-meals-push.md | 5 ----- .changeset/shiny-tigers-tickle.md | 5 ----- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 7 files changed, 32 insertions(+), 26 deletions(-) delete mode 100644 .changeset/clean-cameras-type.md delete mode 100644 .changeset/hip-trainers-sniff.md delete mode 100644 .changeset/rare-carrots-happen.md delete mode 100644 .changeset/real-meals-push.md delete mode 100644 .changeset/shiny-tigers-tickle.md diff --git a/.changeset/clean-cameras-type.md b/.changeset/clean-cameras-type.md deleted file mode 100644 index 2ffac55..0000000 --- a/.changeset/clean-cameras-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': patch ---- - -Fix REQUIRES_FIELDS_MISSING_EXTERNAL in Fed v1 diff --git a/.changeset/hip-trainers-sniff.md b/.changeset/hip-trainers-sniff.md deleted file mode 100644 index 016572e..0000000 --- a/.changeset/hip-trainers-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': patch ---- - -Fix FIELD_TYPE_MISMATCH for unions and union members diff --git a/.changeset/rare-carrots-happen.md b/.changeset/rare-carrots-happen.md deleted file mode 100644 index 417f8ed..0000000 --- a/.changeset/rare-carrots-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': patch ---- - -Fix PROVIDES_FIELDS_MISSING_EXTERNAL in Fed v1 diff --git a/.changeset/real-meals-push.md b/.changeset/real-meals-push.md deleted file mode 100644 index fcd0da1..0000000 --- a/.changeset/real-meals-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': minor ---- - -Proper implementation of SATISFIABILITY_ERROR diff --git a/.changeset/shiny-tigers-tickle.md b/.changeset/shiny-tigers-tickle.md deleted file mode 100644 index e8fe085..0000000 --- a/.changeset/shiny-tigers-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': patch ---- - -Fix REQUIRES_INVALID_FIELDS_TYPE for enum value diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1bc12..0a040d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # @theguild/federation-composition +## 0.10.0 + +### Minor Changes + +- [#51](https://github.com/the-guild-org/federation/pull/51) + [`8cd5287`](https://github.com/the-guild-org/federation/commit/8cd52870faa34ca174bc31a79c41d11b66197464) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Proper implementation of + SATISFIABILITY_ERROR + +### Patch Changes + +- [#51](https://github.com/the-guild-org/federation/pull/51) + [`8cd5287`](https://github.com/the-guild-org/federation/commit/8cd52870faa34ca174bc31a79c41d11b66197464) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix REQUIRES_FIELDS_MISSING_EXTERNAL in + Fed v1 + +- [#51](https://github.com/the-guild-org/federation/pull/51) + [`8cd5287`](https://github.com/the-guild-org/federation/commit/8cd52870faa34ca174bc31a79c41d11b66197464) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix FIELD_TYPE_MISMATCH for unions and + union members + +- [#51](https://github.com/the-guild-org/federation/pull/51) + [`8cd5287`](https://github.com/the-guild-org/federation/commit/8cd52870faa34ca174bc31a79c41d11b66197464) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix PROVIDES_FIELDS_MISSING_EXTERNAL in + Fed v1 + +- [#51](https://github.com/the-guild-org/federation/pull/51) + [`8cd5287`](https://github.com/the-guild-org/federation/commit/8cd52870faa34ca174bc31a79c41d11b66197464) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix REQUIRES_INVALID_FIELDS_TYPE for + enum value + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index ed49b41..a98ed9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.9.0", + "version": "0.10.0", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {