Skip to content

Commit 77f4573

Browse files
committed
chore(release): publish v0.19.0
1 parent c1ab92f commit 77f4573

File tree

12 files changed

+109
-19
lines changed

12 files changed

+109
-19
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.62 ([dc773f4](https://github.com/doug-martin/nestjs-query/commit/dc773f48996b1208b1f1c17c34977bbf6838e108))
12+
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.62 ([ad5c2d2](https://github.com/doug-martin/nestjs-query/commit/ad5c2d21146aab5fd9ddc3982ec2cce547b58ffd))
13+
* **deps:** update dependency apollo-server-express to v2.17.0 ([53398fe](https://github.com/doug-martin/nestjs-query/commit/53398fe9f2e879499892066b9a6bb90879afc8bf))
14+
* **deps:** update dependency graphql-tools to v6.1.0 ([2394310](https://github.com/doug-martin/nestjs-query/commit/23943101d4fb52e3ba94018df4b902acf6adb2fe))
15+
* **deps:** update dependency pg to v8.3.2 ([1a03710](https://github.com/doug-martin/nestjs-query/commit/1a037100ce497c319bd9d0be3c17088f48fa893e))
16+
* **deps:** update dependency pg to v8.3.3 ([f471395](https://github.com/doug-martin/nestjs-query/commit/f471395a782eeabe679936c104fdb14521623441))
17+
* **example,auth:** Fix auth example ([b26e1c6](https://github.com/doug-martin/nestjs-query/commit/b26e1c62e1f3264f68dfaf637239e409145b3106))
18+
19+
20+
### Features
21+
22+
* **auth:** Initial Investigation ([8d40636](https://github.com/doug-martin/nestjs-query/commit/8d4063620cee52be41b7847d99bdfa8a5a2f75b7))
23+
* **core:** Update QueryService to allow additional filtering ([474369b](https://github.com/doug-martin/nestjs-query/commit/474369bd46ee82e3c8510f0564019627367d467c))
24+
* **graphql,auth:** Add authorization to resolvers and relations ([9d76787](https://github.com/doug-martin/nestjs-query/commit/9d76787d031e6a731f28877c0df46cf4472b2faf))
25+
* **sequelize:** Add additional filter options to QueryService ([29fdfa7](https://github.com/doug-martin/nestjs-query/commit/29fdfa724ec199835a6493b5f9cccb6bec58f074))
26+
* **typeorm:** Add additional filter options to QueryService ([64241dc](https://github.com/doug-martin/nestjs-query/commit/64241dc9c4565c3bb2d4f168c837578bd706c48c))
27+
28+
29+
30+
31+
632
## [0.18.1](https://github.com/doug-martin/nestjs-query/compare/v0.18.0...v0.18.1) (2020-08-14)
733

834

examples/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency apollo-server-express to v2.17.0 ([53398fe](https://github.com/doug-martin/nestjs-query/commit/53398fe9f2e879499892066b9a6bb90879afc8bf))
12+
* **deps:** update dependency graphql-tools to v6.1.0 ([2394310](https://github.com/doug-martin/nestjs-query/commit/23943101d4fb52e3ba94018df4b902acf6adb2fe))
13+
* **deps:** update dependency pg to v8.3.2 ([1a03710](https://github.com/doug-martin/nestjs-query/commit/1a037100ce497c319bd9d0be3c17088f48fa893e))
14+
* **deps:** update dependency pg to v8.3.3 ([f471395](https://github.com/doug-martin/nestjs-query/commit/f471395a782eeabe679936c104fdb14521623441))
15+
* **example,auth:** Fix auth example ([b26e1c6](https://github.com/doug-martin/nestjs-query/commit/b26e1c62e1f3264f68dfaf637239e409145b3106))
16+
17+
18+
### Features
19+
20+
* **auth:** Initial Investigation ([8d40636](https://github.com/doug-martin/nestjs-query/commit/8d4063620cee52be41b7847d99bdfa8a5a2f75b7))
21+
22+
23+
24+
25+
626
## [0.18.1](https://github.com/doug-martin/nestjs-query/compare/v0.18.0...v0.18.1) (2020-08-14)
727

828

examples/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -12,28 +12,28 @@
1212
"start": "nest start --watch"
1313
},
1414
"dependencies": {
15-
"@nestjs-query/core": "0.18.1",
16-
"@nestjs-query/query-graphql": "0.18.1",
17-
"@nestjs-query/query-sequelize": "0.18.1",
18-
"@nestjs-query/query-typeorm": "0.18.1",
15+
"@nestjs-query/core": "0.19.0",
16+
"@nestjs-query/query-graphql": "0.19.0",
17+
"@nestjs-query/query-sequelize": "0.19.0",
18+
"@nestjs-query/query-typeorm": "0.19.0",
1919
"@nestjs/common": "7.4.4",
2020
"@nestjs/core": "7.4.4",
2121
"@nestjs/graphql": "7.6.0",
22+
"@nestjs/jwt": "7.1.0",
23+
"@nestjs/passport": "7.1.0",
2224
"@nestjs/platform-express": "7.4.4",
2325
"@nestjs/sequelize": "0.1.1",
2426
"@nestjs/typeorm": "7.1.1",
25-
"@nestjs/passport": "7.1.0",
26-
"@nestjs/jwt": "7.1.0",
27-
"passport": "0.4.1",
28-
"passport-jwt": "4.0.0",
29-
"passport-local": "1.0.0",
3027
"apollo-server-express": "2.17.0",
3128
"apollo-server-plugin-base": "0.9.1",
3229
"class-validator": "0.12.2",
3330
"graphql": "15.3.0",
3431
"graphql-query-complexity": "0.7.0",
3532
"graphql-tools": "6.1.0",
3633
"mysql2": "2.1.0",
34+
"passport": "0.4.1",
35+
"passport-jwt": "4.0.0",
36+
"passport-local": "1.0.0",
3737
"pg": "8.3.3",
3838
"rimraf": "3.0.2",
3939
"rxjs": "6.6.2",
@@ -49,9 +49,9 @@
4949
"@types/express": "4.17.7",
5050
"@types/jest": "26.0.12",
5151
"@types/node": "13.13.5",
52-
"@types/supertest": "2.0.10",
5352
"@types/passport-jwt": "3.0.3",
5453
"@types/passport-local": "1.0.33",
54+
"@types/supertest": "2.0.10",
5555
"jest": "26.4.2",
5656
"prettier": "2.0.5",
5757
"supertest": "4.0.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"hoist": true
1717
}
1818
},
19-
"version": "0.18.1"
19+
"version": "0.19.0"
2020
}

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.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
7+
8+
9+
### Features
10+
11+
* **core:** Update QueryService to allow additional filtering ([474369b](https://github.com/doug-martin/nestjs-query/commit/474369bd46ee82e3c8510f0564019627367d467c))
12+
13+
14+
15+
16+
617
## [0.18.1](https://github.com/doug-martin/nestjs-query/compare/v0.18.0...v0.18.1) (2020-08-14)
718

819

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.18.1",
3+
"version": "0.19.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.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
7+
8+
9+
### Features
10+
11+
* **graphql,auth:** Add authorization to resolvers and relations ([9d76787](https://github.com/doug-martin/nestjs-query/commit/9d76787d031e6a731f28877c0df46cf4472b2faf))
12+
13+
14+
15+
16+
617
## [0.18.1](https://github.com/doug-martin/nestjs-query/compare/v0.18.0...v0.18.1) (2020-08-14)
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.18.1",
3+
"version": "0.19.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.18.1",
41+
"@nestjs-query/core": "0.19.0",
4242
"graphql-fields": "^2.0.3",
4343
"lodash.omit": "^4.5.0",
4444
"lower-case-first": "^2.0.1",

packages/query-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.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
7+
8+
9+
### Features
10+
11+
* **sequelize:** Add additional filter options to QueryService ([29fdfa7](https://github.com/doug-martin/nestjs-query/commit/29fdfa724ec199835a6493b5f9cccb6bec58f074))
12+
13+
14+
15+
16+
617
## [0.18.1](https://github.com/doug-martin/nestjs-query/compare/v0.18.0...v0.18.1) (2020-08-14)
718

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

packages/query-sequelize/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-sequelize",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "Sequelize adapter for @nestjs-query/core",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -18,7 +18,7 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@nestjs-query/core": "0.18.1",
21+
"@nestjs-query/core": "0.19.0",
2222
"lodash.pick": "4.4.0"
2323
},
2424
"peerDependencies": {

packages/query-typeorm/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.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
7+
8+
9+
### Features
10+
11+
* **typeorm:** Add additional filter options to QueryService ([64241dc](https://github.com/doug-martin/nestjs-query/commit/64241dc9c4565c3bb2d4f168c837578bd706c48c))
12+
13+
14+
15+
16+
617
## [0.18.1](https://github.com/doug-martin/nestjs-query/compare/v0.18.0...v0.18.1) (2020-08-14)
718

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

packages/query-typeorm/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-typeorm",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "Typeorm adapter for @nestjs-query/core",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -18,7 +18,7 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@nestjs-query/core": "0.18.1",
21+
"@nestjs-query/core": "0.19.0",
2222
"lodash.filter": "^4.6.0",
2323
"lodash.omit": "^4.5.0"
2424
},

0 commit comments

Comments
 (0)