diff --git a/apps/admin/CHANGELOG.md b/apps/admin/CHANGELOG.md index a361893d9..0b30dc168 100644 --- a/apps/admin/CHANGELOG.md +++ b/apps/admin/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index f661b823c..b0e66a11f 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/apps/api/package.json b/apps/api/package.json index 5f8938597..562a7906b 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,4 +1,4 @@ { "name": "@trxn/traxion-api", - "version": "2.1.14" + "version": "2.2.0" } diff --git a/apps/pwa-e2e/CHANGELOG.md b/apps/pwa-e2e/CHANGELOG.md index 59d3792af..18d037830 100644 --- a/apps/pwa-e2e/CHANGELOG.md +++ b/apps/pwa-e2e/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/apps/pwa/CHANGELOG.md b/apps/pwa/CHANGELOG.md index e4f9e119e..c25018f3e 100644 --- a/apps/pwa/CHANGELOG.md +++ b/apps/pwa/CHANGELOG.md @@ -2,6 +2,20 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + +### Bug Fixes + +* load the user on the application start ([f4e5ab1](https://github.com/tractr/stack/commit/f4e5ab1022f90b78c05c253a4d20f48d2c645f92)) + + +### Features + +* remove unused package and component from angular packages ([#2](https://github.com/tractr/stack/issues/2)) ([6f7f1cd](https://github.com/tractr/stack/commit/6f7f1cd558af835a53da24f939e592a02d2594aa)) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/apps/pwa/package.json b/apps/pwa/package.json index 7d2b3bcd4..4251d2948 100644 --- a/apps/pwa/package.json +++ b/apps/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/traxion-pwa", - "version": "2.1.14", + "version": "2.2.0", "peerDependencies": { "@angular/common": "^12.1.1", "@angular/core": "^12.1.1" diff --git a/apps/terraform/CHANGELOG.md b/apps/terraform/CHANGELOG.md index 2710e0383..065340036 100644 --- a/apps/terraform/CHANGELOG.md +++ b/apps/terraform/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/angular/authentication/CHANGELOG.md b/libs/angular/authentication/CHANGELOG.md index 8bf97f808..2fb151f1b 100644 --- a/libs/angular/authentication/CHANGELOG.md +++ b/libs/angular/authentication/CHANGELOG.md @@ -2,6 +2,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + +### Bug Fixes + +* do not notify when we test if the user is logged or not ([079271b](https://github.com/tractr/stack/commit/079271bd7f63e6bb1457fb72579c27f8f076e2e3)) +* load the user on the application start ([f4e5ab1](https://github.com/tractr/stack/commit/f4e5ab1022f90b78c05c253a4d20f48d2c645f92)) +* use observable inside angular guard to be sure to wait the user initialisation ([cb06aec](https://github.com/tractr/stack/commit/cb06aecbde04ae9ce148ddedaf44744550819c20)) + + +### Features + +* remove unused package and component from angular packages ([#2](https://github.com/tractr/stack/issues/2)) ([6f7f1cd](https://github.com/tractr/stack/commit/6f7f1cd558af835a53da24f939e592a02d2594aa)) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/angular/authentication/package.json b/libs/angular/authentication/package.json index 677fc118f..22a9bad10 100644 --- a/libs/angular/authentication/package.json +++ b/libs/angular/authentication/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/angular-authentication", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/angular/casl/CHANGELOG.md b/libs/angular/casl/CHANGELOG.md index 089bb7008..04642b15d 100644 --- a/libs/angular/casl/CHANGELOG.md +++ b/libs/angular/casl/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + +### Features + +* remove unused package and component from angular packages ([#2](https://github.com/tractr/stack/issues/2)) ([6f7f1cd](https://github.com/tractr/stack/commit/6f7f1cd558af835a53da24f939e592a02d2594aa)) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/angular/casl/package.json b/libs/angular/casl/package.json index 2d88ec634..d4621301a 100644 --- a/libs/angular/casl/package.json +++ b/libs/angular/casl/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/angular-casl", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/angular/config/CHANGELOG.md b/libs/angular/config/CHANGELOG.md index 6e8dec536..155af16b7 100644 --- a/libs/angular/config/CHANGELOG.md +++ b/libs/angular/config/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + +### Bug Fixes + +* load the user on the application start ([f4e5ab1](https://github.com/tractr/stack/commit/f4e5ab1022f90b78c05c253a4d20f48d2c645f92)) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/angular/config/package.json b/libs/angular/config/package.json index 95cb378d0..107911f07 100644 --- a/libs/angular/config/package.json +++ b/libs/angular/config/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/angular-config", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/angular/file-storage/CHANGELOG.md b/libs/angular/file-storage/CHANGELOG.md index 3692e600a..05480c7d5 100644 --- a/libs/angular/file-storage/CHANGELOG.md +++ b/libs/angular/file-storage/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + +### Features + +* remove unused package and component from angular packages ([#2](https://github.com/tractr/stack/issues/2)) ([6f7f1cd](https://github.com/tractr/stack/commit/6f7f1cd558af835a53da24f939e592a02d2594aa)) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/angular/file-storage/package.json b/libs/angular/file-storage/package.json index 2e9b60034..094b6ef51 100644 --- a/libs/angular/file-storage/package.json +++ b/libs/angular/file-storage/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/angular-file-storage", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/angular/tools/CHANGELOG.md b/libs/angular/tools/CHANGELOG.md index ceda78e15..001854ec2 100644 --- a/libs/angular/tools/CHANGELOG.md +++ b/libs/angular/tools/CHANGELOG.md @@ -2,6 +2,21 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + +### Bug Fixes + +* load the user on the application start ([f4e5ab1](https://github.com/tractr/stack/commit/f4e5ab1022f90b78c05c253a4d20f48d2c645f92)) + + +### Features + +* add helper to the notification service ([9ffa11b](https://github.com/tractr/stack/commit/9ffa11b74c24ee14669e47bd81af17cd011f4e82)) +* remove unused package and component from angular packages ([#2](https://github.com/tractr/stack/issues/2)) ([6f7f1cd](https://github.com/tractr/stack/commit/6f7f1cd558af835a53da24f939e592a02d2594aa)) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/angular/tools/package.json b/libs/angular/tools/package.json index 57a832e6d..c7976cd9a 100644 --- a/libs/angular/tools/package.json +++ b/libs/angular/tools/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/angular-tools", - "version": "2.1.14", + "version": "2.2.0", "description": "Tools for angular application", "repository": { "type": "git", diff --git a/libs/config/client/CHANGELOG.md b/libs/config/client/CHANGELOG.md index 8bb321dd9..b85c590f7 100644 --- a/libs/config/client/CHANGELOG.md +++ b/libs/config/client/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + +### Bug Fixes + +* load the user on the application start ([f4e5ab1](https://github.com/tractr/stack/commit/f4e5ab1022f90b78c05c253a4d20f48d2c645f92)) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/config/client/package.json b/libs/config/client/package.json index c53c08f9d..e36383756 100644 --- a/libs/config/client/package.json +++ b/libs/config/client/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/client-config", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack.git" diff --git a/libs/config/commit/CHANGELOG.md b/libs/config/commit/CHANGELOG.md index 013b2b9ba..62a5b1b20 100644 --- a/libs/config/commit/CHANGELOG.md +++ b/libs/config/commit/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/config/commit/package.json b/libs/config/commit/package.json index bca0a12e6..c131a165f 100644 --- a/libs/config/commit/package.json +++ b/libs/config/commit/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/commit-config", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack.git" diff --git a/libs/config/eslint/CHANGELOG.md b/libs/config/eslint/CHANGELOG.md index 031064c23..322e5469b 100644 --- a/libs/config/eslint/CHANGELOG.md +++ b/libs/config/eslint/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/config/eslint/package.json b/libs/config/eslint/package.json index 57ca68e2d..05388e423 100644 --- a/libs/config/eslint/package.json +++ b/libs/config/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/eslint-config", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack.git" diff --git a/libs/config/hapify/CHANGELOG.md b/libs/config/hapify/CHANGELOG.md index 13f074620..5a89180fd 100644 --- a/libs/config/hapify/CHANGELOG.md +++ b/libs/config/hapify/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/config/hapify/package.json b/libs/config/hapify/package.json index 2cfbdbcc3..f07f2b3e5 100644 --- a/libs/config/hapify/package.json +++ b/libs/config/hapify/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-config", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack.git" diff --git a/libs/config/prettier/CHANGELOG.md b/libs/config/prettier/CHANGELOG.md index 7c5fe2a53..0abe7f802 100644 --- a/libs/config/prettier/CHANGELOG.md +++ b/libs/config/prettier/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/config/prettier/package.json b/libs/config/prettier/package.json index 44b44106c..79d507833 100644 --- a/libs/config/prettier/package.json +++ b/libs/config/prettier/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/prettier-config", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack.git" diff --git a/libs/generated/angular-rext-client/CHANGELOG.md b/libs/generated/angular-rext-client/CHANGELOG.md index e47bc5b65..ae87709b1 100644 --- a/libs/generated/angular-rext-client/CHANGELOG.md +++ b/libs/generated/angular-rext-client/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/angular-rext-client/package.json b/libs/generated/angular-rext-client/package.json index e09c4f8b8..f2f2c0747 100644 --- a/libs/generated/angular-rext-client/package.json +++ b/libs/generated/angular-rext-client/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/generated-angular-rext-client", - "version": "2.1.14", + "version": "2.2.0", "dependencies": { "tslib": "^2.3.1" }, diff --git a/libs/generated/casl/CHANGELOG.md b/libs/generated/casl/CHANGELOG.md index 65eea45c4..fd35464eb 100644 --- a/libs/generated/casl/CHANGELOG.md +++ b/libs/generated/casl/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/casl/package.json b/libs/generated/casl/package.json index ca3145b49..77e741365 100644 --- a/libs/generated/casl/package.json +++ b/libs/generated/casl/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/generated-casl", - "version": "2.1.14", + "version": "2.2.0", "dependencies": { "tslib": "^2.3.1" }, diff --git a/libs/generated/dbml/CHANGELOG.md b/libs/generated/dbml/CHANGELOG.md index 96d512de7..2e1cf615e 100644 --- a/libs/generated/dbml/CHANGELOG.md +++ b/libs/generated/dbml/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/dbml/package.json b/libs/generated/dbml/package.json index db92a2533..5062b631d 100644 --- a/libs/generated/dbml/package.json +++ b/libs/generated/dbml/package.json @@ -1,4 +1,4 @@ { "name": "@trxn/generated-dbml", - "version": "2.1.14" + "version": "2.2.0" } diff --git a/libs/generated/models/CHANGELOG.md b/libs/generated/models/CHANGELOG.md index 96d512de7..2e1cf615e 100644 --- a/libs/generated/models/CHANGELOG.md +++ b/libs/generated/models/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/models/package.json b/libs/generated/models/package.json index b053667c1..d5172089a 100644 --- a/libs/generated/models/package.json +++ b/libs/generated/models/package.json @@ -1,4 +1,4 @@ { "name": "@trxn/generated-models", - "version": "2.1.14" + "version": "2.2.0" } diff --git a/libs/generated/nestjs-graphql/CHANGELOG.md b/libs/generated/nestjs-graphql/CHANGELOG.md index 345f580c3..5c802e1b8 100644 --- a/libs/generated/nestjs-graphql/CHANGELOG.md +++ b/libs/generated/nestjs-graphql/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/nestjs-graphql/package.json b/libs/generated/nestjs-graphql/package.json index 07ac36896..4a255fb14 100644 --- a/libs/generated/nestjs-graphql/package.json +++ b/libs/generated/nestjs-graphql/package.json @@ -1,4 +1,4 @@ { "name": "@trxn/generated-nestjs-graphql", - "version": "2.1.14" + "version": "2.2.0" } diff --git a/libs/generated/nestjs-models-common/CHANGELOG.md b/libs/generated/nestjs-models-common/CHANGELOG.md index 12e0f9aa1..50d800296 100644 --- a/libs/generated/nestjs-models-common/CHANGELOG.md +++ b/libs/generated/nestjs-models-common/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/nestjs-models-common/package.json b/libs/generated/nestjs-models-common/package.json index 7df209a69..78554200c 100644 --- a/libs/generated/nestjs-models-common/package.json +++ b/libs/generated/nestjs-models-common/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/generated-nestjs-models-common", - "version": "2.1.14", + "version": "2.2.0", "exports": { ".": { "import": "./src/index.js" diff --git a/libs/generated/nestjs-models-rest/CHANGELOG.md b/libs/generated/nestjs-models-rest/CHANGELOG.md index e8020780e..52ba06c16 100644 --- a/libs/generated/nestjs-models-rest/CHANGELOG.md +++ b/libs/generated/nestjs-models-rest/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/nestjs-models-rest/package.json b/libs/generated/nestjs-models-rest/package.json index d41f7c0f1..11c5d46ee 100644 --- a/libs/generated/nestjs-models-rest/package.json +++ b/libs/generated/nestjs-models-rest/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/generated-nestjs-models-rest", - "version": "2.1.14", + "version": "2.2.0", "exports": { ".": { "import": "./src/index.js" diff --git a/libs/generated/nestjs-models/CHANGELOG.md b/libs/generated/nestjs-models/CHANGELOG.md index 96d512de7..2e1cf615e 100644 --- a/libs/generated/nestjs-models/CHANGELOG.md +++ b/libs/generated/nestjs-models/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/nestjs-models/package.json b/libs/generated/nestjs-models/package.json index 7bae77b9b..7740f9e1f 100644 --- a/libs/generated/nestjs-models/package.json +++ b/libs/generated/nestjs-models/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/generated-nestjs-models", - "version": "2.1.14", + "version": "2.2.0", "exports": { ".": "./dist/index.js", "./mock": "./dist/mock.js" diff --git a/libs/generated/prisma/CHANGELOG.md b/libs/generated/prisma/CHANGELOG.md index 89fce2606..5fa24d7a9 100644 --- a/libs/generated/prisma/CHANGELOG.md +++ b/libs/generated/prisma/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/prisma/package.json b/libs/generated/prisma/package.json index 169c00bdd..59a7144cf 100644 --- a/libs/generated/prisma/package.json +++ b/libs/generated/prisma/package.json @@ -1,4 +1,4 @@ { "name": "@trxn/generated-prisma", - "version": "2.1.14" + "version": "2.2.0" } diff --git a/libs/generated/react-admin/CHANGELOG.md b/libs/generated/react-admin/CHANGELOG.md index 49d0ad717..a99a62a36 100644 --- a/libs/generated/react-admin/CHANGELOG.md +++ b/libs/generated/react-admin/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/react-admin/package.json b/libs/generated/react-admin/package.json index 2dde502e3..c75bd8b5c 100644 --- a/libs/generated/react-admin/package.json +++ b/libs/generated/react-admin/package.json @@ -1,4 +1,4 @@ { "name": "@trxn/generated-react-admin", - "version": "2.1.14" + "version": "2.2.0" } diff --git a/libs/generated/rest-dtos/CHANGELOG.md b/libs/generated/rest-dtos/CHANGELOG.md index e47bc5b65..ae87709b1 100644 --- a/libs/generated/rest-dtos/CHANGELOG.md +++ b/libs/generated/rest-dtos/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/rest-dtos/package.json b/libs/generated/rest-dtos/package.json index a91830515..881611763 100644 --- a/libs/generated/rest-dtos/package.json +++ b/libs/generated/rest-dtos/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/generated-rest-dtos", - "version": "2.1.14", + "version": "2.2.0", "dependencies": { "tslib": "^2.3.1" }, diff --git a/libs/generated/rext-client/CHANGELOG.md b/libs/generated/rext-client/CHANGELOG.md index e47bc5b65..ae87709b1 100644 --- a/libs/generated/rext-client/CHANGELOG.md +++ b/libs/generated/rext-client/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/generated/rext-client/package.json b/libs/generated/rext-client/package.json index 02e6c49bb..333847086 100644 --- a/libs/generated/rext-client/package.json +++ b/libs/generated/rext-client/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/generated-rext-client", - "version": "2.1.14", + "version": "2.2.0", "dependencies": { "tslib": "^2.3.1" }, diff --git a/libs/hapify/generate-config/CHANGELOG.md b/libs/hapify/generate-config/CHANGELOG.md index ee61257ea..1ce183e62 100644 --- a/libs/hapify/generate-config/CHANGELOG.md +++ b/libs/hapify/generate-config/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/generate-config/package.json b/libs/hapify/generate-config/package.json index dd605c913..159e7fec3 100644 --- a/libs/hapify/generate-config/package.json +++ b/libs/hapify/generate-config/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-generate-config", - "version": "2.1.14", + "version": "2.2.0", "description": "Generate hapify config", "repository": { "type": "git", diff --git a/libs/hapify/hapify-common/CHANGELOG.md b/libs/hapify/hapify-common/CHANGELOG.md index 2b2e6ff64..298a53ea2 100644 --- a/libs/hapify/hapify-common/CHANGELOG.md +++ b/libs/hapify/hapify-common/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/hapify-common/package.json b/libs/hapify/hapify-common/package.json index d5810f1d9..012f477b9 100644 --- a/libs/hapify/hapify-common/package.json +++ b/libs/hapify/hapify-common/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-common", - "version": "2.1.14", + "version": "2.2.0", "description": "Hapify common helpers", "repository": { "type": "git", diff --git a/libs/hapify/templates/angular-rext-client/CHANGELOG.md b/libs/hapify/templates/angular-rext-client/CHANGELOG.md index dededea1a..fad8ca858 100644 --- a/libs/hapify/templates/angular-rext-client/CHANGELOG.md +++ b/libs/hapify/templates/angular-rext-client/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/angular-rext-client/package.json b/libs/hapify/templates/angular-rext-client/package.json index eede10891..81f8bda41 100644 --- a/libs/hapify/templates/angular-rext-client/package.json +++ b/libs/hapify/templates/angular-rext-client/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-angular-rext-client", - "version": "2.1.14", + "version": "2.2.0", "description": "Template to generate an angular rest client with hapify", "repository": { "type": "git", diff --git a/libs/hapify/templates/casl/CHANGELOG.md b/libs/hapify/templates/casl/CHANGELOG.md index 06e0c6b7e..b03de7e9b 100644 --- a/libs/hapify/templates/casl/CHANGELOG.md +++ b/libs/hapify/templates/casl/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/casl/package.json b/libs/hapify/templates/casl/package.json index 728fd4d79..fe0d6868d 100644 --- a/libs/hapify/templates/casl/package.json +++ b/libs/hapify/templates/casl/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-casl", - "version": "2.1.14", + "version": "2.2.0", "description": "Hapify templates for casl class validators and types", "repository": { "type": "git", diff --git a/libs/hapify/templates/dbml/CHANGELOG.md b/libs/hapify/templates/dbml/CHANGELOG.md index 958e5120f..b6dd33157 100644 --- a/libs/hapify/templates/dbml/CHANGELOG.md +++ b/libs/hapify/templates/dbml/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/dbml/package.json b/libs/hapify/templates/dbml/package.json index d46c4fe41..9cbcec068 100644 --- a/libs/hapify/templates/dbml/package.json +++ b/libs/hapify/templates/dbml/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-dbml", - "version": "2.1.14", + "version": "2.2.0", "description": "Generate DBML schema", "repository": { "type": "git", diff --git a/libs/hapify/templates/models/CHANGELOG.md b/libs/hapify/templates/models/CHANGELOG.md index 0d79c5901..94ee678f2 100644 --- a/libs/hapify/templates/models/CHANGELOG.md +++ b/libs/hapify/templates/models/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/models/package.json b/libs/hapify/templates/models/package.json index da499e863..63a7127c9 100644 --- a/libs/hapify/templates/models/package.json +++ b/libs/hapify/templates/models/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-models", - "version": "2.1.14", + "version": "2.2.0", "description": "Hapify templates for models class validators and types", "repository": { "type": "git", diff --git a/libs/hapify/templates/nestjs-graphql/CHANGELOG.md b/libs/hapify/templates/nestjs-graphql/CHANGELOG.md index 4b038ecaa..434334d9a 100644 --- a/libs/hapify/templates/nestjs-graphql/CHANGELOG.md +++ b/libs/hapify/templates/nestjs-graphql/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/nestjs-graphql/package.json b/libs/hapify/templates/nestjs-graphql/package.json index e1390c2ce..29399865f 100644 --- a/libs/hapify/templates/nestjs-graphql/package.json +++ b/libs/hapify/templates/nestjs-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-nestjs-graphql", - "version": "2.1.14", + "version": "2.2.0", "description": "Hapify templates for nestjs models", "repository": { "type": "git", diff --git a/libs/hapify/templates/nestjs-models-common/CHANGELOG.md b/libs/hapify/templates/nestjs-models-common/CHANGELOG.md index 0e75c5f6f..df6a9294b 100644 --- a/libs/hapify/templates/nestjs-models-common/CHANGELOG.md +++ b/libs/hapify/templates/nestjs-models-common/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/nestjs-models-common/package.json b/libs/hapify/templates/nestjs-models-common/package.json index 3c8833b3e..027341823 100644 --- a/libs/hapify/templates/nestjs-models-common/package.json +++ b/libs/hapify/templates/nestjs-models-common/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-nestjs-models-common", - "version": "2.1.14", + "version": "2.2.0", "description": "Hapify templates for nestjs models common features", "repository": { "type": "git", diff --git a/libs/hapify/templates/nestjs-models-rest/CHANGELOG.md b/libs/hapify/templates/nestjs-models-rest/CHANGELOG.md index a9f926aad..4b59e12ef 100644 --- a/libs/hapify/templates/nestjs-models-rest/CHANGELOG.md +++ b/libs/hapify/templates/nestjs-models-rest/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/nestjs-models-rest/package.json b/libs/hapify/templates/nestjs-models-rest/package.json index 851136837..6b11b3ae3 100644 --- a/libs/hapify/templates/nestjs-models-rest/package.json +++ b/libs/hapify/templates/nestjs-models-rest/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-nestjs-models-rest", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/hapify/templates/nestjs-models/CHANGELOG.md b/libs/hapify/templates/nestjs-models/CHANGELOG.md index c8abec587..f30e4f189 100644 --- a/libs/hapify/templates/nestjs-models/CHANGELOG.md +++ b/libs/hapify/templates/nestjs-models/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/nestjs-models/package.json b/libs/hapify/templates/nestjs-models/package.json index 28472e5b0..056d7705e 100644 --- a/libs/hapify/templates/nestjs-models/package.json +++ b/libs/hapify/templates/nestjs-models/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-nestjs-models", - "version": "2.1.14", + "version": "2.2.0", "description": "Hapify templates for nestjs models", "repository": { "type": "git", diff --git a/libs/hapify/templates/prisma/CHANGELOG.md b/libs/hapify/templates/prisma/CHANGELOG.md index cb10e4164..40e68f50e 100644 --- a/libs/hapify/templates/prisma/CHANGELOG.md +++ b/libs/hapify/templates/prisma/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/prisma/package.json b/libs/hapify/templates/prisma/package.json index 6657e3eb2..38e3dcff3 100644 --- a/libs/hapify/templates/prisma/package.json +++ b/libs/hapify/templates/prisma/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-prisma", - "version": "2.1.14", + "version": "2.2.0", "description": "Generate prisma hapify config", "repository": { "type": "git", diff --git a/libs/hapify/templates/react-admin/CHANGELOG.md b/libs/hapify/templates/react-admin/CHANGELOG.md index 505b7f70b..8a3356fcb 100644 --- a/libs/hapify/templates/react-admin/CHANGELOG.md +++ b/libs/hapify/templates/react-admin/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/react-admin/package.json b/libs/hapify/templates/react-admin/package.json index d3a50cdaf..5a06ade72 100644 --- a/libs/hapify/templates/react-admin/package.json +++ b/libs/hapify/templates/react-admin/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-react-admin", - "version": "2.1.14", + "version": "2.2.0", "description": "Template to generate a react admin configuration", "repository": { "type": "git", diff --git a/libs/hapify/templates/rest-dtos/CHANGELOG.md b/libs/hapify/templates/rest-dtos/CHANGELOG.md index b45fac754..c70b2b291 100644 --- a/libs/hapify/templates/rest-dtos/CHANGELOG.md +++ b/libs/hapify/templates/rest-dtos/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/rest-dtos/package.json b/libs/hapify/templates/rest-dtos/package.json index 45130c4b9..d56d2f3a9 100644 --- a/libs/hapify/templates/rest-dtos/package.json +++ b/libs/hapify/templates/rest-dtos/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-rest-dtos", - "version": "2.1.14", + "version": "2.2.0", "description": "Hapify templates for models rest dtos", "repository": { "type": "git", diff --git a/libs/hapify/templates/rext-client/CHANGELOG.md b/libs/hapify/templates/rext-client/CHANGELOG.md index 525b93a5f..35d6f0024 100644 --- a/libs/hapify/templates/rext-client/CHANGELOG.md +++ b/libs/hapify/templates/rext-client/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/templates/rext-client/package.json b/libs/hapify/templates/rext-client/package.json index e4303f2d3..d1b1c742f 100644 --- a/libs/hapify/templates/rext-client/package.json +++ b/libs/hapify/templates/rext-client/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-templates-rext-client", - "version": "2.1.14", + "version": "2.2.0", "description": "Template to generate a rest client with hapify", "repository": { "type": "git", diff --git a/libs/hapify/update-templates-import-path/CHANGELOG.md b/libs/hapify/update-templates-import-path/CHANGELOG.md index bec14a765..7a3050a5f 100644 --- a/libs/hapify/update-templates-import-path/CHANGELOG.md +++ b/libs/hapify/update-templates-import-path/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/hapify/update-templates-import-path/package.json b/libs/hapify/update-templates-import-path/package.json index 1d150eb24..b69f2971b 100644 --- a/libs/hapify/update-templates-import-path/package.json +++ b/libs/hapify/update-templates-import-path/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/hapify-update-templates-import-path", - "version": "2.1.14", + "version": "2.2.0", "description": "Update relative path in code generated by hapify", "repository": { "type": "git", diff --git a/libs/nestjs/sentry/CHANGELOG.md b/libs/nestjs/sentry/CHANGELOG.md index c4df8e0e2..ab5da5733 100644 --- a/libs/nestjs/sentry/CHANGELOG.md +++ b/libs/nestjs/sentry/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/nestjs/sentry/package.json b/libs/nestjs/sentry/package.json index fb8a4bb64..359b2daa9 100644 --- a/libs/nestjs/sentry/package.json +++ b/libs/nestjs/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/nestjs-sentry", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/schematics/CHANGELOG.md b/libs/schematics/CHANGELOG.md index 8f247bb4d..fe6b9e7ef 100644 --- a/libs/schematics/CHANGELOG.md +++ b/libs/schematics/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/schematics/package.json b/libs/schematics/package.json index e9bb572e3..35a896420 100644 --- a/libs/schematics/package.json +++ b/libs/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/schematics", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/aws-stack/CHANGELOG.md b/libs/terraform/aws-stack/CHANGELOG.md index b8f2769a2..ec3871989 100644 --- a/libs/terraform/aws-stack/CHANGELOG.md +++ b/libs/terraform/aws-stack/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/aws-stack/package.json b/libs/terraform/aws-stack/package.json index bb330d246..cc1f42460 100644 --- a/libs/terraform/aws-stack/package.json +++ b/libs/terraform/aws-stack/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-aws-stack", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/aws/CHANGELOG.md b/libs/terraform/component/aws/CHANGELOG.md index 0e10188bd..32df6a14e 100644 --- a/libs/terraform/component/aws/CHANGELOG.md +++ b/libs/terraform/component/aws/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/aws/package.json b/libs/terraform/component/aws/package.json index b5fc296de..da4751af4 100644 --- a/libs/terraform/component/aws/package.json +++ b/libs/terraform/component/aws/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-aws", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/deployment-trigger/CHANGELOG.md b/libs/terraform/component/deployment-trigger/CHANGELOG.md index 803461b32..b4c6b714b 100644 --- a/libs/terraform/component/deployment-trigger/CHANGELOG.md +++ b/libs/terraform/component/deployment-trigger/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/deployment-trigger/package.json b/libs/terraform/component/deployment-trigger/package.json index 3555430fa..86a226f5a 100644 --- a/libs/terraform/component/deployment-trigger/package.json +++ b/libs/terraform/component/deployment-trigger/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-deployment-trigger", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/deployment/CHANGELOG.md b/libs/terraform/component/deployment/CHANGELOG.md index 628cfe707..f52705bda 100644 --- a/libs/terraform/component/deployment/CHANGELOG.md +++ b/libs/terraform/component/deployment/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/deployment/package.json b/libs/terraform/component/deployment/package.json index 2d0b4a566..03ff59922 100644 --- a/libs/terraform/component/deployment/package.json +++ b/libs/terraform/component/deployment/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-deployment", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/entrypoint/CHANGELOG.md b/libs/terraform/component/entrypoint/CHANGELOG.md index 61cda3315..4366b68b7 100644 --- a/libs/terraform/component/entrypoint/CHANGELOG.md +++ b/libs/terraform/component/entrypoint/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/entrypoint/package.json b/libs/terraform/component/entrypoint/package.json index 2f4e5a337..a88e5aabb 100644 --- a/libs/terraform/component/entrypoint/package.json +++ b/libs/terraform/component/entrypoint/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-entrypoint", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/file-storage/CHANGELOG.md b/libs/terraform/component/file-storage/CHANGELOG.md index 6b2fc7ec9..bbb360025 100644 --- a/libs/terraform/component/file-storage/CHANGELOG.md +++ b/libs/terraform/component/file-storage/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/file-storage/package.json b/libs/terraform/component/file-storage/package.json index 8413c96b4..b424889a3 100644 --- a/libs/terraform/component/file-storage/package.json +++ b/libs/terraform/component/file-storage/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-file-storage", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/logs/CHANGELOG.md b/libs/terraform/component/logs/CHANGELOG.md index 1d2ade0d6..054ee5946 100644 --- a/libs/terraform/component/logs/CHANGELOG.md +++ b/libs/terraform/component/logs/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/logs/package.json b/libs/terraform/component/logs/package.json index 5b8927812..2cbd84fef 100644 --- a/libs/terraform/component/logs/package.json +++ b/libs/terraform/component/logs/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-logs", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/private-dns/CHANGELOG.md b/libs/terraform/component/private-dns/CHANGELOG.md index aea53edac..d0fd2e8a8 100644 --- a/libs/terraform/component/private-dns/CHANGELOG.md +++ b/libs/terraform/component/private-dns/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/private-dns/package.json b/libs/terraform/component/private-dns/package.json index 3b55c9866..b62ea2990 100644 --- a/libs/terraform/component/private-dns/package.json +++ b/libs/terraform/component/private-dns/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-private-dns", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/s3-user/CHANGELOG.md b/libs/terraform/component/s3-user/CHANGELOG.md index 51703b73d..d109af32d 100644 --- a/libs/terraform/component/s3-user/CHANGELOG.md +++ b/libs/terraform/component/s3-user/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/s3-user/package.json b/libs/terraform/component/s3-user/package.json index 4be9b02e3..744636db1 100644 --- a/libs/terraform/component/s3-user/package.json +++ b/libs/terraform/component/s3-user/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-s3-user", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/s3/CHANGELOG.md b/libs/terraform/component/s3/CHANGELOG.md index 047dc1c40..07e64d5a1 100644 --- a/libs/terraform/component/s3/CHANGELOG.md +++ b/libs/terraform/component/s3/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/s3/package.json b/libs/terraform/component/s3/package.json index e122baf29..b24ee56fd 100644 --- a/libs/terraform/component/s3/package.json +++ b/libs/terraform/component/s3/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-s3", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/secrets/CHANGELOG.md b/libs/terraform/component/secrets/CHANGELOG.md index c83f61c0f..caf6659eb 100644 --- a/libs/terraform/component/secrets/CHANGELOG.md +++ b/libs/terraform/component/secrets/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/secrets/package.json b/libs/terraform/component/secrets/package.json index 524273214..55afcf536 100644 --- a/libs/terraform/component/secrets/package.json +++ b/libs/terraform/component/secrets/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-secrets", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/component/volume/CHANGELOG.md b/libs/terraform/component/volume/CHANGELOG.md index 6806123b1..593b53971 100644 --- a/libs/terraform/component/volume/CHANGELOG.md +++ b/libs/terraform/component/volume/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/component/volume/package.json b/libs/terraform/component/volume/package.json index 1ec498484..0d2a09643 100644 --- a/libs/terraform/component/volume/package.json +++ b/libs/terraform/component/volume/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-component-volume", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/group/network/CHANGELOG.md b/libs/terraform/group/network/CHANGELOG.md index 130a3054d..7a4c06905 100644 --- a/libs/terraform/group/network/CHANGELOG.md +++ b/libs/terraform/group/network/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/group/network/package.json b/libs/terraform/group/network/package.json index f197315e8..510afe31a 100644 --- a/libs/terraform/group/network/package.json +++ b/libs/terraform/group/network/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-group-network", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/group/pool/CHANGELOG.md b/libs/terraform/group/pool/CHANGELOG.md index 89de97130..52f8ba6ae 100644 --- a/libs/terraform/group/pool/CHANGELOG.md +++ b/libs/terraform/group/pool/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/group/pool/package.json b/libs/terraform/group/pool/package.json index cff7b663f..16bbc09ac 100644 --- a/libs/terraform/group/pool/package.json +++ b/libs/terraform/group/pool/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-group-pool", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/group/registry/CHANGELOG.md b/libs/terraform/group/registry/CHANGELOG.md index 318e58791..504ceceb5 100644 --- a/libs/terraform/group/registry/CHANGELOG.md +++ b/libs/terraform/group/registry/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/group/registry/package.json b/libs/terraform/group/registry/package.json index a5f783caf..52659ed89 100644 --- a/libs/terraform/group/registry/package.json +++ b/libs/terraform/group/registry/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-group-registry", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/group/zone/CHANGELOG.md b/libs/terraform/group/zone/CHANGELOG.md index bb3df7622..b63774195 100644 --- a/libs/terraform/group/zone/CHANGELOG.md +++ b/libs/terraform/group/zone/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/group/zone/package.json b/libs/terraform/group/zone/package.json index ae3dd3e84..e20bf3f65 100644 --- a/libs/terraform/group/zone/package.json +++ b/libs/terraform/group/zone/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-group-zone", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/service/admin/CHANGELOG.md b/libs/terraform/service/admin/CHANGELOG.md index 38f5cffd2..0e74511a1 100644 --- a/libs/terraform/service/admin/CHANGELOG.md +++ b/libs/terraform/service/admin/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/service/admin/package.json b/libs/terraform/service/admin/package.json index 40cd07fee..3f69c4d8c 100644 --- a/libs/terraform/service/admin/package.json +++ b/libs/terraform/service/admin/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-service-admin", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/service/api/CHANGELOG.md b/libs/terraform/service/api/CHANGELOG.md index 53fa8c6b7..67c488fc4 100644 --- a/libs/terraform/service/api/CHANGELOG.md +++ b/libs/terraform/service/api/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/service/api/package.json b/libs/terraform/service/api/package.json index 27596e48a..d08631c4b 100644 --- a/libs/terraform/service/api/package.json +++ b/libs/terraform/service/api/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-service-api", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/service/ecs/CHANGELOG.md b/libs/terraform/service/ecs/CHANGELOG.md index bc653ce3f..6be1f0bad 100644 --- a/libs/terraform/service/ecs/CHANGELOG.md +++ b/libs/terraform/service/ecs/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/service/ecs/package.json b/libs/terraform/service/ecs/package.json index b39912a17..399bf6d77 100644 --- a/libs/terraform/service/ecs/package.json +++ b/libs/terraform/service/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-service-ecs", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/service/logstash/CHANGELOG.md b/libs/terraform/service/logstash/CHANGELOG.md index afaf0f9ad..37be5e4e6 100644 --- a/libs/terraform/service/logstash/CHANGELOG.md +++ b/libs/terraform/service/logstash/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/service/logstash/package.json b/libs/terraform/service/logstash/package.json index d1f4bad3e..ffaf78971 100644 --- a/libs/terraform/service/logstash/package.json +++ b/libs/terraform/service/logstash/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-service-logstash", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/service/postgres/CHANGELOG.md b/libs/terraform/service/postgres/CHANGELOG.md index 3ab9cd60c..e5503e34f 100644 --- a/libs/terraform/service/postgres/CHANGELOG.md +++ b/libs/terraform/service/postgres/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/service/postgres/package.json b/libs/terraform/service/postgres/package.json index 4d3246a21..3137cbb70 100644 --- a/libs/terraform/service/postgres/package.json +++ b/libs/terraform/service/postgres/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-service-postgres", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/service/pwa/CHANGELOG.md b/libs/terraform/service/pwa/CHANGELOG.md index 2bfd41b63..3bc626047 100644 --- a/libs/terraform/service/pwa/CHANGELOG.md +++ b/libs/terraform/service/pwa/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/service/pwa/package.json b/libs/terraform/service/pwa/package.json index d0fd2e848..20d713a9c 100644 --- a/libs/terraform/service/pwa/package.json +++ b/libs/terraform/service/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-service-pwa", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/libs/terraform/service/reverse-proxy/CHANGELOG.md b/libs/terraform/service/reverse-proxy/CHANGELOG.md index 399ef01be..5af290bba 100644 --- a/libs/terraform/service/reverse-proxy/CHANGELOG.md +++ b/libs/terraform/service/reverse-proxy/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.2.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19) diff --git a/libs/terraform/service/reverse-proxy/package.json b/libs/terraform/service/reverse-proxy/package.json index 46ab088c3..2fd0f368c 100644 --- a/libs/terraform/service/reverse-proxy/package.json +++ b/libs/terraform/service/reverse-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@trxn/terraform-service-reverse-proxy", - "version": "2.1.14", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/tractr/stack" diff --git a/workspace/CHANGELOG.md b/workspace/CHANGELOG.md index 33a5b51ec..e1e24ce9d 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.0](https://github.com/tractr/stack/compare/v2.1.13...v2.2.0) (2023-04-19) + + + ## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19)