Skip to content

Commit 55e3893

Browse files
committed
chore(release): publish v0.9.0
1 parent 612238e commit 55e3893

File tree

22 files changed

+130
-31
lines changed

22 files changed

+130
-31
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** remove unused imports in example page ([a67ac24](https://github.com/doug-martin/nestjs-query/commit/a67ac24a141953dda0eac4912485e6f79022078a))
12+
13+
14+
### Features
15+
16+
* **typeorm:** Add support for soft deletes ([2ab42fa](https://github.com/doug-martin/nestjs-query/commit/2ab42faee2802abae4d8496e2529b8eb23860ed4))
17+
18+
19+
20+
21+
622
## [0.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24)
723

824
**Note:** Version bump only for package nestjs-query

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.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
7+
8+
**Note:** Version bump only for package nest-graphql-gateway
9+
10+
11+
12+
13+
614
## [0.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24)
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.8.9",
3+
"version": "0.9.0",
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.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
7+
8+
**Note:** Version bump only for package sub-task-graphql
9+
10+
11+
12+
13+
614
## [0.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24)
715

816
**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.8.9",
3+
"version": "0.9.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.14.1",
21-
"@nestjs-query/core": "0.8.9",
22-
"@nestjs-query/query-graphql": "0.8.9",
23-
"@nestjs-query/query-typeorm": "0.8.9",
21+
"@nestjs-query/core": "0.9.0",
22+
"@nestjs-query/query-graphql": "0.9.0",
23+
"@nestjs-query/query-typeorm": "0.9.0",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.4",

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.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
7+
8+
**Note:** Version bump only for package tag-graphql
9+
10+
11+
12+
13+
614
## [0.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24)
715

816
**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.8.9",
3+
"version": "0.9.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.14.1",
21-
"@nestjs-query/core": "0.8.9",
22-
"@nestjs-query/query-graphql": "0.8.9",
23-
"@nestjs-query/query-typeorm": "0.8.9",
21+
"@nestjs-query/core": "0.9.0",
22+
"@nestjs-query/query-graphql": "0.9.0",
23+
"@nestjs-query/query-typeorm": "0.9.0",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.4",

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.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
7+
8+
**Note:** Version bump only for package todo-item-graphql
9+
10+
11+
12+
13+
614
## [0.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24)
715

816
**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.8.9",
3+
"version": "0.9.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.14.1",
21-
"@nestjs-query/core": "0.8.9",
22-
"@nestjs-query/query-graphql": "0.8.9",
23-
"@nestjs-query/query-typeorm": "0.8.9",
21+
"@nestjs-query/core": "0.9.0",
22+
"@nestjs-query/query-graphql": "0.9.0",
23+
"@nestjs-query/query-typeorm": "0.9.0",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.4",

examples/nest-graphql-typeorm-multidb/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.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
7+
8+
**Note:** Version bump only for package nest-graphql-typeorm-multidb
9+
10+
11+
12+
13+
614
## [0.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24)
715

816
**Note:** Version bump only for package nest-graphql-typeorm-multidb

0 commit comments

Comments
 (0)