From 7d69d4767429ee2ebbb12105139b1fd97be0ecb8 Mon Sep 17 00:00:00 2001 From: tractr-bot Date: Tue, 18 Apr 2023 18:40:16 +0000 Subject: [PATCH] chore(release): release version 2.1.19 --- 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/graphql-resolvers/CHANGELOG.md | 4 ++++ libs/hapify/generators/graphql-resolvers/package.json | 2 +- libs/hapify/generators/nestjs-services/CHANGELOG.md | 4 ++++ libs/hapify/generators/nestjs-services/package.json | 2 +- .../prisma/nestjs-graphql-resolvers-generator/CHANGELOG.md | 4 ++++ .../prisma/nestjs-graphql-resolvers-generator/package.json | 2 +- libs/hapify/prisma/nestjs-services-generator/CHANGELOG.md | 4 ++++ libs/hapify/prisma/nestjs-services-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 ++++ 47 files changed, 119 insertions(+), 23 deletions(-) diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 25eb27f44..2bbc9be78 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/apps/docs/package.json b/apps/docs/package.json index e1cfbed7e..d5af275fc 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/traxion-api", - "version": "2.1.18", + "version": "2.1.19", "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 4dbdaa1bc..0123d9e9b 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/examples/api-prisma/package.json b/examples/api-prisma/package.json index 8745fa6ef..67b929ab8 100644 --- a/examples/api-prisma/package.json +++ b/examples/api-prisma/package.json @@ -1,4 +1,4 @@ { "name": "@trxn/examples-api-prisma", - "version": "2.1.18" + "version": "2.1.19" } diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md index 7097589bd..497a66217 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/common/package.json b/libs/common/package.json index 2eeb3011a..0c036da45 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/common", - "version": "2.1.18", + "version": "2.1.19", "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 d17955224..e62f640b4 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/hapify/core/package.json b/libs/hapify/core/package.json index a94d1aa3d..fae79b1a6 100644 --- a/libs/hapify/core/package.json +++ b/libs/hapify/core/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-core", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/devkit/CHANGELOG.md b/libs/hapify/devkit/CHANGELOG.md index d17955224..e62f640b4 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/hapify/devkit/package.json b/libs/hapify/devkit/package.json index df5a4572d..cceac7aa3 100644 --- a/libs/hapify/devkit/package.json +++ b/libs/hapify/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-devkit", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/hapify/generators/graphql-resolvers/CHANGELOG.md b/libs/hapify/generators/graphql-resolvers/CHANGELOG.md index d17955224..e62f640b4 100644 --- a/libs/hapify/generators/graphql-resolvers/CHANGELOG.md +++ b/libs/hapify/generators/graphql-resolvers/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/hapify/generators/graphql-resolvers/package.json b/libs/hapify/generators/graphql-resolvers/package.json index 139af22a9..391b2923f 100644 --- a/libs/hapify/generators/graphql-resolvers/package.json +++ b/libs/hapify/generators/graphql-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generator-graphql-resolvers", - "version": "2.1.18", + "version": "2.1.19", "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 d17955224..e62f640b4 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/hapify/generators/nestjs-services/package.json b/libs/hapify/generators/nestjs-services/package.json index 74998848a..9058779af 100644 --- a/libs/hapify/generators/nestjs-services/package.json +++ b/libs/hapify/generators/nestjs-services/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generators-nestjs-services", - "version": "2.1.18", + "version": "2.1.19", "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 958f262aa..3e6e39545 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json b/libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json index 3f12bab46..d8f887523 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.1.18", + "version": "2.1.19", "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 33665060c..bcddb6682 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/hapify/prisma/nestjs-services-generator/package.json b/libs/hapify/prisma/nestjs-services-generator/package.json index db5ce3a92..d3bc677a6 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.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/authentication/CHANGELOG.md b/libs/nestjs/authentication/CHANGELOG.md index c1760671c..d4c1f4f85 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/authentication/package.json b/libs/nestjs/authentication/package.json index 7ad530b9e..38224264d 100644 --- a/libs/nestjs/authentication/package.json +++ b/libs/nestjs/authentication/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-authentication", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/bcrypt/CHANGELOG.md b/libs/nestjs/bcrypt/CHANGELOG.md index 4ee7359ca..37525f31f 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/bcrypt/package.json b/libs/nestjs/bcrypt/package.json index 46717857a..c6df954be 100644 --- a/libs/nestjs/bcrypt/package.json +++ b/libs/nestjs/bcrypt/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-bcrypt", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/casl/CHANGELOG.md b/libs/nestjs/casl/CHANGELOG.md index 2c8cfe7fb..7eb13f0f1 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/casl/package.json b/libs/nestjs/casl/package.json index 9305e98ec..8108f3989 100644 --- a/libs/nestjs/casl/package.json +++ b/libs/nestjs/casl/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-casl", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/core/CHANGELOG.md b/libs/nestjs/core/CHANGELOG.md index c9bb61f85..50e830db8 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/core/package.json b/libs/nestjs/core/package.json index fef3a76e5..3a72e1300 100644 --- a/libs/nestjs/core/package.json +++ b/libs/nestjs/core/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-core", - "version": "2.1.18", + "version": "2.1.19", "description": "Core module for nestjs backend", "repository": { "type": "git", diff --git a/libs/nestjs/database/CHANGELOG.md b/libs/nestjs/database/CHANGELOG.md index 6dca21191..bf5bf02f9 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/database/package.json b/libs/nestjs/database/package.json index 47a4451cc..5668e72c4 100644 --- a/libs/nestjs/database/package.json +++ b/libs/nestjs/database/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-database", - "version": "2.1.18", + "version": "2.1.19", "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 b1d6f3d93..5740d66c4 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/file-storage/package.json b/libs/nestjs/file-storage/package.json index 06a9a7f0a..897130eb3 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.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/graphql/CHANGELOG.md b/libs/nestjs/graphql/CHANGELOG.md index b369dbece..2005c2a2b 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/graphql/package.json b/libs/nestjs/graphql/package.json index 10012b2a1..faeebafb7 100644 --- a/libs/nestjs/graphql/package.json +++ b/libs/nestjs/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-graphql", - "version": "2.1.18", + "version": "2.1.19", "description": "Nestjs graphql helper", "repository": { "type": "git", diff --git a/libs/nestjs/mailer/CHANGELOG.md b/libs/nestjs/mailer/CHANGELOG.md index 71d618bc4..bf7d9d42a 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/mailer/package.json b/libs/nestjs/mailer/package.json index 8c7a0b55f..a629c6698 100644 --- a/libs/nestjs/mailer/package.json +++ b/libs/nestjs/mailer/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-mailer", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/mailjet/CHANGELOG.md b/libs/nestjs/mailjet/CHANGELOG.md index 96d639955..80f212603 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/mailjet/package.json b/libs/nestjs/mailjet/package.json index d88a8dd2e..c1868c9eb 100644 --- a/libs/nestjs/mailjet/package.json +++ b/libs/nestjs/mailjet/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-mailjet", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/password/CHANGELOG.md b/libs/nestjs/password/CHANGELOG.md index cc310fef9..bb712a288 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/password/package.json b/libs/nestjs/password/package.json index c5bf74669..9d122fd88 100644 --- a/libs/nestjs/password/package.json +++ b/libs/nestjs/password/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-password", - "version": "2.1.18", + "version": "2.1.19", "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 117b7c010..baada1060 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/request-timestamp/package.json b/libs/nestjs/request-timestamp/package.json index c95d2717f..8be416dbd 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.1.18", + "version": "2.1.19", "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 8488c553c..34d8e245b 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/reset-password/package.json b/libs/nestjs/reset-password/package.json index 8cf6e32f3..940839983 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.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/user/CHANGELOG.md b/libs/nestjs/user/CHANGELOG.md index ecb899526..f0e91841f 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/user/package.json b/libs/nestjs/user/package.json index 22e1e60ca..801f1a595 100644 --- a/libs/nestjs/user/package.json +++ b/libs/nestjs/user/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-user", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/libs/nestjs/winston/CHANGELOG.md b/libs/nestjs/winston/CHANGELOG.md index ae26fefa6..6b53d9c9e 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15) diff --git a/libs/nestjs/winston/package.json b/libs/nestjs/winston/package.json index a3b92a825..b072c9a6e 100644 --- a/libs/nestjs/winston/package.json +++ b/libs/nestjs/winston/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-winston", - "version": "2.1.18", + "version": "2.1.19", "repository": { "type": "git", "url": "https://github.com/tractr/traxion" diff --git a/workspace/CHANGELOG.md b/workspace/CHANGELOG.md index a7ce5c864..f0d39217b 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.1.19](https://github.com/tractr/traxion/compare/v2.1.18...v2.1.19) (2023-04-18) + + + ## [2.1.18](https://github.com/tractr/traxion/compare/v2.1.17...v2.1.18) (2023-04-15)