Skip to content

Commit

Permalink
update package.json and CHANGELOG for 2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjquinn committed Oct 27, 2020
1 parent b87e411 commit 1165f60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.5

- Reinstated variable passing to the sub-document created by `delegateToComponent()`. All variable values will be forwarded to the delegated operation, but only the variable definitions for input types or types that are in the target schema will be forwarded. This prevents errors in certain delegate situations while also allowing valid resolution of args passed as variables.

# 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
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.4",
"version": "2.0.5",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit 1165f60

Please sign in to comment.