Skip to content

Commit fd2845c

Browse files
v2.1.0
1 parent 38fcb53 commit fd2845c

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

.changeset/clean-rules-worry.md

-5
This file was deleted.

.changeset/rare-apples-fly.md

-5
This file was deleted.

.changeset/wet-peaches-yell.md

-5
This file was deleted.

packages/graphql-modules/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# graphql-modules
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- c0a3d556: Allow to overwrite providers when using testkit.testModule
8+
9+
### Patch Changes
10+
11+
- 9e5ec3ae: Add a deprecation note for createSchemaForApollo method
12+
- 285987c6: Fix a memory leak related to ExecutionContext and Promises
13+
314
## 2.0.0
415

516
### Major Changes

packages/graphql-modules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"typescript",
99
"the-guild"
1010
],
11-
"version": "2.0.0",
11+
"version": "2.1.0",
1212
"author": "Kamil Kisiela",
1313
"license": "MIT",
1414
"sideEffects": false,

0 commit comments

Comments
 (0)