Skip to content

Commit e048760

Browse files
v9.2.7
1 parent dc556dd commit e048760

File tree

8 files changed

+61
-4
lines changed

8 files changed

+61
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.2.7](https://github.com/nestjs/graphql/compare/v9.2.0...v9.2.7) (2022-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* address minor issues, fix subscriptions support (mercurius) ([da8c23a](https://github.com/nestjs/graphql/commit/da8c23ac915cdfc2cebffe0cf38921301a7bb246))
12+
* **deps:** update dependency @graphql-tools/utils to v8.6.1 ([342ec1f](https://github.com/nestjs/graphql/commit/342ec1f5cd9f8f44b244e3fb09636a810e2785d3))
13+
* **deps:** update dependency chokidar to v3.5.3 ([5a5ef29](https://github.com/nestjs/graphql/commit/5a5ef2989ba46ef4f1065cc39bc1baca56483a1c))
14+
* **graphql:** add info on how to migrate, import only from root files ([bc68510](https://github.com/nestjs/graphql/commit/bc68510603af7dd6f938008bcd1f93b3ab45d2e0))
15+
* **mercurius:** import only from root ([bbd93ff](https://github.com/nestjs/graphql/commit/bbd93ffa551af67393abc86eed01546f04c5c78f))
16+
* support gql v16 ([c498fc3](https://github.com/nestjs/graphql/commit/c498fc3614703205c628a68126a921ae717e5866))
17+
18+
19+
20+
21+
622
# 9.2.0 (2022-01-24)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "9.2.0",
5+
"version": "9.2.7",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/apollo/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.2.7](https://github.com/nestjs/graphql/compare/v9.2.0...v9.2.7) (2022-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* address minor issues, fix subscriptions support (mercurius) ([da8c23a](https://github.com/nestjs/graphql/commit/da8c23ac915cdfc2cebffe0cf38921301a7bb246))
12+
* **deps:** update dependency @graphql-tools/utils to v8.6.1 ([342ec1f](https://github.com/nestjs/graphql/commit/342ec1f5cd9f8f44b244e3fb09636a810e2785d3))
13+
* **graphql:** add info on how to migrate, import only from root files ([bc68510](https://github.com/nestjs/graphql/commit/bc68510603af7dd6f938008bcd1f93b3ab45d2e0))
14+
15+
16+
17+
18+
619
# 9.2.0 (2022-01-24)
720

821

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.2.6",
3+
"version": "9.2.7",
44
"description": "Nest - modern, fast, powerful node.js web framework (@apollo)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

packages/graphql/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.2.7](https://github.com/nestjs/graphql/compare/v9.2.0...v9.2.7) (2022-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* address minor issues, fix subscriptions support (mercurius) ([da8c23a](https://github.com/nestjs/graphql/commit/da8c23ac915cdfc2cebffe0cf38921301a7bb246))
12+
* **deps:** update dependency @graphql-tools/utils to v8.6.1 ([342ec1f](https://github.com/nestjs/graphql/commit/342ec1f5cd9f8f44b244e3fb09636a810e2785d3))
13+
* **deps:** update dependency chokidar to v3.5.3 ([5a5ef29](https://github.com/nestjs/graphql/commit/5a5ef2989ba46ef4f1065cc39bc1baca56483a1c))
14+
* **graphql:** add info on how to migrate, import only from root files ([bc68510](https://github.com/nestjs/graphql/commit/bc68510603af7dd6f938008bcd1f93b3ab45d2e0))
15+
* support gql v16 ([c498fc3](https://github.com/nestjs/graphql/commit/c498fc3614703205c628a68126a921ae717e5866))
16+
17+
18+
19+
20+
621
# 9.2.0 (2022-01-24)
722

823

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.2.0",
3+
"version": "9.2.7",
44
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

packages/mercurius/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.2.7](https://github.com/nestjs/graphql/compare/v9.2.0...v9.2.7) (2022-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* address minor issues, fix subscriptions support (mercurius) ([da8c23a](https://github.com/nestjs/graphql/commit/da8c23ac915cdfc2cebffe0cf38921301a7bb246))
12+
* **deps:** update dependency @graphql-tools/utils to v8.6.1 ([342ec1f](https://github.com/nestjs/graphql/commit/342ec1f5cd9f8f44b244e3fb09636a810e2785d3))
13+
* **mercurius:** import only from root ([bbd93ff](https://github.com/nestjs/graphql/commit/bbd93ffa551af67393abc86eed01546f04c5c78f))
14+
15+
16+
17+
18+
619
# 9.2.0 (2022-01-24)
720

821

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.2.1",
3+
"version": "9.2.7",
44
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

0 commit comments

Comments
 (0)