Skip to content

Commit 6e0d9a4

Browse files
committed
chore(release): publish v0.12.0
1 parent 2dc9318 commit 6e0d9a4

File tree

30 files changed

+246
-46
lines changed

30 files changed

+246
-46
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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+
# [0.12.0](https://github.com/doug-martin/nestjs-query/compare/v0.11.8...v0.12.0) (2020-06-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.4 ([e000230](https://github.com/doug-martin/nestjs-query/commit/e00023069c2d6006cc8f3cc4920efdd5ae0dc859))
12+
* **deps:** update dependency apollo-server-express to v2.14.2 [security] ([36c9649](https://github.com/doug-martin/nestjs-query/commit/36c964914ef8d75968d3649de5e9fe9d2af22f4e))
13+
* **deps:** update dependency graphql-tools to v6.0.4 ([aaa6233](https://github.com/doug-martin/nestjs-query/commit/aaa62331b0894bd9d0d3f7b35dbc9c0b3d5425c0))
14+
* **deps:** update dependency graphql-tools to v6.0.5 ([fe181ae](https://github.com/doug-martin/nestjs-query/commit/fe181ae67a10599974a58246cbababbb07ff32e5))
15+
* **deps:** update dependency graphql-tools to v6.0.8 ([27cb278](https://github.com/doug-martin/nestjs-query/commit/27cb2789834c37dc4974d335aa7a435ca6850de0))
16+
17+
18+
### Features
19+
20+
* **graphql:** Add graphql subscriptions ([5dc987f](https://github.com/doug-martin/nestjs-query/commit/5dc987f435e0680192313e208359839f9c21d70b))
21+
22+
23+
24+
25+
626
## [0.11.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
727

828
**Note:** Version bump only for package nestjs-query

examples/federation/graphql-gateway/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+
# [0.12.0](https://github.com/doug-martin/nestjs-query/compare/v0.11.8...v0.12.0) (2020-06-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.4 ([e000230](https://github.com/doug-martin/nestjs-query/commit/e00023069c2d6006cc8f3cc4920efdd5ae0dc859))
12+
* **deps:** update dependency apollo-server-express to v2.14.2 [security] ([36c9649](https://github.com/doug-martin/nestjs-query/commit/36c964914ef8d75968d3649de5e9fe9d2af22f4e))
13+
* **deps:** update dependency graphql-tools to v6.0.4 ([aaa6233](https://github.com/doug-martin/nestjs-query/commit/aaa62331b0894bd9d0d3f7b35dbc9c0b3d5425c0))
14+
* **deps:** update dependency graphql-tools to v6.0.5 ([fe181ae](https://github.com/doug-martin/nestjs-query/commit/fe181ae67a10599974a58246cbababbb07ff32e5))
15+
* **deps:** update dependency graphql-tools to v6.0.8 ([27cb278](https://github.com/doug-martin/nestjs-query/commit/27cb2789834c37dc4974d335aa7a435ca6850de0))
16+
17+
18+
19+
20+
621
## [0.11.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
722

823
**Note:** Version bump only for package nest-graphql-gateway

examples/federation/graphql-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-gateway",
3-
"version": "0.11.8",
3+
"version": "0.12.0",
44
"description": "",
55
"author": "",
66
"private": true,

examples/federation/sub-task-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+
# [0.12.0](https://github.com/doug-martin/nestjs-query/compare/v0.11.8...v0.12.0) (2020-06-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.4 ([e000230](https://github.com/doug-martin/nestjs-query/commit/e00023069c2d6006cc8f3cc4920efdd5ae0dc859))
12+
* **deps:** update dependency apollo-server-express to v2.14.2 [security] ([36c9649](https://github.com/doug-martin/nestjs-query/commit/36c964914ef8d75968d3649de5e9fe9d2af22f4e))
13+
* **deps:** update dependency graphql-tools to v6.0.4 ([aaa6233](https://github.com/doug-martin/nestjs-query/commit/aaa62331b0894bd9d0d3f7b35dbc9c0b3d5425c0))
14+
* **deps:** update dependency graphql-tools to v6.0.5 ([fe181ae](https://github.com/doug-martin/nestjs-query/commit/fe181ae67a10599974a58246cbababbb07ff32e5))
15+
* **deps:** update dependency graphql-tools to v6.0.8 ([27cb278](https://github.com/doug-martin/nestjs-query/commit/27cb2789834c37dc4974d335aa7a435ca6850de0))
16+
17+
18+
19+
20+
621
## [0.11.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
722

823
**Note:** Version bump only for package sub-task-graphql

examples/federation/sub-task-graphql/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-task-graphql",
3-
"version": "0.11.8",
3+
"version": "0.12.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.4",
21-
"@nestjs-query/core": "0.11.8",
22-
"@nestjs-query/query-graphql": "0.11.8",
23-
"@nestjs-query/query-typeorm": "0.11.8",
21+
"@nestjs-query/core": "0.12.0",
22+
"@nestjs-query/query-graphql": "0.12.0",
23+
"@nestjs-query/query-typeorm": "0.12.0",
2424
"@nestjs/common": "7.1.3",
2525
"@nestjs/core": "7.1.3",
2626
"@nestjs/graphql": "7.4.1",

examples/federation/tag-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+
# [0.12.0](https://github.com/doug-martin/nestjs-query/compare/v0.11.8...v0.12.0) (2020-06-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.4 ([e000230](https://github.com/doug-martin/nestjs-query/commit/e00023069c2d6006cc8f3cc4920efdd5ae0dc859))
12+
* **deps:** update dependency apollo-server-express to v2.14.2 [security] ([36c9649](https://github.com/doug-martin/nestjs-query/commit/36c964914ef8d75968d3649de5e9fe9d2af22f4e))
13+
* **deps:** update dependency graphql-tools to v6.0.4 ([aaa6233](https://github.com/doug-martin/nestjs-query/commit/aaa62331b0894bd9d0d3f7b35dbc9c0b3d5425c0))
14+
* **deps:** update dependency graphql-tools to v6.0.5 ([fe181ae](https://github.com/doug-martin/nestjs-query/commit/fe181ae67a10599974a58246cbababbb07ff32e5))
15+
* **deps:** update dependency graphql-tools to v6.0.8 ([27cb278](https://github.com/doug-martin/nestjs-query/commit/27cb2789834c37dc4974d335aa7a435ca6850de0))
16+
17+
18+
19+
20+
621
## [0.11.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
722

823
**Note:** Version bump only for package tag-graphql

examples/federation/tag-graphql/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag-graphql",
3-
"version": "0.11.8",
3+
"version": "0.12.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.4",
21-
"@nestjs-query/core": "0.11.8",
22-
"@nestjs-query/query-graphql": "0.11.8",
23-
"@nestjs-query/query-typeorm": "0.11.8",
21+
"@nestjs-query/core": "0.12.0",
22+
"@nestjs-query/query-graphql": "0.12.0",
23+
"@nestjs-query/query-typeorm": "0.12.0",
2424
"@nestjs/common": "7.1.3",
2525
"@nestjs/core": "7.1.3",
2626
"@nestjs/graphql": "7.4.1",

examples/federation/todo-item-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+
# [0.12.0](https://github.com/doug-martin/nestjs-query/compare/v0.11.8...v0.12.0) (2020-06-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.4 ([e000230](https://github.com/doug-martin/nestjs-query/commit/e00023069c2d6006cc8f3cc4920efdd5ae0dc859))
12+
* **deps:** update dependency apollo-server-express to v2.14.2 [security] ([36c9649](https://github.com/doug-martin/nestjs-query/commit/36c964914ef8d75968d3649de5e9fe9d2af22f4e))
13+
* **deps:** update dependency graphql-tools to v6.0.4 ([aaa6233](https://github.com/doug-martin/nestjs-query/commit/aaa62331b0894bd9d0d3f7b35dbc9c0b3d5425c0))
14+
* **deps:** update dependency graphql-tools to v6.0.5 ([fe181ae](https://github.com/doug-martin/nestjs-query/commit/fe181ae67a10599974a58246cbababbb07ff32e5))
15+
* **deps:** update dependency graphql-tools to v6.0.8 ([27cb278](https://github.com/doug-martin/nestjs-query/commit/27cb2789834c37dc4974d335aa7a435ca6850de0))
16+
17+
18+
19+
20+
621
## [0.11.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
722

823
**Note:** Version bump only for package todo-item-graphql

examples/federation/todo-item-graphql/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-item-graphql",
3-
"version": "0.11.8",
3+
"version": "0.12.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.4",
21-
"@nestjs-query/core": "0.11.8",
22-
"@nestjs-query/query-graphql": "0.11.8",
23-
"@nestjs-query/query-typeorm": "0.11.8",
21+
"@nestjs-query/core": "0.12.0",
22+
"@nestjs-query/query-graphql": "0.12.0",
23+
"@nestjs-query/query-typeorm": "0.12.0",
2424
"@nestjs/common": "7.1.3",
2525
"@nestjs/core": "7.1.3",
2626
"@nestjs/graphql": "7.4.1",

examples/nest-graphql-basic/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [0.12.0](https://github.com/doug-martin/nestjs-query/compare/v0.11.8...v0.12.0) (2020-06-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency apollo-server-express to v2.14.2 [security] ([36c9649](https://github.com/doug-martin/nestjs-query/commit/36c964914ef8d75968d3649de5e9fe9d2af22f4e))
12+
* **deps:** update dependency graphql-tools to v6.0.4 ([aaa6233](https://github.com/doug-martin/nestjs-query/commit/aaa62331b0894bd9d0d3f7b35dbc9c0b3d5425c0))
13+
* **deps:** update dependency graphql-tools to v6.0.5 ([fe181ae](https://github.com/doug-martin/nestjs-query/commit/fe181ae67a10599974a58246cbababbb07ff32e5))
14+
* **deps:** update dependency graphql-tools to v6.0.8 ([27cb278](https://github.com/doug-martin/nestjs-query/commit/27cb2789834c37dc4974d335aa7a435ca6850de0))
15+
16+
17+
18+
19+
620
## [0.11.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
721

822
**Note:** Version bump only for package nest-graphql-basic

0 commit comments

Comments
 (0)