Skip to content

Commit

Permalink
update package.json and CHANGELOG for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjquinn committed Oct 30, 2020
1 parent cadf33c commit c282610
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,4 +1,9 @@
# 2.1.1

- update `@apollo/federation` to `^0.20.4`

# 2.1.0

- [FEATURE] `delegateToComponent()` - automatically prune fields from the delegated document selection set that are not defined in the schema (component) being delegated to. This will reduced potential down stream errors as well as ensures no unintended fields are forwarded and all fields forwarded can be resolved by the schema be delegated to. This feature addresses some edge cases around variable forwarding that were not addressed in prior patch releases `2.0.4` and `2.0.5`.

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

0 comments on commit c282610

Please sign in to comment.