Skip to content

Commit 703c2d9

Browse files
committed
chore(release): publish v0.11.0
1 parent 4f6aadf commit 703c2d9

File tree

28 files changed

+204
-41
lines changed

28 files changed

+204
-41
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0](https://github.com/doug-martin/nestjs-query/compare/v0.10.2...v0.11.0) (2020-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.15.0 ([b534056](https://github.com/doug-martin/nestjs-query/commit/b5340567221624dc5bd096e2c1e7097ac3bcc522))
12+
* **deps:** update dependency apollo-server-express to v2.13.0 ([7525af5](https://github.com/doug-martin/nestjs-query/commit/7525af5ad2cde82ebb684c75226b4818e7b068fc))
13+
14+
15+
### Features
16+
17+
* **graphql:** Add graphql module ([282c421](https://github.com/doug-martin/nestjs-query/commit/282c421d0e6f67fe750fa6005f6cb7d960c8fbd0))
18+
* **graphql:** Add relation/connection decorators ([a75cf96](https://github.com/doug-martin/nestjs-query/commit/a75cf96c18dcc3fb1f8899933959753f66b68d7e))
19+
20+
21+
22+
23+
624
## [0.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
725

826

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.0](https://github.com/doug-martin/nestjs-query/compare/v0.10.2...v0.11.0) (2020-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.15.0 ([b534056](https://github.com/doug-martin/nestjs-query/commit/b5340567221624dc5bd096e2c1e7097ac3bcc522))
12+
* **deps:** update dependency apollo-server-express to v2.13.0 ([7525af5](https://github.com/doug-martin/nestjs-query/commit/7525af5ad2cde82ebb684c75226b4818e7b068fc))
13+
14+
15+
16+
17+
618
## [0.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
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.10.2",
3+
"version": "0.11.0",
44
"description": "",
55
"author": "",
66
"private": true,

examples/federation/sub-task-graphql/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.0](https://github.com/doug-martin/nestjs-query/compare/v0.10.2...v0.11.0) (2020-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.15.0 ([b534056](https://github.com/doug-martin/nestjs-query/commit/b5340567221624dc5bd096e2c1e7097ac3bcc522))
12+
* **deps:** update dependency apollo-server-express to v2.13.0 ([7525af5](https://github.com/doug-martin/nestjs-query/commit/7525af5ad2cde82ebb684c75226b4818e7b068fc))
13+
14+
15+
16+
17+
618
## [0.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
719

820
**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.10.2",
3+
"version": "0.11.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.15.0",
21-
"@nestjs-query/core": "0.10.0",
22-
"@nestjs-query/query-graphql": "0.10.1",
23-
"@nestjs-query/query-typeorm": "0.10.2",
21+
"@nestjs-query/core": "0.11.0",
22+
"@nestjs-query/query-graphql": "0.11.0",
23+
"@nestjs-query/query-typeorm": "0.11.0",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.7",

examples/federation/tag-graphql/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.0](https://github.com/doug-martin/nestjs-query/compare/v0.10.2...v0.11.0) (2020-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.15.0 ([b534056](https://github.com/doug-martin/nestjs-query/commit/b5340567221624dc5bd096e2c1e7097ac3bcc522))
12+
* **deps:** update dependency apollo-server-express to v2.13.0 ([7525af5](https://github.com/doug-martin/nestjs-query/commit/7525af5ad2cde82ebb684c75226b4818e7b068fc))
13+
14+
15+
16+
17+
618
## [0.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
719

820
**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.10.2",
3+
"version": "0.11.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.15.0",
21-
"@nestjs-query/core": "0.10.0",
22-
"@nestjs-query/query-graphql": "0.10.1",
23-
"@nestjs-query/query-typeorm": "0.10.2",
21+
"@nestjs-query/core": "0.11.0",
22+
"@nestjs-query/query-graphql": "0.11.0",
23+
"@nestjs-query/query-typeorm": "0.11.0",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.7",

examples/federation/todo-item-graphql/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.0](https://github.com/doug-martin/nestjs-query/compare/v0.10.2...v0.11.0) (2020-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.15.0 ([b534056](https://github.com/doug-martin/nestjs-query/commit/b5340567221624dc5bd096e2c1e7097ac3bcc522))
12+
* **deps:** update dependency apollo-server-express to v2.13.0 ([7525af5](https://github.com/doug-martin/nestjs-query/commit/7525af5ad2cde82ebb684c75226b4818e7b068fc))
13+
14+
15+
16+
17+
618
## [0.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
719

820
**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.10.2",
3+
"version": "0.11.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.15.0",
21-
"@nestjs-query/core": "0.10.0",
22-
"@nestjs-query/query-graphql": "0.10.1",
23-
"@nestjs-query/query-typeorm": "0.10.2",
21+
"@nestjs-query/core": "0.11.0",
22+
"@nestjs-query/query-graphql": "0.11.0",
23+
"@nestjs-query/query-typeorm": "0.11.0",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.7",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
# [0.11.0](https://github.com/doug-martin/nestjs-query/compare/v0.10.2...v0.11.0) (2020-05-09)
7+
8+
**Note:** Version bump only for package nest-graphql-basic

0 commit comments

Comments
 (0)