Skip to content

Commit

Permalink
updating package.json and CHANGELOG for 2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bquinn committed Oct 21, 2020
1 parent 6d0dbf1 commit d07ec38
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.4

- Fixed the error path on errors surfaced through `delegateToComponent()` calls such that error path takes into account the already traversed path and exclusions
- Variables from an outer operation are no longer forwarded to the sub operation created by `delegateToComponent()` this is to avoid passing along variables for types that dont exist in the schema being delegated to.

# 2.0.3

- Fixed individual field exclusions during import - individual field exclusions will no longer modify the original resolver map that is being imported.
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.3",
"version": "2.0.4",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit d07ec38

Please sign in to comment.