Skip to content

Commit 66d21dc

Browse files
committed
chore(release): publish v0.29.0
1 parent b6a8bd8 commit 66d21dc

File tree

16 files changed

+125
-19
lines changed

16 files changed

+125
-19
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @nestjs/passport to v8.0.1 ([4ce73e8](https://github.com/doug-martin/nestjs-query/commit/4ce73e857fcc89a8f6b6827057901144ac7f6ad7))
12+
* **deps:** update dependency graphql-query-complexity to v0.9.0 ([e34d870](https://github.com/doug-martin/nestjs-query/commit/e34d870af3e0c1d0b4ce778db216387fc152ae42))
13+
* **deps:** update dependency graphql-tools to v8 ([5dd27b8](https://github.com/doug-martin/nestjs-query/commit/5dd27b8f688bf2b67620775075365c12fd7c1d43))
14+
* **deps:** update dependency graphql-tools to v8.1.0 ([52f4595](https://github.com/doug-martin/nestjs-query/commit/52f45955f0300fd7728e74411eb03bfa00ac3594))
15+
* **deps:** update dependency graphql-tools to v8.2.0 ([a31316b](https://github.com/doug-martin/nestjs-query/commit/a31316b37b49457e10c4f7e5ebc8648b793fe006))
16+
* **deps:** update dependency mysql2 to v2.3.0 ([0b243bb](https://github.com/doug-martin/nestjs-query/commit/0b243bb8f59ad45b91bf11d8ea6e41ac010cab0d))
17+
* **deps:** update dependency pg to v8.7.0 ([b6c0d42](https://github.com/doug-martin/nestjs-query/commit/b6c0d42022e09967f6adfc8055f82c3db744ffc7))
18+
* **deps:** update dependency pg to v8.7.1 ([dee5981](https://github.com/doug-martin/nestjs-query/commit/dee59812f0865380d285021e2afff7e68e726117))
19+
* **deps:** update dependency rxjs to v7.3.0 ([70d08c9](https://github.com/doug-martin/nestjs-query/commit/70d08c982765c3594e7c3f1b4dc0488a9ad43722))
20+
* **query-graphql:** adapt createFromPromise typings and add tests for passing additional query params ([d81e531](https://github.com/doug-martin/nestjs-query/commit/d81e5315cbc6e2d665256fd6dcfa09689cadd2b1))
21+
* **query-graphql:** pass original query in keyset pager strategy ([07f9e7b](https://github.com/doug-martin/nestjs-query/commit/07f9e7b78cccc788c772776a4ced336eec016164))
22+
23+
24+
### Features
25+
26+
* **graphql:** propagate correct query types throughout paging ([348044f](https://github.com/doug-martin/nestjs-query/commit/348044f8509d8aef21e4a5f55b93bd28793b0fcc))
27+
* **query-typegoose:** Adds the ability to use discriminators ([#1321](https://github.com/doug-martin/nestjs-query/issues/1321)) ([2a7da59](https://github.com/doug-martin/nestjs-query/commit/2a7da59c3c857acedbd786d6df5772645c00f543)), closes [#1320](https://github.com/doug-martin/nestjs-query/issues/1320)
28+
29+
30+
31+
32+
633
## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)
734

835

examples/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @nestjs/passport to v8.0.1 ([4ce73e8](https://github.com/doug-martin/nestjs-query/commit/4ce73e857fcc89a8f6b6827057901144ac7f6ad7))
12+
* **deps:** update dependency graphql-query-complexity to v0.9.0 ([e34d870](https://github.com/doug-martin/nestjs-query/commit/e34d870af3e0c1d0b4ce778db216387fc152ae42))
13+
* **deps:** update dependency graphql-tools to v8 ([5dd27b8](https://github.com/doug-martin/nestjs-query/commit/5dd27b8f688bf2b67620775075365c12fd7c1d43))
14+
* **deps:** update dependency graphql-tools to v8.1.0 ([52f4595](https://github.com/doug-martin/nestjs-query/commit/52f45955f0300fd7728e74411eb03bfa00ac3594))
15+
* **deps:** update dependency graphql-tools to v8.2.0 ([a31316b](https://github.com/doug-martin/nestjs-query/commit/a31316b37b49457e10c4f7e5ebc8648b793fe006))
16+
* **deps:** update dependency mysql2 to v2.3.0 ([0b243bb](https://github.com/doug-martin/nestjs-query/commit/0b243bb8f59ad45b91bf11d8ea6e41ac010cab0d))
17+
* **deps:** update dependency pg to v8.7.0 ([b6c0d42](https://github.com/doug-martin/nestjs-query/commit/b6c0d42022e09967f6adfc8055f82c3db744ffc7))
18+
* **deps:** update dependency pg to v8.7.1 ([dee5981](https://github.com/doug-martin/nestjs-query/commit/dee59812f0865380d285021e2afff7e68e726117))
19+
* **deps:** update dependency rxjs to v7.3.0 ([70d08c9](https://github.com/doug-martin/nestjs-query/commit/70d08c982765c3594e7c3f1b4dc0488a9ad43722))
20+
21+
22+
23+
24+
625
## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)
726

827

examples/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.28.1",
3+
"version": "0.29.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -13,12 +13,12 @@
1313
},
1414
"dependencies": {
1515
"@apollo/federation": "0.26.0",
16-
"@nestjs-query/core": "0.28.1",
17-
"@nestjs-query/query-graphql": "0.28.1",
18-
"@nestjs-query/query-mongoose": "0.28.1",
19-
"@nestjs-query/query-sequelize": "0.28.1",
20-
"@nestjs-query/query-typegoose": "0.28.1",
21-
"@nestjs-query/query-typeorm": "0.28.1",
16+
"@nestjs-query/core": "0.29.0",
17+
"@nestjs-query/query-graphql": "0.29.0",
18+
"@nestjs-query/query-mongoose": "0.29.0",
19+
"@nestjs-query/query-sequelize": "0.29.0",
20+
"@nestjs-query/query-typegoose": "0.29.0",
21+
"@nestjs-query/query-typeorm": "0.29.0",
2222
"@nestjs/common": "8.0.6",
2323
"@nestjs/core": "8.0.6",
2424
"@nestjs/graphql": "8.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.28.1"
19+
"version": "0.29.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.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)
7+
8+
**Note:** Version bump only for package @nestjs-query/core
9+
10+
11+
12+
13+
614
## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)
715

816
**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.28.1",
3+
"version": "0.29.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **query-graphql:** adapt createFromPromise typings and add tests for passing additional query params ([d81e531](https://github.com/doug-martin/nestjs-query/commit/d81e5315cbc6e2d665256fd6dcfa09689cadd2b1))
12+
* **query-graphql:** pass original query in keyset pager strategy ([07f9e7b](https://github.com/doug-martin/nestjs-query/commit/07f9e7b78cccc788c772776a4ced336eec016164))
13+
14+
15+
### Features
16+
17+
* **graphql:** propagate correct query types throughout paging ([348044f](https://github.com/doug-martin/nestjs-query/commit/348044f8509d8aef21e4a5f55b93bd28793b0fcc))
18+
19+
20+
21+
22+
623
## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)
724

825

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.28.1",
3+
"version": "0.29.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.28.1",
41+
"@nestjs-query/core": "0.29.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: 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.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-mongoose
9+
10+
11+
12+
13+
614
## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)
715

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

packages/query-mongoose/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-mongoose",
3-
"version": "0.28.1",
3+
"version": "0.29.0",
44
"description": "Mongoose 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.28.1",
21+
"@nestjs-query/core": "0.29.0",
2222
"camel-case": "^4.1.2",
2323
"lodash.escaperegexp": "^4.1.2",
2424
"lodash.merge": "^4.6.2",

packages/query-sequelize/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.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-sequelize
9+
10+
11+
12+
13+
614
## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)
715

816
**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.28.1",
3+
"version": "0.29.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.28.1",
21+
"@nestjs-query/core": "0.29.0",
2222
"camel-case": "^4.1.2",
2323
"lodash.pick": "4.4.0",
2424
"tslib": "^2.1.0"

packages/query-typegoose/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.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)
7+
8+
9+
### Features
10+
11+
* **query-typegoose:** Adds the ability to use discriminators ([#1321](https://github.com/doug-martin/nestjs-query/issues/1321)) ([2a7da59](https://github.com/doug-martin/nestjs-query/commit/2a7da59c3c857acedbd786d6df5772645c00f543)), closes [#1320](https://github.com/doug-martin/nestjs-query/issues/1320)
12+
13+
14+
15+
16+
617
## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)
718

819

packages/query-typegoose/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-typegoose",
3-
"version": "0.28.1",
3+
"version": "0.29.0",
44
"description": "Typegoose adapter for @nestjs-query/core",
55
"author": "john mcinall<johnmcinall@gmail.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.28.1",
21+
"@nestjs-query/core": "0.29.0",
2222
"camel-case": "^4.1.2",
2323
"is-class": "0.0.9",
2424
"lodash.escaperegexp": "^4.1.2",

packages/query-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.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-typeorm
9+
10+
11+
12+
13+
614
## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)
715

816
**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.28.1",
3+
"version": "0.29.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.28.1",
21+
"@nestjs-query/core": "0.29.0",
2222
"camel-case": "^4.1.2",
2323
"lodash.filter": "^4.6.0",
2424
"lodash.omit": "^4.5.0",

0 commit comments

Comments
 (0)