From b46dbbe79015956330379617890da861f1703555 Mon Sep 17 00:00:00 2001 From: bquinn Date: Mon, 12 Oct 2020 16:39:05 -0700 Subject: [PATCH] update package.json and CHANGELOG for 2.0.3 release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339cc4c..4faa6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.0.3 + +- Fixed individual field exclusions during import - individual field exclusions will no longer modify the original resolver map that is being imported. +- Fixed/tightened up argument forwarding when using `delegateToComponent()` - only arguments the target field is expecting will be extracted from the calling resolver or from the `args` object provided to `delegateToComponent()` depending on the situation. Previously, there were some unintended argument leakage in certain edge cases. + # 2.0.2 - Fixed importing directives diff --git a/package.json b/package.json index b16e7be..ebb2016 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-component", - "version": "2.0.2", + "version": "2.0.3", "description": "Build graphql schema with components", "keywords": [ "graphql",