From cbe7a1bdc863c1eb5d62e51b1bd955513fcd437b Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Fri, 29 Apr 2022 11:23:00 +0200 Subject: [PATCH] Changelogs --- gateway-js/CHANGELOG.md | 1 + internals-js/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/gateway-js/CHANGELOG.md b/gateway-js/CHANGELOG.md index 6f631546d..765e9844b 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -8,6 +8,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The - Fix `Schema.clone` when directive application happens before definition [PR #1785](https://github.com/apollographql/federation/pull/1785) - More helpful error message for errors encountered while reading supergraphs generated pre-federation 2 [PR #1796](https://github.com/apollographql/federation/pull/1796) - Fix handling of @require "chains" (a @require whose fields have @require themselves) [PR #1790](https://github.com/apollographql/federation/pull/1790) +- Fix bug applying an imported federation directive on another directive definition [PR #1797](https://github.com/apollographql/federation/pull/1797). ## v2.0.2-alpha.0 diff --git a/internals-js/CHANGELOG.md b/internals-js/CHANGELOG.md index 0bfece5ec..372e7665a 100644 --- a/internals-js/CHANGELOG.md +++ b/internals-js/CHANGELOG.md @@ -4,6 +4,7 @@ - Fix `Schema.clone` when directive application happens before definition [PR #1785](https://github.com/apollographql/federation/pull/1785) - More helpful error message for errors encountered while reading supergraphs generated pre-federation 2 [PR #1796](https://github.com/apollographql/federation/pull/1796) +- Fix bug applying an imported federation directive on another directive definition [PR #1797](https://github.com/apollographql/federation/pull/1797). ## v2.0.2-alpha.0