Skip to content

Commit 3520509

Browse files
committed
chore(release): publish v0.10.2
1 parent c7f5190 commit 3520509

File tree

22 files changed

+115
-18
lines changed

22 files changed

+115
-18
lines changed

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.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **sequelize:** Update sequelize package deps to match hoisted ([c7f5190](https://github.com/doug-martin/nestjs-query/commit/c7f5190ad1ae3d099cf9709eee36da188a455d13))
12+
13+
14+
15+
16+
617
## [0.10.1](https://github.com/doug-martin/nestjs-query/compare/v0.10.0...v0.10.1) (2020-05-02)
718

819

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.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
7+
8+
**Note:** Version bump only for package nest-graphql-gateway
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/doug-martin/nestjs-query/compare/v0.10.0...v0.10.1) (2020-05-02)
715

816
**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.1",
3+
"version": "0.10.2",
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.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
7+
8+
**Note:** Version bump only for package sub-task-graphql
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/doug-martin/nestjs-query/compare/v0.10.0...v0.10.1) (2020-05-02)
715

816

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-task-graphql",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -20,7 +20,7 @@
2020
"@apollo/federation": "0.14.1",
2121
"@nestjs-query/core": "0.10.0",
2222
"@nestjs-query/query-graphql": "0.10.1",
23-
"@nestjs-query/query-typeorm": "0.10.0",
23+
"@nestjs-query/query-typeorm": "0.10.2",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.5",

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.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
7+
8+
**Note:** Version bump only for package tag-graphql
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/doug-martin/nestjs-query/compare/v0.10.0...v0.10.1) (2020-05-02)
715

816

examples/federation/tag-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag-graphql",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -20,7 +20,7 @@
2020
"@apollo/federation": "0.14.1",
2121
"@nestjs-query/core": "0.10.0",
2222
"@nestjs-query/query-graphql": "0.10.1",
23-
"@nestjs-query/query-typeorm": "0.10.0",
23+
"@nestjs-query/query-typeorm": "0.10.2",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.5",

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.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
7+
8+
**Note:** Version bump only for package todo-item-graphql
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/doug-martin/nestjs-query/compare/v0.10.0...v0.10.1) (2020-05-02)
715

816

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-item-graphql",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -20,7 +20,7 @@
2020
"@apollo/federation": "0.14.1",
2121
"@nestjs-query/core": "0.10.0",
2222
"@nestjs-query/query-graphql": "0.10.1",
23-
"@nestjs-query/query-typeorm": "0.10.0",
23+
"@nestjs-query/query-typeorm": "0.10.2",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.5",

examples/nest-graphql-sequelize/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.10.2](https://github.com/doug-martin/nestjs-query/compare/v0.10.1...v0.10.2) (2020-05-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **sequelize:** Update sequelize package deps to match hoisted ([c7f5190](https://github.com/doug-martin/nestjs-query/commit/c7f5190ad1ae3d099cf9709eee36da188a455d13))
12+
13+
14+
15+
16+
617
## [0.10.1](https://github.com/doug-martin/nestjs-query/compare/v0.10.0...v0.10.1) (2020-05-02)
718

819

0 commit comments

Comments
 (0)