Skip to content

Commit

Permalink
chore(release): publish v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Sep 9, 2021
1 parent b6a8bd8 commit 66d21dc
Show file tree
Hide file tree
Showing 16 changed files with 125 additions and 19 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)


### Bug Fixes

* **deps:** update dependency @nestjs/passport to v8.0.1 ([4ce73e8](https://github.com/doug-martin/nestjs-query/commit/4ce73e857fcc89a8f6b6827057901144ac7f6ad7))
* **deps:** update dependency graphql-query-complexity to v0.9.0 ([e34d870](https://github.com/doug-martin/nestjs-query/commit/e34d870af3e0c1d0b4ce778db216387fc152ae42))
* **deps:** update dependency graphql-tools to v8 ([5dd27b8](https://github.com/doug-martin/nestjs-query/commit/5dd27b8f688bf2b67620775075365c12fd7c1d43))
* **deps:** update dependency graphql-tools to v8.1.0 ([52f4595](https://github.com/doug-martin/nestjs-query/commit/52f45955f0300fd7728e74411eb03bfa00ac3594))
* **deps:** update dependency graphql-tools to v8.2.0 ([a31316b](https://github.com/doug-martin/nestjs-query/commit/a31316b37b49457e10c4f7e5ebc8648b793fe006))
* **deps:** update dependency mysql2 to v2.3.0 ([0b243bb](https://github.com/doug-martin/nestjs-query/commit/0b243bb8f59ad45b91bf11d8ea6e41ac010cab0d))
* **deps:** update dependency pg to v8.7.0 ([b6c0d42](https://github.com/doug-martin/nestjs-query/commit/b6c0d42022e09967f6adfc8055f82c3db744ffc7))
* **deps:** update dependency pg to v8.7.1 ([dee5981](https://github.com/doug-martin/nestjs-query/commit/dee59812f0865380d285021e2afff7e68e726117))
* **deps:** update dependency rxjs to v7.3.0 ([70d08c9](https://github.com/doug-martin/nestjs-query/commit/70d08c982765c3594e7c3f1b4dc0488a9ad43722))
* **query-graphql:** adapt createFromPromise typings and add tests for passing additional query params ([d81e531](https://github.com/doug-martin/nestjs-query/commit/d81e5315cbc6e2d665256fd6dcfa09689cadd2b1))
* **query-graphql:** pass original query in keyset pager strategy ([07f9e7b](https://github.com/doug-martin/nestjs-query/commit/07f9e7b78cccc788c772776a4ced336eec016164))


### Features

* **graphql:** propagate correct query types throughout paging ([348044f](https://github.com/doug-martin/nestjs-query/commit/348044f8509d8aef21e4a5f55b93bd28793b0fcc))
* **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)





## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)


Expand Down
19 changes: 19 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)


### Bug Fixes

* **deps:** update dependency @nestjs/passport to v8.0.1 ([4ce73e8](https://github.com/doug-martin/nestjs-query/commit/4ce73e857fcc89a8f6b6827057901144ac7f6ad7))
* **deps:** update dependency graphql-query-complexity to v0.9.0 ([e34d870](https://github.com/doug-martin/nestjs-query/commit/e34d870af3e0c1d0b4ce778db216387fc152ae42))
* **deps:** update dependency graphql-tools to v8 ([5dd27b8](https://github.com/doug-martin/nestjs-query/commit/5dd27b8f688bf2b67620775075365c12fd7c1d43))
* **deps:** update dependency graphql-tools to v8.1.0 ([52f4595](https://github.com/doug-martin/nestjs-query/commit/52f45955f0300fd7728e74411eb03bfa00ac3594))
* **deps:** update dependency graphql-tools to v8.2.0 ([a31316b](https://github.com/doug-martin/nestjs-query/commit/a31316b37b49457e10c4f7e5ebc8648b793fe006))
* **deps:** update dependency mysql2 to v2.3.0 ([0b243bb](https://github.com/doug-martin/nestjs-query/commit/0b243bb8f59ad45b91bf11d8ea6e41ac010cab0d))
* **deps:** update dependency pg to v8.7.0 ([b6c0d42](https://github.com/doug-martin/nestjs-query/commit/b6c0d42022e09967f6adfc8055f82c3db744ffc7))
* **deps:** update dependency pg to v8.7.1 ([dee5981](https://github.com/doug-martin/nestjs-query/commit/dee59812f0865380d285021e2afff7e68e726117))
* **deps:** update dependency rxjs to v7.3.0 ([70d08c9](https://github.com/doug-martin/nestjs-query/commit/70d08c982765c3594e7c3f1b4dc0488a9ad43722))





## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)


Expand Down
14 changes: 7 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.28.1",
"version": "0.29.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -13,12 +13,12 @@
},
"dependencies": {
"@apollo/federation": "0.26.0",
"@nestjs-query/core": "0.28.1",
"@nestjs-query/query-graphql": "0.28.1",
"@nestjs-query/query-mongoose": "0.28.1",
"@nestjs-query/query-sequelize": "0.28.1",
"@nestjs-query/query-typegoose": "0.28.1",
"@nestjs-query/query-typeorm": "0.28.1",
"@nestjs-query/core": "0.29.0",
"@nestjs-query/query-graphql": "0.29.0",
"@nestjs-query/query-mongoose": "0.29.0",
"@nestjs-query/query-sequelize": "0.29.0",
"@nestjs-query/query-typegoose": "0.29.0",
"@nestjs-query/query-typeorm": "0.29.0",
"@nestjs/common": "8.0.6",
"@nestjs/core": "8.0.6",
"@nestjs/graphql": "8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"hoist": true
}
},
"version": "0.28.1"
"version": "0.29.0"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)

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





## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)

**Note:** Version bump only for package @nestjs-query/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/core",
"version": "0.28.1",
"version": "0.29.0",
"description": "Base query package",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down
17 changes: 17 additions & 0 deletions packages/query-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)


### Bug Fixes

* **query-graphql:** adapt createFromPromise typings and add tests for passing additional query params ([d81e531](https://github.com/doug-martin/nestjs-query/commit/d81e5315cbc6e2d665256fd6dcfa09689cadd2b1))
* **query-graphql:** pass original query in keyset pager strategy ([07f9e7b](https://github.com/doug-martin/nestjs-query/commit/07f9e7b78cccc788c772776a4ced336eec016164))


### Features

* **graphql:** propagate correct query types throughout paging ([348044f](https://github.com/doug-martin/nestjs-query/commit/348044f8509d8aef21e4a5f55b93bd28793b0fcc))





## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/query-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-graphql",
"version": "0.28.1",
"version": "0.29.0",
"description": "Nestjs graphql query adapter",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/doug-martin/nestjs-query/issues"
},
"dependencies": {
"@nestjs-query/core": "0.28.1",
"@nestjs-query/core": "0.29.0",
"graphql-fields": "^2.0.3",
"lodash.omit": "^4.5.0",
"lower-case-first": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/query-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)

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





## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)

**Note:** Version bump only for package @nestjs-query/query-mongoose
Expand Down
4 changes: 2 additions & 2 deletions packages/query-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-mongoose",
"version": "0.28.1",
"version": "0.29.0",
"description": "Mongoose adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.28.1",
"@nestjs-query/core": "0.29.0",
"camel-case": "^4.1.2",
"lodash.escaperegexp": "^4.1.2",
"lodash.merge": "^4.6.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/query-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)

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





## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)

**Note:** Version bump only for package @nestjs-query/query-sequelize
Expand Down
4 changes: 2 additions & 2 deletions packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-sequelize",
"version": "0.28.1",
"version": "0.29.0",
"description": "Sequelize adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.28.1",
"@nestjs-query/core": "0.29.0",
"camel-case": "^4.1.2",
"lodash.pick": "4.4.0",
"tslib": "^2.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/query-typegoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)


### Features

* **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)





## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/query-typegoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-typegoose",
"version": "0.28.1",
"version": "0.29.0",
"description": "Typegoose adapter for @nestjs-query/core",
"author": "john mcinall<[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.28.1",
"@nestjs-query/core": "0.29.0",
"camel-case": "^4.1.2",
"is-class": "0.0.9",
"lodash.escaperegexp": "^4.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/query-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)

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





## [0.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)

**Note:** Version bump only for package @nestjs-query/query-typeorm
Expand Down
4 changes: 2 additions & 2 deletions packages/query-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-typeorm",
"version": "0.28.1",
"version": "0.29.0",
"description": "Typeorm adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.28.1",
"@nestjs-query/core": "0.29.0",
"camel-case": "^4.1.2",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0",
Expand Down

0 comments on commit 66d21dc

Please sign in to comment.