Skip to content

Commit

Permalink
Release v1.0.0 (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2020
1 parent fe10299 commit 9a3f9ad
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-bananas-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-moons-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-rockets-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-bulldogs-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-baboons-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-eggs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-zoos-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-kangaroos-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-taxis-bake.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/graphql-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# graphql-modules

## 1.0.0
### Major Changes

- fe10299: Make ExecutionContext optional and stable
- fe10299: Support executor of ApolloServer
- fe10299: Global providers in Operation Scope
- fe10299: Refactor, simplify DI, better execution flow, simpler module declartion
- fe10299: Instantiate singleton providers on application bootstrap

### Minor Changes

- fe10299: Global tokens provided by modules

### Patch Changes

- fe10299: Fix issues with isTypeOf and resolveType
- fe10299: test canary
- fe10299: Fixed exception thrown when there are multiple type extenions
2 changes: 1 addition & 1 deletion packages/graphql-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-modules",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"author": "Kamil Kisiela",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit 9a3f9ad

Please sign in to comment.