Skip to content

Commit 16b2415

Browse files
committed
chore(release): publish v0.22.0
1 parent 01708c5 commit 16b2415

File tree

14 files changed

+128
-17
lines changed

14 files changed

+128
-17
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
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.22.0](https://github.com/doug-martin/nestjs-query/compare/v0.21.2...v0.22.0) (2021-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @nestjs/jwt to v7.2.0 ([a8845c2](https://github.com/doug-martin/nestjs-query/commit/a8845c2f1473792f11828d99c7c6b0dd697189b6))
12+
* **deps:** update dependency @nestjs/passport to v7.1.1 ([2be7848](https://github.com/doug-martin/nestjs-query/commit/2be78489b6c73652de998f2c5364b63a6a937f2f))
13+
* **deps:** update dependency @nestjs/passport to v7.1.2 ([4a38d0c](https://github.com/doug-martin/nestjs-query/commit/4a38d0c25032bd24131378e861e205fdc50c8615))
14+
* **deps:** update dependency @nestjs/passport to v7.1.3 ([a74b544](https://github.com/doug-martin/nestjs-query/commit/a74b544a067c5a678479f8b9aaa091fb6c6a3aeb))
15+
* **deps:** update dependency @nestjs/passport to v7.1.4 ([84471a4](https://github.com/doug-martin/nestjs-query/commit/84471a4210a104d6b344f26d3bd87b83405a1b44))
16+
* **deps:** update dependency @nestjs/passport to v7.1.5 ([2bc9164](https://github.com/doug-martin/nestjs-query/commit/2bc91644004df4cda83c968f95e9ff45d8de328c))
17+
* **deps:** update dependency apollo-server-express to v2.19.0 ([1624f4e](https://github.com/doug-martin/nestjs-query/commit/1624f4e99a64258ff381972e5ad5cce1aec146a5))
18+
* **deps:** update dependency apollo-server-express to v2.19.1 ([63cc89f](https://github.com/doug-martin/nestjs-query/commit/63cc89f0b98d1164a9bf201489d996b74700444f))
19+
* **deps:** update dependency apollo-server-express to v2.19.2 ([6035bdd](https://github.com/doug-martin/nestjs-query/commit/6035bdd0f76f743a43facf658ea4f7baed13e15d))
20+
* **deps:** update dependency apollo-server-plugin-base to v0.10.2 ([b39da69](https://github.com/doug-martin/nestjs-query/commit/b39da690428eaabe39ac184bdc654b54565130e1))
21+
* **deps:** update dependency apollo-server-plugin-base to v0.10.3 ([12093ae](https://github.com/doug-martin/nestjs-query/commit/12093ae5dd579ab94f42ab0209e199d5afcad32a))
22+
* **deps:** update dependency apollo-server-plugin-base to v0.10.4 ([7c0e391](https://github.com/doug-martin/nestjs-query/commit/7c0e3917e24081cf5bfcb596840038adef61b7e9))
23+
* **deps:** update dependency graphql-query-complexity to v0.7.1 ([8bd196d](https://github.com/doug-martin/nestjs-query/commit/8bd196d017ab7452ce3b7f1ca1f3ef2f0d1e6325))
24+
* **deps:** update dependency graphql-query-complexity to v0.7.2 ([905f0f5](https://github.com/doug-martin/nestjs-query/commit/905f0f51a9db801f76e9f4581fc95eadd6e39841))
25+
* **deps:** update dependency graphql-tools to v6.2.6 ([c1bba6d](https://github.com/doug-martin/nestjs-query/commit/c1bba6d4011085929ec5f733a4d6ac640428ee88))
26+
* **deps:** update dependency graphql-tools to v7.0.2 ([6b204dc](https://github.com/doug-martin/nestjs-query/commit/6b204dc83988ad8be730fe83df0cf3c707895664))
27+
* **deps:** update dependency pg to v8.4.2 ([be2dd88](https://github.com/doug-martin/nestjs-query/commit/be2dd884377b3eaff21a8adaf8f05f08b2ef505f))
28+
* **deps:** update dependency pg to v8.5.0 ([52e4258](https://github.com/doug-martin/nestjs-query/commit/52e4258bd5912b4ef5eff53943d291269dc89101))
29+
* **deps:** update dependency pg to v8.5.1 ([b435a7f](https://github.com/doug-martin/nestjs-query/commit/b435a7fc04f29f5433374e24dff6c67771c2d819))
30+
* **deps:** update dependency uuid to v8.3.2 ([289f1ed](https://github.com/doug-martin/nestjs-query/commit/289f1ed5610781792d3c1efa5492376095084ac0))
31+
* **deps:** update docusaurus monorepo to v2.0.0-alpha.68 ([31ec621](https://github.com/doug-martin/nestjs-query/commit/31ec6216d2896d3afac42af6711558ec4bd447d1))
32+
* **deps:** update docusaurus monorepo to v2.0.0-alpha.69 ([6430d84](https://github.com/doug-martin/nestjs-query/commit/6430d840d5185a34a95fefd2d3fce33f847f6d28))
33+
* **deps:** update docusaurus monorepo to v2.0.0-alpha.fd17476c3 ([c34ebf2](https://github.com/doug-martin/nestjs-query/commit/c34ebf229d3d8681a4015b0817773fd396a76998))
34+
* **deps:** Update mongoose and @nestjs/mongoose to latest versions ([ca575cf](https://github.com/doug-martin/nestjs-query/commit/ca575cfce5634233dfefa93c6c9347db91086b39))
35+
* **deps:** update react monorepo to v17 ([b9a6339](https://github.com/doug-martin/nestjs-query/commit/b9a6339fd1656ebeb3eeafaa93a08ab6664935f8))
36+
37+
38+
39+
40+
641
## [0.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)
742

843

examples/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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.22.0](https://github.com/doug-martin/nestjs-query/compare/v0.21.2...v0.22.0) (2021-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @nestjs/jwt to v7.2.0 ([a8845c2](https://github.com/doug-martin/nestjs-query/commit/a8845c2f1473792f11828d99c7c6b0dd697189b6))
12+
* **deps:** update dependency @nestjs/passport to v7.1.1 ([2be7848](https://github.com/doug-martin/nestjs-query/commit/2be78489b6c73652de998f2c5364b63a6a937f2f))
13+
* **deps:** update dependency @nestjs/passport to v7.1.2 ([4a38d0c](https://github.com/doug-martin/nestjs-query/commit/4a38d0c25032bd24131378e861e205fdc50c8615))
14+
* **deps:** update dependency @nestjs/passport to v7.1.3 ([a74b544](https://github.com/doug-martin/nestjs-query/commit/a74b544a067c5a678479f8b9aaa091fb6c6a3aeb))
15+
* **deps:** update dependency @nestjs/passport to v7.1.4 ([84471a4](https://github.com/doug-martin/nestjs-query/commit/84471a4210a104d6b344f26d3bd87b83405a1b44))
16+
* **deps:** update dependency @nestjs/passport to v7.1.5 ([2bc9164](https://github.com/doug-martin/nestjs-query/commit/2bc91644004df4cda83c968f95e9ff45d8de328c))
17+
* **deps:** update dependency apollo-server-express to v2.19.0 ([1624f4e](https://github.com/doug-martin/nestjs-query/commit/1624f4e99a64258ff381972e5ad5cce1aec146a5))
18+
* **deps:** update dependency apollo-server-express to v2.19.1 ([63cc89f](https://github.com/doug-martin/nestjs-query/commit/63cc89f0b98d1164a9bf201489d996b74700444f))
19+
* **deps:** update dependency apollo-server-express to v2.19.2 ([6035bdd](https://github.com/doug-martin/nestjs-query/commit/6035bdd0f76f743a43facf658ea4f7baed13e15d))
20+
* **deps:** update dependency apollo-server-plugin-base to v0.10.2 ([b39da69](https://github.com/doug-martin/nestjs-query/commit/b39da690428eaabe39ac184bdc654b54565130e1))
21+
* **deps:** update dependency apollo-server-plugin-base to v0.10.3 ([12093ae](https://github.com/doug-martin/nestjs-query/commit/12093ae5dd579ab94f42ab0209e199d5afcad32a))
22+
* **deps:** update dependency apollo-server-plugin-base to v0.10.4 ([7c0e391](https://github.com/doug-martin/nestjs-query/commit/7c0e3917e24081cf5bfcb596840038adef61b7e9))
23+
* **deps:** update dependency graphql-query-complexity to v0.7.1 ([8bd196d](https://github.com/doug-martin/nestjs-query/commit/8bd196d017ab7452ce3b7f1ca1f3ef2f0d1e6325))
24+
* **deps:** update dependency graphql-query-complexity to v0.7.2 ([905f0f5](https://github.com/doug-martin/nestjs-query/commit/905f0f51a9db801f76e9f4581fc95eadd6e39841))
25+
* **deps:** update dependency graphql-tools to v6.2.6 ([c1bba6d](https://github.com/doug-martin/nestjs-query/commit/c1bba6d4011085929ec5f733a4d6ac640428ee88))
26+
* **deps:** update dependency graphql-tools to v7.0.2 ([6b204dc](https://github.com/doug-martin/nestjs-query/commit/6b204dc83988ad8be730fe83df0cf3c707895664))
27+
* **deps:** update dependency pg to v8.4.2 ([be2dd88](https://github.com/doug-martin/nestjs-query/commit/be2dd884377b3eaff21a8adaf8f05f08b2ef505f))
28+
* **deps:** update dependency pg to v8.5.0 ([52e4258](https://github.com/doug-martin/nestjs-query/commit/52e4258bd5912b4ef5eff53943d291269dc89101))
29+
* **deps:** update dependency pg to v8.5.1 ([b435a7f](https://github.com/doug-martin/nestjs-query/commit/b435a7fc04f29f5433374e24dff6c67771c2d819))
30+
* **deps:** Update mongoose and @nestjs/mongoose to latest versions ([ca575cf](https://github.com/doug-martin/nestjs-query/commit/ca575cfce5634233dfefa93c6c9347db91086b39))
31+
32+
33+
34+
35+
636
## [0.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)
737

838

examples/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.21.2",
3+
"version": "0.22.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -12,11 +12,11 @@
1212
"start": "nest start --watch"
1313
},
1414
"dependencies": {
15-
"@nestjs-query/core": "0.21.2",
16-
"@nestjs-query/query-graphql": "0.21.2",
17-
"@nestjs-query/query-mongoose": "0.21.2",
18-
"@nestjs-query/query-sequelize": "0.21.2",
19-
"@nestjs-query/query-typeorm": "0.21.2",
15+
"@nestjs-query/core": "0.22.0",
16+
"@nestjs-query/query-graphql": "0.22.0",
17+
"@nestjs-query/query-mongoose": "0.22.0",
18+
"@nestjs-query/query-sequelize": "0.22.0",
19+
"@nestjs-query/query-typeorm": "0.22.0",
2020
"@nestjs/common": "7.6.11",
2121
"@nestjs/core": "7.6.11",
2222
"@nestjs/graphql": "7.9.8",

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.21.2"
19+
"version": "0.22.0"
2020
}

packages/core/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.22.0](https://github.com/doug-martin/nestjs-query/compare/v0.21.2...v0.22.0) (2021-02-08)
7+
8+
**Note:** Version bump only for package @nestjs-query/core
9+
10+
11+
12+
13+
614
## [0.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)
715

816

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.21.2",
3+
"version": "0.22.0",
44
"description": "Base query package",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

packages/query-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.22.0](https://github.com/doug-martin/nestjs-query/compare/v0.21.2...v0.22.0) (2021-02-08)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-graphql
9+
10+
11+
12+
13+
614
## [0.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)
715

816

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.21.2",
3+
"version": "0.22.0",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <[email protected]>",
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.21.2",
41+
"@nestjs-query/core": "0.22.0",
4242
"graphql-fields": "^2.0.3",
4343
"lodash.omit": "^4.5.0",
4444
"lower-case-first": "^2.0.1",

packages/query-mongoose/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.22.0](https://github.com/doug-martin/nestjs-query/compare/v0.21.2...v0.22.0) (2021-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** Update mongoose and @nestjs/mongoose to latest versions ([ca575cf](https://github.com/doug-martin/nestjs-query/commit/ca575cfce5634233dfefa93c6c9347db91086b39))
12+
13+
14+
15+
16+
617
## [0.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)
718

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

packages/query-mongoose/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-mongoose",
3-
"version": "0.21.2",
3+
"version": "0.22.0",
44
"description": "Mongoose adapter for @nestjs-query/core",
55
"author": "doug-martin <[email protected]>",
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.21.2",
21+
"@nestjs-query/core": "0.22.0",
2222
"lodash.escaperegexp": "^4.1.2",
2323
"lodash.merge": "^4.6.2"
2424
},
@@ -30,11 +30,11 @@
3030
},
3131
"devDependencies": {
3232
"@nestjs/common": "7.6.11",
33+
"@nestjs/mongoose": "7.2.3",
3334
"@nestjs/testing": "7.6.11",
3435
"@types/lodash.escaperegexp": "4.1.6",
3536
"@types/lodash.merge": "4.6.6",
3637
"@types/mongodb": "3.6.6",
37-
"@nestjs/mongoose": "7.2.3",
3838
"class-transformer": "0.3.2",
3939
"mongodb": "3.6.4",
4040
"mongodb-memory-server": "6.9.3",

0 commit comments

Comments
 (0)