Skip to content

Commit

Permalink
updating package.json and CHANGELOG for 2.0.0-rc3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bquinn committed Aug 4, 2020
1 parent b4ce688 commit 85ea63d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### UNRELEASED 2.x
- [DOCS] added basic documentation for `delegateToComponent`
- [FEATURE] added `targetRootField` option to `delegateToComponent`
- [CLEANUP] use fieldNodes to build sub-operation document in delegateToComponent such that the original operation document isn't unintentionally modified
- [CLEANUP] additional refactoring of resolver importation
- [FIXED] Memoizing resolvers didn't take into account aliased requests
- [CLEANUP] Refactor how imports are merged together to be optimized and only run when a schema is requested
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.0-rc2",
"version": "2.0.0-rc3",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit 85ea63d

Please sign in to comment.