From 5a51c2428f4ad2394ea4f6946981c632d99b12eb Mon Sep 17 00:00:00 2001 From: tractr-bot Date: Fri, 2 Jun 2023 13:51:12 +0000 Subject: [PATCH] chore(release): release version 2.2.3 --- 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 b21597ba7..bd362e405 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/apps/docs/package.json b/apps/docs/package.json index 73f55679f..802c39358 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/traxion-api", - "version": "2.2.2", + "version": "2.2.3", "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 135a48aff..0c99a55a8 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/examples/api-prisma/package.json b/examples/api-prisma/package.json index 5fa8039e0..46601ae03 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.2" + "version": "2.2.3" } diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md index bee779047..81267504a 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/common/package.json b/libs/common/package.json index 24c6ece05..d3c768254 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/common", - "version": "2.2.2", + "version": "2.2.3", "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 6a877be51..ea6658ac2 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/core/package.json b/libs/hapify/core/package.json index 751e195cf..b380659d0 100644 --- a/libs/hapify/core/package.json +++ b/libs/hapify/core/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-core", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/devkit/CHANGELOG.md b/libs/hapify/devkit/CHANGELOG.md index 8b0f851ee..22e67633b 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/devkit/package.json b/libs/hapify/devkit/package.json index 4d578dcc4..263d116ce 100644 --- a/libs/hapify/devkit/package.json +++ b/libs/hapify/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-devkit", - "version": "2.2.2", + "version": "2.2.3", "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 83595decb..149322fa7 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/generators/casl/package.json b/libs/hapify/generators/casl/package.json index 225a0af83..b426ccad6 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.2", + "version": "2.2.3", "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 7ff13b49c..9a105deb8 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/generators/nestjs-authorized-graphql-resolvers/package.json b/libs/hapify/generators/nestjs-authorized-graphql-resolvers/package.json index f88502378..48f8851a1 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.2", + "version": "2.2.3", "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 58fd088a2..d5ace4632 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/generators/nestjs-authorized-services/package.json b/libs/hapify/generators/nestjs-authorized-services/package.json index 5a8dfb3e8..f62e53e22 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.2", + "version": "2.2.3", "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 c42e25026..9e2962f8b 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/generators/nestjs-graphql-dtos/package.json b/libs/hapify/generators/nestjs-graphql-dtos/package.json index c87d39708..1864d5238 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.2", + "version": "2.2.3", "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 c6cf8a3fc..429e56e5a 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/generators/nestjs-graphql-resolvers/package.json b/libs/hapify/generators/nestjs-graphql-resolvers/package.json index 2e259e542..c687491c0 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.2", + "version": "2.2.3", "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 2fced7e3a..17e284ba3 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/generators/nestjs-modules/package.json b/libs/hapify/generators/nestjs-modules/package.json index f974b42f6..33a7f8899 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.2", + "version": "2.2.3", "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 608758f2b..fdfba30af 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/generators/nestjs-services/package.json b/libs/hapify/generators/nestjs-services/package.json index 172556727..9f9da779c 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.2", + "version": "2.2.3", "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 2fced7e3a..17e284ba3 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/generators/traxion/package.json b/libs/hapify/generators/traxion/package.json index 49106e0f1..6f89c3d52 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.2", + "version": "2.2.3", "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 884dd3523..70a9477ac 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/prisma/casl-generator/package.json b/libs/hapify/prisma/casl-generator/package.json index d3468b159..c9c7a475e 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.2", + "version": "2.2.3", "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 3c224a7c0..fa399529c 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) 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 e309ae473..b0e8b0099 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.2", + "version": "2.2.3", "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 f37e498e5..e374abef7 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/prisma/nestjs-authorized-services-generator/package.json b/libs/hapify/prisma/nestjs-authorized-services-generator/package.json index 68f9f2df1..610f302d6 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.2", + "version": "2.2.3", "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 c42e25026..9e2962f8b 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/prisma/nestjs-graphql-dtos-generator/package.json b/libs/hapify/prisma/nestjs-graphql-dtos-generator/package.json index a50abed48..f0fac2432 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.2", + "version": "2.2.3", "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 96c93a833..edb9b3020 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json b/libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json index 5b6b4f581..219e3aa5d 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.2", + "version": "2.2.3", "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 dc8e94ba9..9c36df0fe 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/prisma/nestjs-modules-generator/package.json b/libs/hapify/prisma/nestjs-modules-generator/package.json index 85bfdbaf0..7d69c4bfd 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.2", + "version": "2.2.3", "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 64310393a..b47f82131 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/prisma/nestjs-services-generator/package.json b/libs/hapify/prisma/nestjs-services-generator/package.json index c5179ac22..0d7822c18 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.2", + "version": "2.2.3", "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 25e976c61..2ee98abae 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/hapify/prisma/traxion-generator/package.json b/libs/hapify/prisma/traxion-generator/package.json index e92c89723..2ceeedcb6 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.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/authentication/CHANGELOG.md b/libs/nestjs/authentication/CHANGELOG.md index 282dce631..6cd98c317 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/authentication/package.json b/libs/nestjs/authentication/package.json index 5e264c88b..e8fff003a 100644 --- a/libs/nestjs/authentication/package.json +++ b/libs/nestjs/authentication/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-authentication", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/bcrypt/CHANGELOG.md b/libs/nestjs/bcrypt/CHANGELOG.md index c5e822e92..87b1d9b7f 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/bcrypt/package.json b/libs/nestjs/bcrypt/package.json index 44e8f5c09..69cadb1f2 100644 --- a/libs/nestjs/bcrypt/package.json +++ b/libs/nestjs/bcrypt/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-bcrypt", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/casl/CHANGELOG.md b/libs/nestjs/casl/CHANGELOG.md index 02081f1b2..8414ff3f2 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/casl/package.json b/libs/nestjs/casl/package.json index ad8177f57..fd952b417 100644 --- a/libs/nestjs/casl/package.json +++ b/libs/nestjs/casl/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-casl", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/core/CHANGELOG.md b/libs/nestjs/core/CHANGELOG.md index df7d9680e..e8b8a62e9 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/core/package.json b/libs/nestjs/core/package.json index 86b4ac08a..f155b28a4 100644 --- a/libs/nestjs/core/package.json +++ b/libs/nestjs/core/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-core", - "version": "2.2.2", + "version": "2.2.3", "description": "Core module for nestjs backend", "repository": { "type": "git", diff --git a/libs/nestjs/database/CHANGELOG.md b/libs/nestjs/database/CHANGELOG.md index 016ccd675..e3e87b4f4 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/database/package.json b/libs/nestjs/database/package.json index 0104eff0e..234a58768 100644 --- a/libs/nestjs/database/package.json +++ b/libs/nestjs/database/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-database", - "version": "2.2.2", + "version": "2.2.3", "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 d0dfb3bc6..308c7f758 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/file-storage/package.json b/libs/nestjs/file-storage/package.json index 84c3ac51c..645e1d35a 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.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/graphql/CHANGELOG.md b/libs/nestjs/graphql/CHANGELOG.md index 08463d197..2f02c5ebd 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/graphql/package.json b/libs/nestjs/graphql/package.json index 6a7c2b211..3f144209d 100644 --- a/libs/nestjs/graphql/package.json +++ b/libs/nestjs/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-graphql", - "version": "2.2.2", + "version": "2.2.3", "description": "Nestjs graphql helper", "repository": { "type": "git", diff --git a/libs/nestjs/mailer/CHANGELOG.md b/libs/nestjs/mailer/CHANGELOG.md index 931d06d9b..8068b018c 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/mailer/package.json b/libs/nestjs/mailer/package.json index 8499d6e57..825eb6f52 100644 --- a/libs/nestjs/mailer/package.json +++ b/libs/nestjs/mailer/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-mailer", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/mailjet/CHANGELOG.md b/libs/nestjs/mailjet/CHANGELOG.md index 10fa8fece..6cba182e1 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/mailjet/package.json b/libs/nestjs/mailjet/package.json index 526397f39..b288f4e1a 100644 --- a/libs/nestjs/mailjet/package.json +++ b/libs/nestjs/mailjet/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-mailjet", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/password/CHANGELOG.md b/libs/nestjs/password/CHANGELOG.md index 86a6c99d0..40c8ebb70 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/password/package.json b/libs/nestjs/password/package.json index 7827a7068..35adf14bc 100644 --- a/libs/nestjs/password/package.json +++ b/libs/nestjs/password/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-password", - "version": "2.2.2", + "version": "2.2.3", "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 0a002f4ad..eece7f5cc 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/request-timestamp/package.json b/libs/nestjs/request-timestamp/package.json index d8ba7648c..20d32e673 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.2", + "version": "2.2.3", "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 58b9596d4..15e97c597 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/reset-password/package.json b/libs/nestjs/reset-password/package.json index d54012ad6..073504464 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.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/user/CHANGELOG.md b/libs/nestjs/user/CHANGELOG.md index cd9ed8399..fe44f9499 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/user/package.json b/libs/nestjs/user/package.json index af19d5f90..b473906be 100644 --- a/libs/nestjs/user/package.json +++ b/libs/nestjs/user/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-user", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/winston/CHANGELOG.md b/libs/nestjs/winston/CHANGELOG.md index 4ceb216a6..10a2e7d7b 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02) diff --git a/libs/nestjs/winston/package.json b/libs/nestjs/winston/package.json index af36f9281..a8327c43f 100644 --- a/libs/nestjs/winston/package.json +++ b/libs/nestjs/winston/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-winston", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/workspace/CHANGELOG.md b/workspace/CHANGELOG.md index 6c858d002..8eedba063 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.3](https://github.com/tractr/traxion/compare/v2.2.2...v2.2.3) (2023-06-02) + + + ## [2.2.2](https://github.com/tractr/traxion/compare/v2.2.1...v2.2.2) (2023-06-02)