Skip to content

Commit 069f362

Browse files
v9.2.0
1 parent 61a941d commit 069f362

File tree

8 files changed

+418
-5
lines changed

8 files changed

+418
-5
lines changed

CHANGELOG.md

Lines changed: 345 additions & 0 deletions
Large diffs are not rendered by default.

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.0",
5+
"version": "9.2.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {
@@ -11,7 +11,9 @@
1111
}
1212
},
1313
"changelog": {
14-
"ignoreCommitters": ["allcontributors"],
14+
"ignoreCommitters": [
15+
"allcontributors"
16+
],
1517
"labels": {
1618
"enhancement": ":rocket: New Feature",
1719
"core": ":earth_asia: Core",

packages/apollo/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 9.2.0 (2022-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* apollo graphql base adapter is now abstract ([9eab0e9](https://github.com/nestjs/graphql/commit/9eab0e920f16bfca920193c436f1458516869478))
12+
* fix context auto-wrapping ([66ede7a](https://github.com/nestjs/graphql/commit/66ede7a4c9c97290bd9ad600064c0fd5abceb2ff))
13+
* **mercurius:** fix subscriptions ([a075ad5](https://github.com/nestjs/graphql/commit/a075ad51907f99d45862b08ec7503380ca2c4379))
14+
15+
16+
### Features
17+
18+
* adapters to drivers ([2012ade](https://github.com/nestjs/graphql/commit/2012adec272f463082c60f7c588e49a63bc3f259))
19+
* add dedicated gateway and federation adapters ([bdc5818](https://github.com/nestjs/graphql/commit/bdc5818cbed303523701e9ba2f1e26442c3ca428))
20+
* extract configurations ([7e53ce2](https://github.com/nestjs/graphql/commit/7e53ce25929a07a0cc809aa78490d882cd1accdd))
21+
* minor tweaks, normalize path by default ([033ea87](https://github.com/nestjs/graphql/commit/033ea873c5ab0e7bd3c447da82c720500b6cab3e))
22+
* remove directives, update graphql tools monorepo ([6ec229e](https://github.com/nestjs/graphql/commit/6ec229e5c46d7100cc04bbd536906116c299770a))

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/apollo",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@apollo)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

packages/graphql/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 9.2.0 (2022-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency fast-glob to v3.2.11 ([849aa87](https://github.com/nestjs/graphql/commit/849aa87dd6a602b8fd17cf949a709a2cbaf643f6))
12+
* **deps:** update dependency ws to v8.4.2 ([b74e879](https://github.com/nestjs/graphql/commit/b74e879baf366b2f197764a49071de020e641d9e))
13+
* fix build issues, update imports ([cf23319](https://github.com/nestjs/graphql/commit/cf2331947370934617a6553e90200114d1406d55))
14+
* fix context auto-wrapping ([66ede7a](https://github.com/nestjs/graphql/commit/66ede7a4c9c97290bd9ad600064c0fd5abceb2ff))
15+
* **graphql:** remove abstract instance getter from base driver ([151b41f](https://github.com/nestjs/graphql/commit/151b41f8efa893040cf9aa341e7007de3ba90eb2))
16+
17+
18+
### Features
19+
20+
* adapters to drivers ([2012ade](https://github.com/nestjs/graphql/commit/2012adec272f463082c60f7c588e49a63bc3f259))
21+
* add dedicated gateway and federation adapters ([bdc5818](https://github.com/nestjs/graphql/commit/bdc5818cbed303523701e9ba2f1e26442c3ca428))
22+
* extract configurations part 2 ([abbcac7](https://github.com/nestjs/graphql/commit/abbcac76592651931e45f87b92d75a1dc4aef39b))
23+
* migrate to lerna ([4f1dd75](https://github.com/nestjs/graphql/commit/4f1dd75b304163ea63b1144e3355ea6d8310c6f1))
24+
* minor tweaks, normalize path by default ([033ea87](https://github.com/nestjs/graphql/commit/033ea873c5ab0e7bd3c447da82c720500b6cab3e))
25+
* **module:** Recursive inclusion of modules ([4abf52f](https://github.com/nestjs/graphql/commit/4abf52f499dd10be1c8dcb7c8acbf4adfb527a51))
26+
* remove directives, update graphql tools monorepo ([6ec229e](https://github.com/nestjs/graphql/commit/6ec229e5c46d7100cc04bbd536906116c299770a))

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/graphql",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

packages/mercurius/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 9.2.0 (2022-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* fix context auto-wrapping ([66ede7a](https://github.com/nestjs/graphql/commit/66ede7a4c9c97290bd9ad600064c0fd5abceb2ff))
12+
* **mercurius:** fix subscriptions ([a075ad5](https://github.com/nestjs/graphql/commit/a075ad51907f99d45862b08ec7503380ca2c4379))
13+
14+
15+
### Features
16+
17+
* minor tweaks, normalize path by default ([033ea87](https://github.com/nestjs/graphql/commit/033ea873c5ab0e7bd3c447da82c720500b6cab3e))
18+
* remove directives, update graphql tools monorepo ([6ec229e](https://github.com/nestjs/graphql/commit/6ec229e5c46d7100cc04bbd536906116c299770a))

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/mercurius",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

0 commit comments

Comments
 (0)