From 191532c35f5825dee98bef02ac2fcb991d037e56 Mon Sep 17 00:00:00 2001 From: tada5hi Date: Mon, 23 Oct 2023 09:48:51 +0000 Subject: [PATCH] chore(release): v2.4.1 --- CHANGELOG.md | 17 ++++++++++ lerna.json | 2 +- package-lock.json | 36 +++++++++++----------- packages/client-ui/CHANGELOG.md | 11 +++++++ packages/client-ui/package.json | 6 ++-- packages/client-vue/CHANGELOG.md | 11 +++++++ packages/client-vue/package.json | 4 +-- packages/core/CHANGELOG.md | 11 +++++++ packages/core/package.json | 2 +- packages/server-api/CHANGELOG.md | 16 ++++++++++ packages/server-api/package.json | 8 ++--- packages/server-core/CHANGELOG.md | 11 +++++++ packages/server-core/package.json | 4 +-- packages/server-realtime/CHANGELOG.md | 12 ++++++++ packages/server-realtime/package.json | 6 ++-- packages/server-train-manager/CHANGELOG.md | 14 +++++++++ packages/server-train-manager/package.json | 6 ++-- 17 files changed, 140 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5713672..574dc162f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/PHT-Medic/central/compare/v2.4.0...v2.4.1) (2023-10-23) + + +### Bug Fixes + +* bump authup & routup ([a6ef036](https://github.com/PHT-Medic/central/commit/a6ef0365c288ae86b5fdd543225fc0ad319d3b49)) +* **deps:** bump dockerode from 3.3.5 to 4.0.0 ([#1184](https://github.com/PHT-Medic/central/issues/1184)) ([03dd5e3](https://github.com/PHT-Medic/central/commit/03dd5e317a582c15e77586ffc127138115abd30a)) +* **deps:** bump minio from 7.1.1 to 7.1.3 ([#1165](https://github.com/PHT-Medic/central/issues/1165)) ([f489f59](https://github.com/PHT-Medic/central/commit/f489f59fa175217ed5f2826e5433dec2807f9c96)) +* **deps:** bump pascal-case from 3.1.2 to 4.0.0 ([#1159](https://github.com/PHT-Medic/central/issues/1159)) ([2880438](https://github.com/PHT-Medic/central/commit/2880438c465851f143a8c4bf6a22d52b9b9b30a8)) +* **deps:** bump typeorm-extension from 3.0.2 to 3.1.0 ([#1189](https://github.com/PHT-Medic/central/issues/1189)) ([8aa40bf](https://github.com/PHT-Medic/central/commit/8aa40bfe4654eba9e57e63d2916851368e7e9d84)) +* **deps:** bump winston from 3.10.0 to 3.11.0 ([#1194](https://github.com/PHT-Medic/central/issues/1194)) ([e6dcaca](https://github.com/PHT-Medic/central/commit/e6dcaca9d3ca26b88c21af552136f8da46fa3a70)) +* **deps:** bump zod from 3.22.2 to 3.22.4 ([#1193](https://github.com/PHT-Medic/central/issues/1193)) ([d08d487](https://github.com/PHT-Medic/central/commit/d08d487c7f3cacc1ff325734ff06aebe8c7f41b3)) + + + + + # [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07) diff --git a/lerna.json b/lerna.json index 57a7b1ade..783c39be5 100644 --- a/lerna.json +++ b/lerna.json @@ -18,5 +18,5 @@ "createRelease": "github" } }, - "version": "2.4.0" + "version": "2.4.1" } diff --git a/package-lock.json b/package-lock.json index c6b3a60a3..de896b3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26720,7 +26720,7 @@ }, "packages/client-ui": { "name": "@personalhealthtrain/client-ui", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "devDependencies": { "@authup/client-vue": "^0.45.0", @@ -26728,8 +26728,8 @@ "@bootstrap-vue-next/nuxt": "^0.14.10", "@fortawesome/fontawesome-free": "^6.4.0", "@nuxtjs/google-fonts": "^3.0.2", - "@personalhealthtrain/client-vue": "2.4.0", - "@personalhealthtrain/core": "2.4.0", + "@personalhealthtrain/client-vue": "2.4.1", + "@personalhealthtrain/core": "2.4.1", "@pinia/nuxt": "^0.5.1", "@vue-layout/countdown": "^3.0.0", "@vue-layout/form-controls": "^3.4.0", @@ -26775,12 +26775,12 @@ }, "packages/client-vue": { "name": "@personalhealthtrain/client-vue", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "devDependencies": { "@authup/client-vue": "^0.45.0", "@authup/core": "^0.45.0", - "@personalhealthtrain/core": "2.4.0", + "@personalhealthtrain/core": "2.4.1", "@types/node": "^20.8.7", "@vitejs/plugin-vue": "^4.4.0", "@vue-layout/form-controls": "^3.4.0", @@ -26820,7 +26820,7 @@ }, "packages/core": { "name": "@personalhealthtrain/core", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "nanoid": "^3.3.4" @@ -26838,7 +26838,7 @@ }, "packages/server-api": { "name": "@personalhealthtrain/central-api", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "@authup/core": "^0.45.0", @@ -26846,9 +26846,9 @@ "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.0", "@hapic/vault": "^2.3.0", - "@personalhealthtrain/core": "2.4.0", - "@personalhealthtrain/server-core": "2.4.0", - "@personalhealthtrain/server-train-manager": "2.4.0", + "@personalhealthtrain/core": "2.4.1", + "@personalhealthtrain/server-core": "2.4.1", + "@personalhealthtrain/server-train-manager": "2.4.1", "@routup/basic": "^1.1.0", "@routup/decorators": "^3.1.0", "@routup/prometheus": "^2.1.0", @@ -26896,12 +26896,12 @@ }, "packages/server-core": { "name": "@personalhealthtrain/server-core", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "@authup/core": "^0.45.0", "@ebec/http": "^2.3.0", - "@personalhealthtrain/core": "2.4.0", + "@personalhealthtrain/core": "2.4.1", "@socket.io/redis-emitter": "^5.1.0" }, "devDependencies": { @@ -26913,14 +26913,14 @@ }, "packages/server-realtime": { "name": "@personalhealthtrain/server-realtime", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "@authup/core": "^0.45.0", "@authup/server-adapter": "^0.45.0", "@ebec/http": "^2.3.0", - "@personalhealthtrain/core": "2.4.0", - "@personalhealthtrain/server-core": "2.4.0", + "@personalhealthtrain/core": "2.4.1", + "@personalhealthtrain/server-core": "2.4.1", "@socket.io/redis-adapter": "^8.2.1", "dotenv": "^16.3.1", "hapic": "^2.3.0", @@ -26931,15 +26931,15 @@ }, "packages/server-train-manager": { "name": "@personalhealthtrain/server-train-manager", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "@authup/core": "^0.45.0", "@authup/server-adapter": "^0.45.0", "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.0", - "@personalhealthtrain/core": "2.4.0", - "@personalhealthtrain/server-core": "2.4.0", + "@personalhealthtrain/core": "2.4.1", + "@personalhealthtrain/server-core": "2.4.1", "amqp-extension": "^2.0.0", "dockerode": "^4.0.0", "dotenv": "^16.3.1", diff --git a/packages/client-ui/CHANGELOG.md b/packages/client-ui/CHANGELOG.md index 4438414a7..4a314e276 100644 --- a/packages/client-ui/CHANGELOG.md +++ b/packages/client-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/PHT-Medic/central/compare/v2.4.0...v2.4.1) (2023-10-23) + + +### Bug Fixes + +* bump authup & routup ([a6ef036](https://github.com/PHT-Medic/central/commit/a6ef0365c288ae86b5fdd543225fc0ad319d3b49)) + + + + + # [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07) diff --git a/packages/client-ui/package.json b/packages/client-ui/package.json index f9e9a9a44..0688a44cd 100644 --- a/packages/client-ui/package.json +++ b/packages/client-ui/package.json @@ -7,7 +7,7 @@ "url": "https://tada5hi.net" }, "license": "MIT", - "version": "2.4.0", + "version": "2.4.1", "description": "This package contains the Central UI frontend application of the PHT. It was initially developed as part of my Bachelor Thesis.", "scripts": { "dev": "nuxi dev", @@ -23,8 +23,8 @@ "@bootstrap-vue-next/nuxt": "^0.14.10", "@fortawesome/fontawesome-free": "^6.4.0", "@nuxtjs/google-fonts": "^3.0.2", - "@personalhealthtrain/client-vue": "2.4.0", - "@personalhealthtrain/core": "2.4.0", + "@personalhealthtrain/client-vue": "2.4.1", + "@personalhealthtrain/core": "2.4.1", "@pinia/nuxt": "^0.5.1", "@vue-layout/countdown": "^3.0.0", "@vue-layout/form-controls": "^3.4.0", diff --git a/packages/client-vue/CHANGELOG.md b/packages/client-vue/CHANGELOG.md index 806bd1fbc..59246559b 100644 --- a/packages/client-vue/CHANGELOG.md +++ b/packages/client-vue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/PHT-Medic/central/compare/v2.4.0...v2.4.1) (2023-10-23) + + +### Bug Fixes + +* bump authup & routup ([a6ef036](https://github.com/PHT-Medic/central/commit/a6ef0365c288ae86b5fdd543225fc0ad319d3b49)) + + + + + # [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07) diff --git a/packages/client-vue/package.json b/packages/client-vue/package.json index ae45a095e..8540ee142 100644 --- a/packages/client-vue/package.json +++ b/packages/client-vue/package.json @@ -1,6 +1,6 @@ { "name": "@personalhealthtrain/client-vue", - "version": "2.4.0", + "version": "2.4.1", "description": "This package contains vue components.", "main": "dist/index.cjs", "module": "dist/index.mjs", @@ -43,7 +43,7 @@ "devDependencies": { "@authup/client-vue": "^0.45.0", "@authup/core": "^0.45.0", - "@personalhealthtrain/core": "2.4.0", + "@personalhealthtrain/core": "2.4.1", "@types/node": "^20.8.7", "@vitejs/plugin-vue": "^4.4.0", "@vue-layout/form-controls": "^3.4.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 778889c23..372b66053 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/PHT-Medic/central/compare/v2.4.0...v2.4.1) (2023-10-23) + + +### Bug Fixes + +* bump authup & routup ([a6ef036](https://github.com/PHT-Medic/central/commit/a6ef0365c288ae86b5fdd543225fc0ad319d3b49)) + + + + + # [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07) diff --git a/packages/core/package.json b/packages/core/package.json index 9f2f8c060..38775ad3b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@personalhealthtrain/core", - "version": "2.4.0", + "version": "2.4.1", "description": "", "exports": { "./package.json": "./package.json", diff --git a/packages/server-api/CHANGELOG.md b/packages/server-api/CHANGELOG.md index 9e676ba21..0eca8f605 100644 --- a/packages/server-api/CHANGELOG.md +++ b/packages/server-api/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/PHT-Medic/central/compare/v2.4.0...v2.4.1) (2023-10-23) + + +### Bug Fixes + +* bump authup & routup ([a6ef036](https://github.com/PHT-Medic/central/commit/a6ef0365c288ae86b5fdd543225fc0ad319d3b49)) +* **deps:** bump minio from 7.1.1 to 7.1.3 ([#1165](https://github.com/PHT-Medic/central/issues/1165)) ([f489f59](https://github.com/PHT-Medic/central/commit/f489f59fa175217ed5f2826e5433dec2807f9c96)) +* **deps:** bump pascal-case from 3.1.2 to 4.0.0 ([#1159](https://github.com/PHT-Medic/central/issues/1159)) ([2880438](https://github.com/PHT-Medic/central/commit/2880438c465851f143a8c4bf6a22d52b9b9b30a8)) +* **deps:** bump typeorm-extension from 3.0.2 to 3.1.0 ([#1189](https://github.com/PHT-Medic/central/issues/1189)) ([8aa40bf](https://github.com/PHT-Medic/central/commit/8aa40bfe4654eba9e57e63d2916851368e7e9d84)) +* **deps:** bump winston from 3.10.0 to 3.11.0 ([#1194](https://github.com/PHT-Medic/central/issues/1194)) ([e6dcaca](https://github.com/PHT-Medic/central/commit/e6dcaca9d3ca26b88c21af552136f8da46fa3a70)) +* **deps:** bump zod from 3.22.2 to 3.22.4 ([#1193](https://github.com/PHT-Medic/central/issues/1193)) ([d08d487](https://github.com/PHT-Medic/central/commit/d08d487c7f3cacc1ff325734ff06aebe8c7f41b3)) + + + + + # [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07) diff --git a/packages/server-api/package.json b/packages/server-api/package.json index 772709356..435bcb307 100644 --- a/packages/server-api/package.json +++ b/packages/server-api/package.json @@ -7,7 +7,7 @@ "url": "https://tada5hi.net" }, "license": "MIT", - "version": "2.4.0", + "version": "2.4.1", "description": "This package contains the Central API of the PHT. It was initially developed as part of my Bachelor Thesis.", "main": "./dist/cli/index.js", "dependencies": { @@ -16,9 +16,9 @@ "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.0", "@hapic/vault": "^2.3.0", - "@personalhealthtrain/core": "2.4.0", - "@personalhealthtrain/server-core": "2.4.0", - "@personalhealthtrain/server-train-manager": "2.4.0", + "@personalhealthtrain/core": "2.4.1", + "@personalhealthtrain/server-core": "2.4.1", + "@personalhealthtrain/server-train-manager": "2.4.1", "@routup/basic": "^1.1.0", "@routup/decorators": "^3.1.0", "@routup/prometheus": "^2.1.0", diff --git a/packages/server-core/CHANGELOG.md b/packages/server-core/CHANGELOG.md index 78c58f776..fe881a395 100644 --- a/packages/server-core/CHANGELOG.md +++ b/packages/server-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/PHT-Medic/central/compare/v2.4.0...v2.4.1) (2023-10-23) + + +### Bug Fixes + +* bump authup & routup ([a6ef036](https://github.com/PHT-Medic/central/commit/a6ef0365c288ae86b5fdd543225fc0ad319d3b49)) + + + + + # [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07) diff --git a/packages/server-core/package.json b/packages/server-core/package.json index 3ed19861e..104a57f75 100644 --- a/packages/server-core/package.json +++ b/packages/server-core/package.json @@ -9,7 +9,7 @@ "url": "https://tada5hi.net" }, "license": "MIT", - "version": "2.4.0", + "version": "2.4.1", "description": "This package contains the common packages for server applications of the PHT.", "scripts": { "build": "tsc -p tsconfig.build.json" @@ -17,7 +17,7 @@ "dependencies": { "@authup/core": "^0.45.0", "@ebec/http": "^2.3.0", - "@personalhealthtrain/core": "2.4.0", + "@personalhealthtrain/core": "2.4.1", "@socket.io/redis-emitter": "^5.1.0" }, "devDependencies": { diff --git a/packages/server-realtime/CHANGELOG.md b/packages/server-realtime/CHANGELOG.md index 65b68592e..22dfadf69 100644 --- a/packages/server-realtime/CHANGELOG.md +++ b/packages/server-realtime/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/PHT-Medic/central/compare/v2.4.0...v2.4.1) (2023-10-23) + + +### Bug Fixes + +* bump authup & routup ([a6ef036](https://github.com/PHT-Medic/central/commit/a6ef0365c288ae86b5fdd543225fc0ad319d3b49)) +* **deps:** bump winston from 3.10.0 to 3.11.0 ([#1194](https://github.com/PHT-Medic/central/issues/1194)) ([e6dcaca](https://github.com/PHT-Medic/central/commit/e6dcaca9d3ca26b88c21af552136f8da46fa3a70)) + + + + + # [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07) diff --git a/packages/server-realtime/package.json b/packages/server-realtime/package.json index 07d34d1c8..83233d1d6 100644 --- a/packages/server-realtime/package.json +++ b/packages/server-realtime/package.json @@ -7,14 +7,14 @@ "url": "https://tada5hi.net" }, "license": "MIT", - "version": "2.4.0", + "version": "2.4.1", "description": "This package contains the central realtime application of the PHT.", "dependencies": { "@authup/core": "^0.45.0", "@authup/server-adapter": "^0.45.0", "@ebec/http": "^2.3.0", - "@personalhealthtrain/core": "2.4.0", - "@personalhealthtrain/server-core": "2.4.0", + "@personalhealthtrain/core": "2.4.1", + "@personalhealthtrain/server-core": "2.4.1", "@socket.io/redis-adapter": "^8.2.1", "dotenv": "^16.3.1", "hapic": "^2.3.0", diff --git a/packages/server-train-manager/CHANGELOG.md b/packages/server-train-manager/CHANGELOG.md index 0e77e2d33..d906168a7 100644 --- a/packages/server-train-manager/CHANGELOG.md +++ b/packages/server-train-manager/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/PHT-Medic/central/compare/v2.4.0...v2.4.1) (2023-10-23) + + +### Bug Fixes + +* bump authup & routup ([a6ef036](https://github.com/PHT-Medic/central/commit/a6ef0365c288ae86b5fdd543225fc0ad319d3b49)) +* **deps:** bump dockerode from 3.3.5 to 4.0.0 ([#1184](https://github.com/PHT-Medic/central/issues/1184)) ([03dd5e3](https://github.com/PHT-Medic/central/commit/03dd5e317a582c15e77586ffc127138115abd30a)) +* **deps:** bump minio from 7.1.1 to 7.1.3 ([#1165](https://github.com/PHT-Medic/central/issues/1165)) ([f489f59](https://github.com/PHT-Medic/central/commit/f489f59fa175217ed5f2826e5433dec2807f9c96)) +* **deps:** bump winston from 3.10.0 to 3.11.0 ([#1194](https://github.com/PHT-Medic/central/issues/1194)) ([e6dcaca](https://github.com/PHT-Medic/central/commit/e6dcaca9d3ca26b88c21af552136f8da46fa3a70)) + + + + + # [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07) diff --git a/packages/server-train-manager/package.json b/packages/server-train-manager/package.json index a8aee09cf..d2cdbf7db 100644 --- a/packages/server-train-manager/package.json +++ b/packages/server-train-manager/package.json @@ -7,7 +7,7 @@ "url": "https://tada5hi.net" }, "license": "MIT", - "version": "2.4.0", + "version": "2.4.1", "description": "This project contains the central Train-Manager of the PHT.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -25,8 +25,8 @@ "@authup/server-adapter": "^0.45.0", "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.0", - "@personalhealthtrain/core": "2.4.0", - "@personalhealthtrain/server-core": "2.4.0", + "@personalhealthtrain/core": "2.4.1", + "@personalhealthtrain/server-core": "2.4.1", "amqp-extension": "^2.0.0", "dockerode": "^4.0.0", "dotenv": "^16.3.1",