Skip to content

Commit fa97bb5

Browse files
committed
chore(release): publish v0.15.1
1 parent 2ff2224 commit fa97bb5

File tree

30 files changed

+195
-37
lines changed

30 files changed

+195
-37
lines changed

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.15.1](https://github.com/doug-martin/nestjs-query/compare/v0.15.0...v0.15.1) (2020-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.0.11 ([14416c4](https://github.com/doug-martin/nestjs-query/commit/14416c41dbd0dffab105415ee45b2d7fa389a86b))
12+
* **deps:** update dependency sequelize to v5.22.1 ([6ff765d](https://github.com/doug-martin/nestjs-query/commit/6ff765d2c8d01d99d20920f370d90d9959b183ff))
13+
14+
15+
16+
17+
618
# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)
719

820

examples/federation/graphql-gateway/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.15.1](https://github.com/doug-martin/nestjs-query/compare/v0.15.0...v0.15.1) (2020-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.0.11 ([14416c4](https://github.com/doug-martin/nestjs-query/commit/14416c41dbd0dffab105415ee45b2d7fa389a86b))
12+
13+
14+
15+
16+
617
# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)
718

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.15.1](https://github.com/doug-martin/nestjs-query/compare/v0.15.0...v0.15.1) (2020-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.0.11 ([14416c4](https://github.com/doug-martin/nestjs-query/commit/14416c41dbd0dffab105415ee45b2d7fa389a86b))
12+
13+
14+
15+
16+
617
# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)
718

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-task-graphql",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.9",
2121
"@nestjs-query/core": "0.15.0",
22-
"@nestjs-query/query-graphql": "0.15.0",
23-
"@nestjs-query/query-typeorm": "0.15.0",
22+
"@nestjs-query/query-graphql": "0.15.1",
23+
"@nestjs-query/query-typeorm": "0.15.1",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",
2626
"@nestjs/graphql": "7.4.6",

examples/federation/tag-graphql/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.15.1](https://github.com/doug-martin/nestjs-query/compare/v0.15.0...v0.15.1) (2020-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.0.11 ([14416c4](https://github.com/doug-martin/nestjs-query/commit/14416c41dbd0dffab105415ee45b2d7fa389a86b))
12+
13+
14+
15+
16+
617
# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)
718

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

examples/federation/tag-graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag-graphql",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.9",
2121
"@nestjs-query/core": "0.15.0",
22-
"@nestjs-query/query-graphql": "0.15.0",
23-
"@nestjs-query/query-typeorm": "0.15.0",
22+
"@nestjs-query/query-graphql": "0.15.1",
23+
"@nestjs-query/query-typeorm": "0.15.1",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",
2626
"@nestjs/graphql": "7.4.6",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.15.1](https://github.com/doug-martin/nestjs-query/compare/v0.15.0...v0.15.1) (2020-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.0.11 ([14416c4](https://github.com/doug-martin/nestjs-query/commit/14416c41dbd0dffab105415ee45b2d7fa389a86b))
12+
13+
14+
15+
16+
617
# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)
718

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-item-graphql",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.9",
2121
"@nestjs-query/core": "0.15.0",
22-
"@nestjs-query/query-graphql": "0.15.0",
23-
"@nestjs-query/query-typeorm": "0.15.0",
22+
"@nestjs-query/query-graphql": "0.15.1",
23+
"@nestjs-query/query-typeorm": "0.15.1",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",
2626
"@nestjs/graphql": "7.4.6",

examples/nest-graphql-basic/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.15.1](https://github.com/doug-martin/nestjs-query/compare/v0.15.0...v0.15.1) (2020-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.0.11 ([14416c4](https://github.com/doug-martin/nestjs-query/commit/14416c41dbd0dffab105415ee45b2d7fa389a86b))
12+
13+
14+
15+
16+
617
# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)
718

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

0 commit comments

Comments
 (0)