Skip to content

Commit 1165f60

Browse files
committed
update package.json and CHANGELOG for 2.0.5 release
1 parent b87e411 commit 1165f60

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.5
2+
3+
- 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.
4+
15
# 2.0.4
26

37
- Fixed the error path on errors surfaced through `delegateToComponent()` calls such that error path takes into account the already traversed path and exclusions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-component",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Build graphql schema with components",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)