Skip to content

Commit f7e5f86

Browse files
committed
chore(release): publish v0.11.8
1 parent c1a4b42 commit f7e5f86

File tree

28 files changed

+153
-41
lines changed

28 files changed

+153
-41
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
7+
8+
**Note:** Version bump only for package nestjs-query
9+
10+
11+
12+
13+
614
## [0.11.7](https://github.com/doug-martin/nestjs-query/compare/v0.11.6...v0.11.7) (2020-05-29)
715

816

examples/federation/graphql-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
7+
8+
**Note:** Version bump only for package nest-graphql-gateway
9+
10+
11+
12+
13+
614
## [0.11.7](https://github.com/doug-martin/nestjs-query/compare/v0.11.6...v0.11.7) (2020-05-29)
715

816

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

examples/federation/sub-task-graphql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
7+
8+
**Note:** Version bump only for package sub-task-graphql
9+
10+
11+
12+
13+
614
## [0.11.7](https://github.com/doug-martin/nestjs-query/compare/v0.11.6...v0.11.7) (2020-05-29)
715

816

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.7",
3+
"version": "0.11.8",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.2",
21-
"@nestjs-query/core": "0.11.7",
22-
"@nestjs-query/query-graphql": "0.11.7",
23-
"@nestjs-query/query-typeorm": "0.11.7",
21+
"@nestjs-query/core": "0.11.8",
22+
"@nestjs-query/query-graphql": "0.11.8",
23+
"@nestjs-query/query-typeorm": "0.11.8",
2424
"@nestjs/common": "7.1.1",
2525
"@nestjs/core": "7.1.1",
2626
"@nestjs/graphql": "7.3.11",

examples/federation/tag-graphql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
7+
8+
**Note:** Version bump only for package tag-graphql
9+
10+
11+
12+
13+
614
## [0.11.7](https://github.com/doug-martin/nestjs-query/compare/v0.11.6...v0.11.7) (2020-05-29)
715

816

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.7",
3+
"version": "0.11.8",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.2",
21-
"@nestjs-query/core": "0.11.7",
22-
"@nestjs-query/query-graphql": "0.11.7",
23-
"@nestjs-query/query-typeorm": "0.11.7",
21+
"@nestjs-query/core": "0.11.8",
22+
"@nestjs-query/query-graphql": "0.11.8",
23+
"@nestjs-query/query-typeorm": "0.11.8",
2424
"@nestjs/common": "7.1.1",
2525
"@nestjs/core": "7.1.1",
2626
"@nestjs/graphql": "7.3.11",

examples/federation/todo-item-graphql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
7+
8+
**Note:** Version bump only for package todo-item-graphql
9+
10+
11+
12+
13+
614
## [0.11.7](https://github.com/doug-martin/nestjs-query/compare/v0.11.6...v0.11.7) (2020-05-29)
715

816

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.7",
3+
"version": "0.11.8",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.2",
21-
"@nestjs-query/core": "0.11.7",
22-
"@nestjs-query/query-graphql": "0.11.7",
23-
"@nestjs-query/query-typeorm": "0.11.7",
21+
"@nestjs-query/core": "0.11.8",
22+
"@nestjs-query/query-graphql": "0.11.8",
23+
"@nestjs-query/query-typeorm": "0.11.8",
2424
"@nestjs/common": "7.1.1",
2525
"@nestjs/core": "7.1.1",
2626
"@nestjs/graphql": "7.3.11",

examples/nest-graphql-basic/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.8](https://github.com/doug-martin/nestjs-query/compare/v0.11.7...v0.11.8) (2020-05-30)
7+
8+
**Note:** Version bump only for package nest-graphql-basic
9+
10+
11+
12+
13+
614
## [0.11.7](https://github.com/doug-martin/nestjs-query/compare/v0.11.6...v0.11.7) (2020-05-29)
715

816

0 commit comments

Comments
 (0)