From 11b12c3a902e9b1af7e6c2855ff67c8a68750684 Mon Sep 17 00:00:00 2001 From: tractr-bot Date: Fri, 14 Jul 2023 19:47:22 +0000 Subject: [PATCH] chore(release): release version 2.2.7 --- apps/docs/CHANGELOG.md | 4 ++++ apps/docs/package.json | 2 +- examples/api-prisma/CHANGELOG.md | 4 ++++ examples/api-prisma/package.json | 2 +- libs/common/CHANGELOG.md | 4 ++++ libs/common/package.json | 2 +- libs/hapify/core/CHANGELOG.md | 4 ++++ libs/hapify/core/package.json | 2 +- libs/hapify/devkit/CHANGELOG.md | 4 ++++ libs/hapify/devkit/package.json | 2 +- libs/hapify/generators/casl/CHANGELOG.md | 4 ++++ libs/hapify/generators/casl/package.json | 2 +- .../nestjs-authorized-graphql-resolvers/CHANGELOG.md | 4 ++++ .../nestjs-authorized-graphql-resolvers/package.json | 2 +- .../hapify/generators/nestjs-authorized-services/CHANGELOG.md | 4 ++++ .../hapify/generators/nestjs-authorized-services/package.json | 2 +- libs/hapify/generators/nestjs-graphql-dtos/CHANGELOG.md | 4 ++++ libs/hapify/generators/nestjs-graphql-dtos/package.json | 2 +- libs/hapify/generators/nestjs-graphql-resolvers/CHANGELOG.md | 4 ++++ libs/hapify/generators/nestjs-graphql-resolvers/package.json | 2 +- libs/hapify/generators/nestjs-modules/CHANGELOG.md | 4 ++++ libs/hapify/generators/nestjs-modules/package.json | 2 +- libs/hapify/generators/nestjs-services/CHANGELOG.md | 4 ++++ libs/hapify/generators/nestjs-services/package.json | 2 +- libs/hapify/generators/traxion/CHANGELOG.md | 4 ++++ libs/hapify/generators/traxion/package.json | 2 +- libs/hapify/prisma/casl-generator/CHANGELOG.md | 4 ++++ libs/hapify/prisma/casl-generator/package.json | 2 +- .../CHANGELOG.md | 4 ++++ .../package.json | 2 +- .../prisma/nestjs-authorized-services-generator/CHANGELOG.md | 4 ++++ .../prisma/nestjs-authorized-services-generator/package.json | 2 +- libs/hapify/prisma/nestjs-graphql-dtos-generator/CHANGELOG.md | 4 ++++ libs/hapify/prisma/nestjs-graphql-dtos-generator/package.json | 2 +- .../prisma/nestjs-graphql-resolvers-generator/CHANGELOG.md | 4 ++++ .../prisma/nestjs-graphql-resolvers-generator/package.json | 2 +- libs/hapify/prisma/nestjs-modules-generator/CHANGELOG.md | 4 ++++ libs/hapify/prisma/nestjs-modules-generator/package.json | 2 +- libs/hapify/prisma/nestjs-services-generator/CHANGELOG.md | 4 ++++ libs/hapify/prisma/nestjs-services-generator/package.json | 2 +- libs/hapify/prisma/traxion-generator/CHANGELOG.md | 4 ++++ libs/hapify/prisma/traxion-generator/package.json | 2 +- libs/nestjs/authentication/CHANGELOG.md | 4 ++++ libs/nestjs/authentication/package.json | 2 +- libs/nestjs/bcrypt/CHANGELOG.md | 4 ++++ libs/nestjs/bcrypt/package.json | 2 +- libs/nestjs/casl/CHANGELOG.md | 4 ++++ libs/nestjs/casl/package.json | 2 +- libs/nestjs/core/CHANGELOG.md | 4 ++++ libs/nestjs/core/package.json | 2 +- libs/nestjs/database/CHANGELOG.md | 4 ++++ libs/nestjs/database/package.json | 2 +- libs/nestjs/file-storage/CHANGELOG.md | 4 ++++ libs/nestjs/file-storage/package.json | 2 +- libs/nestjs/graphql/CHANGELOG.md | 4 ++++ libs/nestjs/graphql/package.json | 2 +- libs/nestjs/mailer/CHANGELOG.md | 4 ++++ libs/nestjs/mailer/package.json | 2 +- libs/nestjs/mailjet/CHANGELOG.md | 4 ++++ libs/nestjs/mailjet/package.json | 2 +- libs/nestjs/password/CHANGELOG.md | 4 ++++ libs/nestjs/password/package.json | 2 +- libs/nestjs/request-timestamp/CHANGELOG.md | 4 ++++ libs/nestjs/request-timestamp/package.json | 2 +- libs/nestjs/reset-password/CHANGELOG.md | 4 ++++ libs/nestjs/reset-password/package.json | 2 +- libs/nestjs/user/CHANGELOG.md | 4 ++++ libs/nestjs/user/package.json | 2 +- libs/nestjs/winston/CHANGELOG.md | 4 ++++ libs/nestjs/winston/package.json | 2 +- workspace/CHANGELOG.md | 4 ++++ 71 files changed, 179 insertions(+), 35 deletions(-) diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 44b703c4f..9e48c97c7 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/apps/docs/package.json b/apps/docs/package.json index c8439e1f4..6b2341f65 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/traxion-api", - "version": "2.2.6", + "version": "2.2.7", "dependencies": { "@docusaurus/core": "^2.2.0", "@docusaurus/mdx-loader": "^2.2.0", diff --git a/examples/api-prisma/CHANGELOG.md b/examples/api-prisma/CHANGELOG.md index 9be216be4..0c60bf599 100644 --- a/examples/api-prisma/CHANGELOG.md +++ b/examples/api-prisma/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/examples/api-prisma/package.json b/examples/api-prisma/package.json index 95445c45e..426bff26b 100644 --- a/examples/api-prisma/package.json +++ b/examples/api-prisma/package.json @@ -1,4 +1,4 @@ { "name": "@trxn/examples-api-prisma", - "version": "2.2.6" + "version": "2.2.7" } diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md index 9560ad070..096c3c74c 100644 --- a/libs/common/CHANGELOG.md +++ b/libs/common/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/common/package.json b/libs/common/package.json index cdf374944..36de8c92a 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/common", - "version": "2.2.6", + "version": "2.2.7", "description": "Common module for back and front", "repository": { "type": "git", diff --git a/libs/hapify/core/CHANGELOG.md b/libs/hapify/core/CHANGELOG.md index 2a458ecae..974f7cc80 100644 --- a/libs/hapify/core/CHANGELOG.md +++ b/libs/hapify/core/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/core/package.json b/libs/hapify/core/package.json index f69682d35..d4154251d 100644 --- a/libs/hapify/core/package.json +++ b/libs/hapify/core/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-core", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/devkit/CHANGELOG.md b/libs/hapify/devkit/CHANGELOG.md index 870737eb7..46186a79b 100644 --- a/libs/hapify/devkit/CHANGELOG.md +++ b/libs/hapify/devkit/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/devkit/package.json b/libs/hapify/devkit/package.json index bb4d49890..26253b781 100644 --- a/libs/hapify/devkit/package.json +++ b/libs/hapify/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-devkit", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/casl/CHANGELOG.md b/libs/hapify/generators/casl/CHANGELOG.md index 5164884b2..559a92794 100644 --- a/libs/hapify/generators/casl/CHANGELOG.md +++ b/libs/hapify/generators/casl/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/generators/casl/package.json b/libs/hapify/generators/casl/package.json index 22b4f9c89..d8ebc5dbf 100644 --- a/libs/hapify/generators/casl/package.json +++ b/libs/hapify/generators/casl/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-casl", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/nestjs-authorized-graphql-resolvers/CHANGELOG.md b/libs/hapify/generators/nestjs-authorized-graphql-resolvers/CHANGELOG.md index 87873f7af..21173c6bf 100644 --- a/libs/hapify/generators/nestjs-authorized-graphql-resolvers/CHANGELOG.md +++ b/libs/hapify/generators/nestjs-authorized-graphql-resolvers/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/generators/nestjs-authorized-graphql-resolvers/package.json b/libs/hapify/generators/nestjs-authorized-graphql-resolvers/package.json index 1422bd671..eb1b2be05 100644 --- a/libs/hapify/generators/nestjs-authorized-graphql-resolvers/package.json +++ b/libs/hapify/generators/nestjs-authorized-graphql-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-nestjs-authorized-graphql-resolvers", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/nestjs-authorized-services/CHANGELOG.md b/libs/hapify/generators/nestjs-authorized-services/CHANGELOG.md index 889bfe286..950ab4006 100644 --- a/libs/hapify/generators/nestjs-authorized-services/CHANGELOG.md +++ b/libs/hapify/generators/nestjs-authorized-services/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/generators/nestjs-authorized-services/package.json b/libs/hapify/generators/nestjs-authorized-services/package.json index 503dd113e..8bbd31818 100644 --- a/libs/hapify/generators/nestjs-authorized-services/package.json +++ b/libs/hapify/generators/nestjs-authorized-services/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-nestjs-authorized-services", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/nestjs-graphql-dtos/CHANGELOG.md b/libs/hapify/generators/nestjs-graphql-dtos/CHANGELOG.md index de4b17644..f8764d65f 100644 --- a/libs/hapify/generators/nestjs-graphql-dtos/CHANGELOG.md +++ b/libs/hapify/generators/nestjs-graphql-dtos/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/generators/nestjs-graphql-dtos/package.json b/libs/hapify/generators/nestjs-graphql-dtos/package.json index 2c6a60a6d..2a0cd58fb 100644 --- a/libs/hapify/generators/nestjs-graphql-dtos/package.json +++ b/libs/hapify/generators/nestjs-graphql-dtos/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-nestjs-graphql-dtos", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/nestjs-graphql-resolvers/CHANGELOG.md b/libs/hapify/generators/nestjs-graphql-resolvers/CHANGELOG.md index f4ca0f88b..7b3e3006e 100644 --- a/libs/hapify/generators/nestjs-graphql-resolvers/CHANGELOG.md +++ b/libs/hapify/generators/nestjs-graphql-resolvers/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/generators/nestjs-graphql-resolvers/package.json b/libs/hapify/generators/nestjs-graphql-resolvers/package.json index 1fd020225..949975644 100644 --- a/libs/hapify/generators/nestjs-graphql-resolvers/package.json +++ b/libs/hapify/generators/nestjs-graphql-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-nestjs-graphql-resolvers", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/nestjs-modules/CHANGELOG.md b/libs/hapify/generators/nestjs-modules/CHANGELOG.md index ed0509e75..6cf5804f1 100644 --- a/libs/hapify/generators/nestjs-modules/CHANGELOG.md +++ b/libs/hapify/generators/nestjs-modules/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/generators/nestjs-modules/package.json b/libs/hapify/generators/nestjs-modules/package.json index eec96ea35..051cbbae3 100644 --- a/libs/hapify/generators/nestjs-modules/package.json +++ b/libs/hapify/generators/nestjs-modules/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-nestjs-modules", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/nestjs-services/CHANGELOG.md b/libs/hapify/generators/nestjs-services/CHANGELOG.md index 703943aa3..a78b15672 100644 --- a/libs/hapify/generators/nestjs-services/CHANGELOG.md +++ b/libs/hapify/generators/nestjs-services/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/generators/nestjs-services/package.json b/libs/hapify/generators/nestjs-services/package.json index 325ab9b71..8657626ac 100644 --- a/libs/hapify/generators/nestjs-services/package.json +++ b/libs/hapify/generators/nestjs-services/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-nestjs-services", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/traxion/CHANGELOG.md b/libs/hapify/generators/traxion/CHANGELOG.md index f997c0f28..fc7a9403c 100644 --- a/libs/hapify/generators/traxion/CHANGELOG.md +++ b/libs/hapify/generators/traxion/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/generators/traxion/package.json b/libs/hapify/generators/traxion/package.json index 714390912..199a568da 100644 --- a/libs/hapify/generators/traxion/package.json +++ b/libs/hapify/generators/traxion/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-traxion", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/prisma/casl-generator/CHANGELOG.md b/libs/hapify/prisma/casl-generator/CHANGELOG.md index 368fc5360..afb2b5b6b 100644 --- a/libs/hapify/prisma/casl-generator/CHANGELOG.md +++ b/libs/hapify/prisma/casl-generator/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/prisma/casl-generator/package.json b/libs/hapify/prisma/casl-generator/package.json index 143dd0c7f..882817494 100644 --- a/libs/hapify/prisma/casl-generator/package.json +++ b/libs/hapify/prisma/casl-generator/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prisma-casl-generator", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/CHANGELOG.md b/libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/CHANGELOG.md index 09265c406..dc602aacb 100644 --- a/libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/CHANGELOG.md +++ b/libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/package.json b/libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/package.json index 3522faa57..be54479a2 100644 --- a/libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/package.json +++ b/libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prisma-nestjs-authorized-graphql-resolvers-generator", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/prisma/nestjs-authorized-services-generator/CHANGELOG.md b/libs/hapify/prisma/nestjs-authorized-services-generator/CHANGELOG.md index b65e66ecc..1c5985bf1 100644 --- a/libs/hapify/prisma/nestjs-authorized-services-generator/CHANGELOG.md +++ b/libs/hapify/prisma/nestjs-authorized-services-generator/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/prisma/nestjs-authorized-services-generator/package.json b/libs/hapify/prisma/nestjs-authorized-services-generator/package.json index 003d7526f..16d16f8d2 100644 --- a/libs/hapify/prisma/nestjs-authorized-services-generator/package.json +++ b/libs/hapify/prisma/nestjs-authorized-services-generator/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prisma-nestjs-authorized-services-generator", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/prisma/nestjs-graphql-dtos-generator/CHANGELOG.md b/libs/hapify/prisma/nestjs-graphql-dtos-generator/CHANGELOG.md index de4b17644..f8764d65f 100644 --- a/libs/hapify/prisma/nestjs-graphql-dtos-generator/CHANGELOG.md +++ b/libs/hapify/prisma/nestjs-graphql-dtos-generator/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/prisma/nestjs-graphql-dtos-generator/package.json b/libs/hapify/prisma/nestjs-graphql-dtos-generator/package.json index 283a18767..c84d3e148 100644 --- a/libs/hapify/prisma/nestjs-graphql-dtos-generator/package.json +++ b/libs/hapify/prisma/nestjs-graphql-dtos-generator/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prisma-nestjs-graphql-dtos-generator", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/prisma/nestjs-graphql-resolvers-generator/CHANGELOG.md b/libs/hapify/prisma/nestjs-graphql-resolvers-generator/CHANGELOG.md index 090003001..950b58670 100644 --- a/libs/hapify/prisma/nestjs-graphql-resolvers-generator/CHANGELOG.md +++ b/libs/hapify/prisma/nestjs-graphql-resolvers-generator/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json b/libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json index 8de23fe2f..1aba08aa7 100644 --- a/libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json +++ b/libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prisma-nestjs-graphql-resolvers-generator", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/prisma/nestjs-modules-generator/CHANGELOG.md b/libs/hapify/prisma/nestjs-modules-generator/CHANGELOG.md index d53e4f831..5a13c0965 100644 --- a/libs/hapify/prisma/nestjs-modules-generator/CHANGELOG.md +++ b/libs/hapify/prisma/nestjs-modules-generator/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/prisma/nestjs-modules-generator/package.json b/libs/hapify/prisma/nestjs-modules-generator/package.json index 06f335010..1e72d5efc 100644 --- a/libs/hapify/prisma/nestjs-modules-generator/package.json +++ b/libs/hapify/prisma/nestjs-modules-generator/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prisma-nestjs-modules-generator", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/prisma/nestjs-services-generator/CHANGELOG.md b/libs/hapify/prisma/nestjs-services-generator/CHANGELOG.md index 88813dd9a..f944ac56a 100644 --- a/libs/hapify/prisma/nestjs-services-generator/CHANGELOG.md +++ b/libs/hapify/prisma/nestjs-services-generator/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/prisma/nestjs-services-generator/package.json b/libs/hapify/prisma/nestjs-services-generator/package.json index 006df034f..62c584631 100644 --- a/libs/hapify/prisma/nestjs-services-generator/package.json +++ b/libs/hapify/prisma/nestjs-services-generator/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prisma-nestjs-services-generator", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/prisma/traxion-generator/CHANGELOG.md b/libs/hapify/prisma/traxion-generator/CHANGELOG.md index 6a41f501a..a142c878a 100644 --- a/libs/hapify/prisma/traxion-generator/CHANGELOG.md +++ b/libs/hapify/prisma/traxion-generator/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/hapify/prisma/traxion-generator/package.json b/libs/hapify/prisma/traxion-generator/package.json index bc99d5bac..c6a2f543a 100644 --- a/libs/hapify/prisma/traxion-generator/package.json +++ b/libs/hapify/prisma/traxion-generator/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prisma-traxion-generator", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/authentication/CHANGELOG.md b/libs/nestjs/authentication/CHANGELOG.md index dfd2d5335..079567d81 100644 --- a/libs/nestjs/authentication/CHANGELOG.md +++ b/libs/nestjs/authentication/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/authentication/package.json b/libs/nestjs/authentication/package.json index 0e54e0ecb..4b75aca8f 100644 --- a/libs/nestjs/authentication/package.json +++ b/libs/nestjs/authentication/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-authentication", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/bcrypt/CHANGELOG.md b/libs/nestjs/bcrypt/CHANGELOG.md index 7edabaca5..f79a3309e 100644 --- a/libs/nestjs/bcrypt/CHANGELOG.md +++ b/libs/nestjs/bcrypt/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/bcrypt/package.json b/libs/nestjs/bcrypt/package.json index af43e9ff0..9897c004a 100644 --- a/libs/nestjs/bcrypt/package.json +++ b/libs/nestjs/bcrypt/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-bcrypt", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/casl/CHANGELOG.md b/libs/nestjs/casl/CHANGELOG.md index 7893206e3..c7621d553 100644 --- a/libs/nestjs/casl/CHANGELOG.md +++ b/libs/nestjs/casl/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/casl/package.json b/libs/nestjs/casl/package.json index cb9038a4b..d943b6d55 100644 --- a/libs/nestjs/casl/package.json +++ b/libs/nestjs/casl/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-casl", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/core/CHANGELOG.md b/libs/nestjs/core/CHANGELOG.md index ef5e82122..721a4dd3e 100644 --- a/libs/nestjs/core/CHANGELOG.md +++ b/libs/nestjs/core/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/core/package.json b/libs/nestjs/core/package.json index 4e6d53384..8d339e171 100644 --- a/libs/nestjs/core/package.json +++ b/libs/nestjs/core/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-core", - "version": "2.2.6", + "version": "2.2.7", "description": "Core module for nestjs backend", "repository": { "type": "git", diff --git a/libs/nestjs/database/CHANGELOG.md b/libs/nestjs/database/CHANGELOG.md index 55ffdeaf5..535f7bfc8 100644 --- a/libs/nestjs/database/CHANGELOG.md +++ b/libs/nestjs/database/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/database/package.json b/libs/nestjs/database/package.json index ae93d0b0f..4ba9eb841 100644 --- a/libs/nestjs/database/package.json +++ b/libs/nestjs/database/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-database", - "version": "2.2.6", + "version": "2.2.7", "description": "Database module for nestjs backend", "repository": { "type": "git", diff --git a/libs/nestjs/file-storage/CHANGELOG.md b/libs/nestjs/file-storage/CHANGELOG.md index 77285e5e5..996aa5cbf 100644 --- a/libs/nestjs/file-storage/CHANGELOG.md +++ b/libs/nestjs/file-storage/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/file-storage/package.json b/libs/nestjs/file-storage/package.json index 5eb0dd299..4379cad8b 100644 --- a/libs/nestjs/file-storage/package.json +++ b/libs/nestjs/file-storage/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-file-storage", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/graphql/CHANGELOG.md b/libs/nestjs/graphql/CHANGELOG.md index 6039caafa..876f54ad7 100644 --- a/libs/nestjs/graphql/CHANGELOG.md +++ b/libs/nestjs/graphql/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/graphql/package.json b/libs/nestjs/graphql/package.json index ec78e54b7..74915b177 100644 --- a/libs/nestjs/graphql/package.json +++ b/libs/nestjs/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-graphql", - "version": "2.2.6", + "version": "2.2.7", "description": "Nestjs graphql helper", "repository": { "type": "git", diff --git a/libs/nestjs/mailer/CHANGELOG.md b/libs/nestjs/mailer/CHANGELOG.md index 006e3f50c..015468cd7 100644 --- a/libs/nestjs/mailer/CHANGELOG.md +++ b/libs/nestjs/mailer/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/mailer/package.json b/libs/nestjs/mailer/package.json index f4daa26ac..9d92607cf 100644 --- a/libs/nestjs/mailer/package.json +++ b/libs/nestjs/mailer/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-mailer", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/mailjet/CHANGELOG.md b/libs/nestjs/mailjet/CHANGELOG.md index d777fac1e..2afc979b0 100644 --- a/libs/nestjs/mailjet/CHANGELOG.md +++ b/libs/nestjs/mailjet/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/mailjet/package.json b/libs/nestjs/mailjet/package.json index 51df0b0a1..88cb18667 100644 --- a/libs/nestjs/mailjet/package.json +++ b/libs/nestjs/mailjet/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-mailjet", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/password/CHANGELOG.md b/libs/nestjs/password/CHANGELOG.md index d8581d839..5bbef15f9 100644 --- a/libs/nestjs/password/CHANGELOG.md +++ b/libs/nestjs/password/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/password/package.json b/libs/nestjs/password/package.json index 45e480cba..7daa29907 100644 --- a/libs/nestjs/password/package.json +++ b/libs/nestjs/password/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-password", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/request-timestamp/CHANGELOG.md b/libs/nestjs/request-timestamp/CHANGELOG.md index 3fb7fe24c..93de826cd 100644 --- a/libs/nestjs/request-timestamp/CHANGELOG.md +++ b/libs/nestjs/request-timestamp/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/request-timestamp/package.json b/libs/nestjs/request-timestamp/package.json index 0dfe29299..b49df9aa9 100644 --- a/libs/nestjs/request-timestamp/package.json +++ b/libs/nestjs/request-timestamp/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-request-timestamp", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/reset-password/CHANGELOG.md b/libs/nestjs/reset-password/CHANGELOG.md index 8145d0499..fc33ff754 100644 --- a/libs/nestjs/reset-password/CHANGELOG.md +++ b/libs/nestjs/reset-password/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/reset-password/package.json b/libs/nestjs/reset-password/package.json index 5d3f9db48..e93d9b3bf 100644 --- a/libs/nestjs/reset-password/package.json +++ b/libs/nestjs/reset-password/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-reset-password", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/user/CHANGELOG.md b/libs/nestjs/user/CHANGELOG.md index 9c75708a4..c6d31a502 100644 --- a/libs/nestjs/user/CHANGELOG.md +++ b/libs/nestjs/user/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/user/package.json b/libs/nestjs/user/package.json index 7643654bf..8ee87bacd 100644 --- a/libs/nestjs/user/package.json +++ b/libs/nestjs/user/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-user", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/winston/CHANGELOG.md b/libs/nestjs/winston/CHANGELOG.md index 37012ca4f..bddd5bc24 100644 --- a/libs/nestjs/winston/CHANGELOG.md +++ b/libs/nestjs/winston/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06) diff --git a/libs/nestjs/winston/package.json b/libs/nestjs/winston/package.json index 95827f9c3..c2de2c6de 100644 --- a/libs/nestjs/winston/package.json +++ b/libs/nestjs/winston/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-winston", - "version": "2.2.6", + "version": "2.2.7", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/workspace/CHANGELOG.md b/workspace/CHANGELOG.md index d1a6997fa..80b3ca9b0 100644 --- a/workspace/CHANGELOG.md +++ b/workspace/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14) + + + ## [2.2.6](https://github.com/tractr/traxion/compare/v2.2.5...v2.2.6) (2023-07-06)