Skip to content

Commit 7359c11

Browse files
committed
chore(release): publish v0.11.2
1 parent c4d3585 commit 7359c11

File tree

28 files changed

+228
-41
lines changed

28 files changed

+228
-41
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.11.2](https://github.com/doug-martin/nestjs-query/compare/v0.11.1...v0.11.2) (2020-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix lint issues ([c3407c0](https://github.com/doug-martin/nestjs-query/commit/c3407c0abfebe2ed6563cf754bab646af124a661))
12+
* **deps:** update dependency @apollo/federation to v0.16.0 ([5a5acd6](https://github.com/doug-martin/nestjs-query/commit/5a5acd6edaeee96a0a1344ed52500522c10fd129))
13+
* **deps:** update dependency apollo-server-express to v2.13.1 ([49d214f](https://github.com/doug-martin/nestjs-query/commit/49d214f47cc2e8ebda56bdf17c052b69ba626ccd))
14+
* **deps:** update dependency pg to v8.1.0 ([42c7d01](https://github.com/doug-martin/nestjs-query/commit/42c7d01949d339f199b5fb35376a134393f6f4c4))
15+
* **deps:** update dependency pg to v8.2.0 ([6e20417](https://github.com/doug-martin/nestjs-query/commit/6e2041797f69cd214b59c3ec5c3f4f9068ad9961))
16+
17+
18+
### Features
19+
20+
* **graphql,core:** Add support for custom services and assemblers ([85e8658](https://github.com/doug-martin/nestjs-query/commit/85e8658c6acd495233cabb576c3458afcb8fff12))
21+
22+
23+
24+
25+
626
## [0.11.1](https://github.com/doug-martin/nestjs-query/compare/v0.11.0...v0.11.1) (2020-05-11)
727

828

examples/federation/graphql-gateway/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.11.2](https://github.com/doug-martin/nestjs-query/compare/v0.11.1...v0.11.2) (2020-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.0 ([5a5acd6](https://github.com/doug-martin/nestjs-query/commit/5a5acd6edaeee96a0a1344ed52500522c10fd129))
12+
* **deps:** update dependency apollo-server-express to v2.13.1 ([49d214f](https://github.com/doug-martin/nestjs-query/commit/49d214f47cc2e8ebda56bdf17c052b69ba626ccd))
13+
14+
15+
16+
17+
618
## [0.11.1](https://github.com/doug-martin/nestjs-query/compare/v0.11.0...v0.11.1) (2020-05-11)
719

820
**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.1",
3+
"version": "0.11.2",
44
"description": "",
55
"author": "",
66
"private": true,

examples/federation/sub-task-graphql/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.11.2](https://github.com/doug-martin/nestjs-query/compare/v0.11.1...v0.11.2) (2020-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.0 ([5a5acd6](https://github.com/doug-martin/nestjs-query/commit/5a5acd6edaeee96a0a1344ed52500522c10fd129))
12+
* **deps:** update dependency apollo-server-express to v2.13.1 ([49d214f](https://github.com/doug-martin/nestjs-query/commit/49d214f47cc2e8ebda56bdf17c052b69ba626ccd))
13+
* **deps:** update dependency pg to v8.1.0 ([42c7d01](https://github.com/doug-martin/nestjs-query/commit/42c7d01949d339f199b5fb35376a134393f6f4c4))
14+
* **deps:** update dependency pg to v8.2.0 ([6e20417](https://github.com/doug-martin/nestjs-query/commit/6e2041797f69cd214b59c3ec5c3f4f9068ad9961))
15+
16+
17+
18+
19+
620
## [0.11.1](https://github.com/doug-martin/nestjs-query/compare/v0.11.0...v0.11.1) (2020-05-11)
721

822
**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.1",
3+
"version": "0.11.2",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.0",
21-
"@nestjs-query/core": "0.11.1",
22-
"@nestjs-query/query-graphql": "0.11.1",
23-
"@nestjs-query/query-typeorm": "0.11.1",
21+
"@nestjs-query/core": "0.11.2",
22+
"@nestjs-query/query-graphql": "0.11.2",
23+
"@nestjs-query/query-typeorm": "0.11.2",
2424
"@nestjs/common": "7.0.11",
2525
"@nestjs/core": "7.0.11",
2626
"@nestjs/graphql": "7.3.7",

examples/federation/tag-graphql/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.11.2](https://github.com/doug-martin/nestjs-query/compare/v0.11.1...v0.11.2) (2020-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.0 ([5a5acd6](https://github.com/doug-martin/nestjs-query/commit/5a5acd6edaeee96a0a1344ed52500522c10fd129))
12+
* **deps:** update dependency apollo-server-express to v2.13.1 ([49d214f](https://github.com/doug-martin/nestjs-query/commit/49d214f47cc2e8ebda56bdf17c052b69ba626ccd))
13+
* **deps:** update dependency pg to v8.1.0 ([42c7d01](https://github.com/doug-martin/nestjs-query/commit/42c7d01949d339f199b5fb35376a134393f6f4c4))
14+
* **deps:** update dependency pg to v8.2.0 ([6e20417](https://github.com/doug-martin/nestjs-query/commit/6e2041797f69cd214b59c3ec5c3f4f9068ad9961))
15+
16+
17+
18+
19+
620
## [0.11.1](https://github.com/doug-martin/nestjs-query/compare/v0.11.0...v0.11.1) (2020-05-11)
721

822
**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.1",
3+
"version": "0.11.2",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.0",
21-
"@nestjs-query/core": "0.11.1",
22-
"@nestjs-query/query-graphql": "0.11.1",
23-
"@nestjs-query/query-typeorm": "0.11.1",
21+
"@nestjs-query/core": "0.11.2",
22+
"@nestjs-query/query-graphql": "0.11.2",
23+
"@nestjs-query/query-typeorm": "0.11.2",
2424
"@nestjs/common": "7.0.11",
2525
"@nestjs/core": "7.0.11",
2626
"@nestjs/graphql": "7.3.7",

examples/federation/todo-item-graphql/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.11.2](https://github.com/doug-martin/nestjs-query/compare/v0.11.1...v0.11.2) (2020-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.0 ([5a5acd6](https://github.com/doug-martin/nestjs-query/commit/5a5acd6edaeee96a0a1344ed52500522c10fd129))
12+
* **deps:** update dependency apollo-server-express to v2.13.1 ([49d214f](https://github.com/doug-martin/nestjs-query/commit/49d214f47cc2e8ebda56bdf17c052b69ba626ccd))
13+
* **deps:** update dependency pg to v8.1.0 ([42c7d01](https://github.com/doug-martin/nestjs-query/commit/42c7d01949d339f199b5fb35376a134393f6f4c4))
14+
* **deps:** update dependency pg to v8.2.0 ([6e20417](https://github.com/doug-martin/nestjs-query/commit/6e2041797f69cd214b59c3ec5c3f4f9068ad9961))
15+
16+
17+
18+
19+
620
## [0.11.1](https://github.com/doug-martin/nestjs-query/compare/v0.11.0...v0.11.1) (2020-05-11)
721

822
**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.1",
3+
"version": "0.11.2",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.0",
21-
"@nestjs-query/core": "0.11.1",
22-
"@nestjs-query/query-graphql": "0.11.1",
23-
"@nestjs-query/query-typeorm": "0.11.1",
21+
"@nestjs-query/core": "0.11.2",
22+
"@nestjs-query/query-graphql": "0.11.2",
23+
"@nestjs-query/query-typeorm": "0.11.2",
2424
"@nestjs/common": "7.0.11",
2525
"@nestjs/core": "7.0.11",
2626
"@nestjs/graphql": "7.3.7",

examples/nest-graphql-basic/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+
## [0.11.2](https://github.com/doug-martin/nestjs-query/compare/v0.11.1...v0.11.2) (2020-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency apollo-server-express to v2.13.1 ([49d214f](https://github.com/doug-martin/nestjs-query/commit/49d214f47cc2e8ebda56bdf17c052b69ba626ccd))
12+
* **deps:** update dependency pg to v8.1.0 ([42c7d01](https://github.com/doug-martin/nestjs-query/commit/42c7d01949d339f199b5fb35376a134393f6f4c4))
13+
* **deps:** update dependency pg to v8.2.0 ([6e20417](https://github.com/doug-martin/nestjs-query/commit/6e2041797f69cd214b59c3ec5c3f4f9068ad9961))
14+
15+
16+
17+
18+
619
## [0.11.1](https://github.com/doug-martin/nestjs-query/compare/v0.11.0...v0.11.1) (2020-05-11)
720

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

0 commit comments

Comments
 (0)