From 07563c32c64966772c753cf38a8f2fe0566a7358 Mon Sep 17 00:00:00 2001 From: Doug Martin Date: Mon, 12 Apr 2021 19:40:01 -0600 Subject: [PATCH] chore(release): publish v0.26.0 --- CHANGELOG.md | 28 +++++++++++++++++++++++++++ examples/CHANGELOG.md | 20 +++++++++++++++++++ examples/package.json | 14 +++++++------- lerna.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/query-graphql/CHANGELOG.md | 23 ++++++++++++++++++++++ packages/query-graphql/package.json | 4 ++-- packages/query-mongoose/CHANGELOG.md | 11 +++++++++++ packages/query-mongoose/package.json | 4 ++-- packages/query-sequelize/CHANGELOG.md | 11 +++++++++++ packages/query-sequelize/package.json | 4 ++-- packages/query-typegoose/CHANGELOG.md | 11 +++++++++++ packages/query-typegoose/package.json | 4 ++-- packages/query-typeorm/CHANGELOG.md | 11 +++++++++++ packages/query-typeorm/package.json | 4 ++-- 16 files changed, 145 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21786f638..841045805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13) + + +### Bug Fixes + +* **graphql,auth,#1026:** Fixed auth context on deleteMany ([3d4efd4](https://github.com/doug-martin/nestjs-query/commit/3d4efd44fae7e2ee119e53884519e5b2700e9e72)) +* **graphql,auth,#1026:** Fixed renamed export ([24b1193](https://github.com/doug-martin/nestjs-query/commit/24b11936014312d435b0d7f17c4237fd48c5dc52)) +* **graphql,federation,#1051:** check for undefined as well ([298150a](https://github.com/doug-martin/nestjs-query/commit/298150a73571e08b9d4c3d24278a24b8aec8e62b)), closes [#1051](https://github.com/doug-martin/nestjs-query/issues/1051) +* **graphql,federation,#1051:** return null for references ([6cb832e](https://github.com/doug-martin/nestjs-query/commit/6cb832ebe03c4b4cc1ec133e93a39c4637c87685)), closes [#1051](https://github.com/doug-martin/nestjs-query/issues/1051) + + +### Features + +* **core:** Add new `setRelations` to set oneToMany/manyToMany relations ([4c73591](https://github.com/doug-martin/nestjs-query/commit/4c7359168c0713723d18ae2dc302366fd820dc7b)) +* **graphql:** Expose setRelations mutation ([676a4d5](https://github.com/doug-martin/nestjs-query/commit/676a4d5fc16717ae10c8f9f8e71550f1a42d6b2e)) +* **graphql,#1048:** added filter-only option to filterable fields ([55cb010](https://github.com/doug-martin/nestjs-query/commit/55cb0105a11224db1e61023762f030d5c2dae6bc)), closes [#1048](https://github.com/doug-martin/nestjs-query/issues/1048) +* **graphql,auth:** Pass operation name to authorizer [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) ([4343821](https://github.com/doug-martin/nestjs-query/commit/43438218d286791059a7a5f8eb40110320bdcfca)) +* **graphql,auth,#1026:** Added convenience fields to auth context ([32df50e](https://github.com/doug-martin/nestjs-query/commit/32df50e502483bd3492a2d3481786d8931556438)), closes [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) +* **graphql,auth,#1026:** Enable authorization on create methods as well ([4c7905e](https://github.com/doug-martin/nestjs-query/commit/4c7905e2c96bf3aab1841091d44599b917ecdd56)), closes [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) +* **mongoose:** Implement `setRelations` to set many references ([3dc8a84](https://github.com/doug-martin/nestjs-query/commit/3dc8a84ffdaf0e092871c280ac5264c4ab38104a)) +* **sequelize:** Implement `setRelations` to set many relations ([b0c2d2f](https://github.com/doug-martin/nestjs-query/commit/b0c2d2f419ba2782f6b6e1290548cc8bf2afc699)) +* **typegoose:** Implement `setRelations` to set many references ([4ec5fe0](https://github.com/doug-martin/nestjs-query/commit/4ec5fe07689eacb0456f531d69368b0451ce69a1)) +* **typeorm:** Implement `setRelations` to set many relations ([d1109b7](https://github.com/doug-martin/nestjs-query/commit/d1109b70f961cf59d7cbc8b8a85c401980a2b6c4)) + + + + + ## [0.25.1](https://github.com/doug-martin/nestjs-query/compare/v0.25.0...v0.25.1) (2021-04-07) diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index 5cf37c38c..c6c72d6ce 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13) + + +### Bug Fixes + +* **graphql,auth,#1026:** Fixed renamed export ([24b1193](https://github.com/doug-martin/nestjs-query/commit/24b11936014312d435b0d7f17c4237fd48c5dc52)) +* **graphql,federation,#1051:** check for undefined as well ([298150a](https://github.com/doug-martin/nestjs-query/commit/298150a73571e08b9d4c3d24278a24b8aec8e62b)), closes [#1051](https://github.com/doug-martin/nestjs-query/issues/1051) + + +### Features + +* **graphql,#1048:** added filter-only option to filterable fields ([55cb010](https://github.com/doug-martin/nestjs-query/commit/55cb0105a11224db1e61023762f030d5c2dae6bc)), closes [#1048](https://github.com/doug-martin/nestjs-query/issues/1048) +* **graphql,auth:** Pass operation name to authorizer [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) ([4343821](https://github.com/doug-martin/nestjs-query/commit/43438218d286791059a7a5f8eb40110320bdcfca)) +* **graphql,auth,#1026:** Added convenience fields to auth context ([32df50e](https://github.com/doug-martin/nestjs-query/commit/32df50e502483bd3492a2d3481786d8931556438)), closes [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) +* **graphql,auth,#1026:** Enable authorization on create methods as well ([4c7905e](https://github.com/doug-martin/nestjs-query/commit/4c7905e2c96bf3aab1841091d44599b917ecdd56)), closes [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) + + + + + ## [0.25.1](https://github.com/doug-martin/nestjs-query/compare/v0.25.0...v0.25.1) (2021-04-07) **Note:** Version bump only for package nestjs-query-examples diff --git a/examples/package.json b/examples/package.json index 4231ca8ec..244f08057 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-query-examples", - "version": "0.25.1", + "version": "0.26.0", "description": "", "author": "", "private": true, @@ -12,12 +12,12 @@ "start": "nest start --watch" }, "dependencies": { - "@nestjs-query/core": "0.25.1", - "@nestjs-query/query-graphql": "0.25.1", - "@nestjs-query/query-mongoose": "0.25.1", - "@nestjs-query/query-sequelize": "0.25.1", - "@nestjs-query/query-typegoose": "0.25.1", - "@nestjs-query/query-typeorm": "0.25.1", + "@nestjs-query/core": "0.26.0", + "@nestjs-query/query-graphql": "0.26.0", + "@nestjs-query/query-mongoose": "0.26.0", + "@nestjs-query/query-sequelize": "0.26.0", + "@nestjs-query/query-typegoose": "0.26.0", + "@nestjs-query/query-typeorm": "0.26.0", "@nestjs/common": "7.6.15", "@nestjs/core": "7.6.15", "@nestjs/graphql": "7.10.3", diff --git a/lerna.json b/lerna.json index 9498440fc..e59284e85 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "hoist": true } }, - "version": "0.25.1" + "version": "0.26.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ecd9747be..aa874258f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13) + + +### Features + +* **core:** Add new `setRelations` to set oneToMany/manyToMany relations ([4c73591](https://github.com/doug-martin/nestjs-query/commit/4c7359168c0713723d18ae2dc302366fd820dc7b)) + + + + + ## [0.25.1](https://github.com/doug-martin/nestjs-query/compare/v0.25.0...v0.25.1) (2021-04-07) diff --git a/packages/core/package.json b/packages/core/package.json index 875ef1872..8a49f4fc2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/core", - "version": "0.25.1", + "version": "0.26.0", "description": "Base query package", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", diff --git a/packages/query-graphql/CHANGELOG.md b/packages/query-graphql/CHANGELOG.md index 529bbf7be..8e51e4b59 100644 --- a/packages/query-graphql/CHANGELOG.md +++ b/packages/query-graphql/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13) + + +### Bug Fixes + +* **graphql,auth,#1026:** Fixed auth context on deleteMany ([3d4efd4](https://github.com/doug-martin/nestjs-query/commit/3d4efd44fae7e2ee119e53884519e5b2700e9e72)) +* **graphql,auth,#1026:** Fixed renamed export ([24b1193](https://github.com/doug-martin/nestjs-query/commit/24b11936014312d435b0d7f17c4237fd48c5dc52)) +* **graphql,federation,#1051:** check for undefined as well ([298150a](https://github.com/doug-martin/nestjs-query/commit/298150a73571e08b9d4c3d24278a24b8aec8e62b)), closes [#1051](https://github.com/doug-martin/nestjs-query/issues/1051) +* **graphql,federation,#1051:** return null for references ([6cb832e](https://github.com/doug-martin/nestjs-query/commit/6cb832ebe03c4b4cc1ec133e93a39c4637c87685)), closes [#1051](https://github.com/doug-martin/nestjs-query/issues/1051) + + +### Features + +* **graphql:** Expose setRelations mutation ([676a4d5](https://github.com/doug-martin/nestjs-query/commit/676a4d5fc16717ae10c8f9f8e71550f1a42d6b2e)) +* **graphql,#1048:** added filter-only option to filterable fields ([55cb010](https://github.com/doug-martin/nestjs-query/commit/55cb0105a11224db1e61023762f030d5c2dae6bc)), closes [#1048](https://github.com/doug-martin/nestjs-query/issues/1048) +* **graphql,auth:** Pass operation name to authorizer [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) ([4343821](https://github.com/doug-martin/nestjs-query/commit/43438218d286791059a7a5f8eb40110320bdcfca)) +* **graphql,auth,#1026:** Added convenience fields to auth context ([32df50e](https://github.com/doug-martin/nestjs-query/commit/32df50e502483bd3492a2d3481786d8931556438)), closes [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) +* **graphql,auth,#1026:** Enable authorization on create methods as well ([4c7905e](https://github.com/doug-martin/nestjs-query/commit/4c7905e2c96bf3aab1841091d44599b917ecdd56)), closes [#1026](https://github.com/doug-martin/nestjs-query/issues/1026) + + + + + ## [0.25.1](https://github.com/doug-martin/nestjs-query/compare/v0.25.0...v0.25.1) (2021-04-07) **Note:** Version bump only for package @nestjs-query/query-graphql diff --git a/packages/query-graphql/package.json b/packages/query-graphql/package.json index b4e5f3088..80bc584c2 100644 --- a/packages/query-graphql/package.json +++ b/packages/query-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-graphql", - "version": "0.25.1", + "version": "0.26.0", "description": "Nestjs graphql query adapter", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", @@ -38,7 +38,7 @@ "url": "https://github.com/doug-martin/nestjs-query/issues" }, "dependencies": { - "@nestjs-query/core": "0.25.1", + "@nestjs-query/core": "0.26.0", "graphql-fields": "^2.0.3", "lodash.omit": "^4.5.0", "lower-case-first": "^2.0.1", diff --git a/packages/query-mongoose/CHANGELOG.md b/packages/query-mongoose/CHANGELOG.md index c60bc2856..92079e893 100644 --- a/packages/query-mongoose/CHANGELOG.md +++ b/packages/query-mongoose/CHANGELOG.md @@ -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.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13) + + +### Features + +* **mongoose:** Implement `setRelations` to set many references ([3dc8a84](https://github.com/doug-martin/nestjs-query/commit/3dc8a84ffdaf0e092871c280ac5264c4ab38104a)) + + + + + ## [0.25.1](https://github.com/doug-martin/nestjs-query/compare/v0.25.0...v0.25.1) (2021-04-07) diff --git a/packages/query-mongoose/package.json b/packages/query-mongoose/package.json index f95a4641a..af56ac719 100644 --- a/packages/query-mongoose/package.json +++ b/packages/query-mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-mongoose", - "version": "0.25.1", + "version": "0.26.0", "description": "Mongoose adapter for @nestjs-query/core", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", @@ -18,7 +18,7 @@ "access": "public" }, "dependencies": { - "@nestjs-query/core": "0.25.1", + "@nestjs-query/core": "0.26.0", "camel-case": "^4.1.2", "lodash.escaperegexp": "^4.1.2", "lodash.merge": "^4.6.2", diff --git a/packages/query-sequelize/CHANGELOG.md b/packages/query-sequelize/CHANGELOG.md index 264264263..e6178fbde 100644 --- a/packages/query-sequelize/CHANGELOG.md +++ b/packages/query-sequelize/CHANGELOG.md @@ -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.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13) + + +### Features + +* **sequelize:** Implement `setRelations` to set many relations ([b0c2d2f](https://github.com/doug-martin/nestjs-query/commit/b0c2d2f419ba2782f6b6e1290548cc8bf2afc699)) + + + + + ## [0.25.1](https://github.com/doug-martin/nestjs-query/compare/v0.25.0...v0.25.1) (2021-04-07) **Note:** Version bump only for package @nestjs-query/query-sequelize diff --git a/packages/query-sequelize/package.json b/packages/query-sequelize/package.json index 5e80d2719..5e9910529 100644 --- a/packages/query-sequelize/package.json +++ b/packages/query-sequelize/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-sequelize", - "version": "0.25.1", + "version": "0.26.0", "description": "Sequelize adapter for @nestjs-query/core", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", @@ -18,7 +18,7 @@ "access": "public" }, "dependencies": { - "@nestjs-query/core": "0.25.1", + "@nestjs-query/core": "0.26.0", "camel-case": "^4.1.2", "lodash.pick": "4.4.0", "tslib": "^2.1.0" diff --git a/packages/query-typegoose/CHANGELOG.md b/packages/query-typegoose/CHANGELOG.md index 1ef25ec8d..921c9acdb 100644 --- a/packages/query-typegoose/CHANGELOG.md +++ b/packages/query-typegoose/CHANGELOG.md @@ -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.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13) + + +### Features + +* **typegoose:** Implement `setRelations` to set many references ([4ec5fe0](https://github.com/doug-martin/nestjs-query/commit/4ec5fe07689eacb0456f531d69368b0451ce69a1)) + + + + + ## [0.25.1](https://github.com/doug-martin/nestjs-query/compare/v0.25.0...v0.25.1) (2021-04-07) diff --git a/packages/query-typegoose/package.json b/packages/query-typegoose/package.json index 24e7cd0a1..d1576c490 100644 --- a/packages/query-typegoose/package.json +++ b/packages/query-typegoose/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-typegoose", - "version": "0.25.1", + "version": "0.26.0", "description": "Typegoose adapter for @nestjs-query/core", "author": "john mcinall", "homepage": "https://github.com/doug-martin/nestjs-query#readme", @@ -18,7 +18,7 @@ "access": "public" }, "dependencies": { - "@nestjs-query/core": "0.25.1", + "@nestjs-query/core": "0.26.0", "camel-case": "^4.1.2", "lodash.escaperegexp": "^4.1.2", "lodash.merge": "^4.6.2", diff --git a/packages/query-typeorm/CHANGELOG.md b/packages/query-typeorm/CHANGELOG.md index f4111c2e6..c79980608 100644 --- a/packages/query-typeorm/CHANGELOG.md +++ b/packages/query-typeorm/CHANGELOG.md @@ -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.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13) + + +### Features + +* **typeorm:** Implement `setRelations` to set many relations ([d1109b7](https://github.com/doug-martin/nestjs-query/commit/d1109b70f961cf59d7cbc8b8a85c401980a2b6c4)) + + + + + ## [0.25.1](https://github.com/doug-martin/nestjs-query/compare/v0.25.0...v0.25.1) (2021-04-07) **Note:** Version bump only for package @nestjs-query/query-typeorm diff --git a/packages/query-typeorm/package.json b/packages/query-typeorm/package.json index ec601dcb5..d5b4e51ab 100644 --- a/packages/query-typeorm/package.json +++ b/packages/query-typeorm/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-typeorm", - "version": "0.25.1", + "version": "0.26.0", "description": "Typeorm adapter for @nestjs-query/core", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", @@ -18,7 +18,7 @@ "access": "public" }, "dependencies": { - "@nestjs-query/core": "0.25.1", + "@nestjs-query/core": "0.26.0", "camel-case": "^4.1.2", "lodash.filter": "^4.6.0", "lodash.omit": "^4.5.0",