Skip to content

Commit

Permalink
update package.json and CHANGELOG for 2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bquinn committed Oct 12, 2020
1 parent 082e1a1 commit b46dbbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-component",
"version": "2.0.2",
"version": "2.0.3",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit b46dbbe

Please sign in to comment.