Skip to content

Commit 4fa49cb

Browse files
committed
chore(release): publish v0.10.0
1 parent 56e1795 commit 4fa49cb

File tree

26 files changed

+166
-39
lines changed

26 files changed

+166
-39
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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.54 ([d6b7e6c](https://github.com/doug-martin/nestjs-query/commit/d6b7e6c0b812f637fdc22e5a26e34d1c4b0dc8b3))
12+
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.54 ([fae7683](https://github.com/doug-martin/nestjs-query/commit/fae7683fd8dc845dccf4422cbb518aa1ed954bdf))
13+
14+
15+
### Features
16+
17+
* **sequelize:** Initial Sequelize support ([bfcf436](https://github.com/doug-martin/nestjs-query/commit/bfcf4368b96617113c0334cd78a8881e4952eb99))
18+
* **sequelize:** More clean up of code ([a72bce5](https://github.com/doug-martin/nestjs-query/commit/a72bce583862ed1902ee81974d7b530e7caac4d1))
19+
20+
21+
22+
23+
624
# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
725

826

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.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
**Note:** Version bump only for package nest-graphql-gateway
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
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.9.0",
3+
"version": "0.10.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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
**Note:** Version bump only for package sub-task-graphql
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
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.9.0",
3+
"version": "0.10.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.9.0",
22-
"@nestjs-query/query-graphql": "0.9.0",
23-
"@nestjs-query/query-typeorm": "0.9.0",
21+
"@nestjs-query/core": "0.10.0",
22+
"@nestjs-query/query-graphql": "0.10.0",
23+
"@nestjs-query/query-typeorm": "0.10.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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
**Note:** Version bump only for package tag-graphql
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
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.9.0",
3+
"version": "0.10.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.9.0",
22-
"@nestjs-query/query-graphql": "0.9.0",
23-
"@nestjs-query/query-typeorm": "0.9.0",
21+
"@nestjs-query/core": "0.10.0",
22+
"@nestjs-query/query-graphql": "0.10.0",
23+
"@nestjs-query/query-typeorm": "0.10.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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
**Note:** Version bump only for package todo-item-graphql
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
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.9.0",
3+
"version": "0.10.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.9.0",
22-
"@nestjs-query/query-graphql": "0.9.0",
23-
"@nestjs-query/query-typeorm": "0.9.0",
21+
"@nestjs-query/core": "0.10.0",
22+
"@nestjs-query/query-graphql": "0.10.0",
23+
"@nestjs-query/query-typeorm": "0.10.0",
2424
"@nestjs/common": "7.0.9",
2525
"@nestjs/core": "7.0.9",
2626
"@nestjs/graphql": "7.3.4",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
9+
### Features
10+
11+
* **sequelize:** More clean up of code ([a72bce5](https://github.com/doug-martin/nestjs-query/commit/a72bce583862ed1902ee81974d7b530e7caac4d1))

examples/nest-graphql-sequelize/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-sequelize",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -14,9 +14,9 @@
1414
"start:prod": "node dist/main"
1515
},
1616
"dependencies": {
17-
"@nestjs-query/core": "0.9.0",
18-
"@nestjs-query/query-graphql": "0.9.0",
19-
"@nestjs-query/query-sequelize": "0.9.0",
17+
"@nestjs-query/core": "0.10.0",
18+
"@nestjs-query/query-graphql": "0.10.0",
19+
"@nestjs-query/query-sequelize": "0.10.0",
2020
"@nestjs/common": "7.0.9",
2121
"@nestjs/core": "7.0.9",
2222
"@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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
**Note:** Version bump only for package nest-graphql-typeorm-multidb
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
715

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

examples/nest-graphql-typeorm-multidb/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-typeorm-multidb",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -16,9 +16,9 @@
1616
"schema:sync": "typeorm schema:sync"
1717
},
1818
"dependencies": {
19-
"@nestjs-query/core": "0.9.0",
20-
"@nestjs-query/query-graphql": "0.9.0",
21-
"@nestjs-query/query-typeorm": "0.9.0",
19+
"@nestjs-query/core": "0.10.0",
20+
"@nestjs-query/query-graphql": "0.10.0",
21+
"@nestjs-query/query-typeorm": "0.10.0",
2222
"@nestjs/common": "7.0.9",
2323
"@nestjs/core": "7.0.9",
2424
"@nestjs/graphql": "7.3.4",

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

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

examples/nest-graphql-typeorm-soft-delete/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-typeorm-soft-delete",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -17,9 +17,9 @@
1717
"seed": "ts-node ../../node_modules/typeorm-seeding/dist/cli.js -n /ormconfig.json seed"
1818
},
1919
"dependencies": {
20-
"@nestjs-query/core": "0.9.0",
21-
"@nestjs-query/query-graphql": "0.9.0",
22-
"@nestjs-query/query-typeorm": "0.9.0",
20+
"@nestjs-query/core": "0.10.0",
21+
"@nestjs-query/query-graphql": "0.10.0",
22+
"@nestjs-query/query-typeorm": "0.10.0",
2323
"@nestjs/common": "7.0.9",
2424
"@nestjs/core": "7.0.9",
2525
"@nestjs/graphql": "7.3.4",

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

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

examples/nest-graphql-typeorm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-typeorm",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -17,9 +17,9 @@
1717
"seed": "ts-node ../../node_modules/typeorm-seeding/dist/cli.js -n /ormconfig.json seed"
1818
},
1919
"dependencies": {
20-
"@nestjs-query/core": "0.9.0",
21-
"@nestjs-query/query-graphql": "0.9.0",
22-
"@nestjs-query/query-typeorm": "0.9.0",
20+
"@nestjs-query/core": "0.10.0",
21+
"@nestjs-query/query-graphql": "0.10.0",
22+
"@nestjs-query/query-typeorm": "0.10.0",
2323
"@nestjs/common": "7.0.9",
2424
"@nestjs/core": "7.0.9",
2525
"@nestjs/graphql": "7.3.4",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"hoist": true
1818
}
1919
},
20-
"version": "0.9.0"
20+
"version": "0.10.0"
2121
}

packages/core/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.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
9+
### Features
10+
11+
* **sequelize:** Initial Sequelize support ([bfcf436](https://github.com/doug-martin/nestjs-query/commit/bfcf4368b96617113c0334cd78a8881e4952eb99))
12+
13+
14+
15+
16+
617
# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
718

819
**Note:** Version bump only for package @nestjs-query/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/core",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Base query package",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

packages/query-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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
9+
### Features
10+
11+
* **sequelize:** Initial Sequelize support ([bfcf436](https://github.com/doug-martin/nestjs-query/commit/bfcf4368b96617113c0334cd78a8881e4952eb99))
12+
13+
14+
15+
16+
617
# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)
718

819
**Note:** Version bump only for package @nestjs-query/query-graphql

packages/query-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-graphql",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/doug-martin/nestjs-query/issues"
3939
},
4040
"dependencies": {
41-
"@nestjs-query/core": "0.9.0",
41+
"@nestjs-query/core": "0.10.0",
4242
"lodash.omit": "4.5.0",
4343
"lower-case-first": "2.0.1",
4444
"pluralize": "8.0.0",

packages/query-sequelize/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)
7+
8+
9+
### Features
10+
11+
* **sequelize:** Initial Sequelize support ([bfcf436](https://github.com/doug-martin/nestjs-query/commit/bfcf4368b96617113c0334cd78a8881e4952eb99))
12+
* **sequelize:** More clean up of code ([a72bce5](https://github.com/doug-martin/nestjs-query/commit/a72bce583862ed1902ee81974d7b530e7caac4d1))

0 commit comments

Comments
 (0)