diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c78e553d..023ea1cc1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/client-ui": "2.5.0", - "packages/client-vue": "2.5.0", - "packages/core": "2.5.0", - "packages/server-api": "2.5.0", - "packages/server-core": "2.5.0", - "packages/server-realtime": "2.5.0", - "packages/server-train-manager": "2.5.0" + "packages/client-ui": "2.5.1", + "packages/client-vue": "2.5.1", + "packages/core": "2.5.1", + "packages/server-api": "2.5.1", + "packages/server-core": "2.5.1", + "packages/server-realtime": "2.5.1", + "packages/server-train-manager": "2.5.1" } diff --git a/packages/client-ui/CHANGELOG.md b/packages/client-ui/CHANGELOG.md index d74dd212c..fcd5bee82 100644 --- a/packages/client-ui/CHANGELOG.md +++ b/packages/client-ui/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [2.5.1](https://github.com/PHT-Medic/central/compare/client-ui-v2.5.0...client-ui-v2.5.1) (2024-01-10) + + +### Bug Fixes + +* **deps:** bump @authup/core from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1331](https://github.com/PHT-Medic/central/issues/1331)) ([a85f624](https://github.com/PHT-Medic/central/commit/a85f624240efdfaa67556527a6256ea12755d91c)) +* **deps:** bump hapic from 2.4.0 to 2.5.0 ([#1333](https://github.com/PHT-Medic/central/issues/1333)) ([7fdcd6a](https://github.com/PHT-Medic/central/commit/7fdcd6a29fffdaf534201de98723690503464b35)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @personalhealthtrain/client-vue bumped from 2.5.0 to 2.5.1 + * @personalhealthtrain/core bumped from 2.5.0 to 2.5.1 + ## [2.5.0](https://github.com/PHT-Medic/central/compare/client-ui-v2.4.10...client-ui-v2.5.0) (2024-01-05) diff --git a/packages/client-ui/package.json b/packages/client-ui/package.json index 03ff22a25..2126b2ac9 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.5.0", + "version": "2.5.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.15.5", "@fortawesome/fontawesome-free": "^6.5.1", "@nuxtjs/google-fonts": "^3.1.3", - "@personalhealthtrain/client-vue": "2.5.0", - "@personalhealthtrain/core": "2.5.0", + "@personalhealthtrain/client-vue": "2.5.1", + "@personalhealthtrain/core": "2.5.1", "@pinia/nuxt": "^0.5.1", "@vuecs/countdown": "^1.0.0", "@vuecs/form-controls": "^1.2.0", diff --git a/packages/client-vue/CHANGELOG.md b/packages/client-vue/CHANGELOG.md index deecdb5b7..d10826932 100644 --- a/packages/client-vue/CHANGELOG.md +++ b/packages/client-vue/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [2.5.1](https://github.com/PHT-Medic/central/compare/client-vue-v2.5.0...client-vue-v2.5.1) (2024-01-10) + + +### Bug Fixes + +* **deps:** bump @authup/core from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1331](https://github.com/PHT-Medic/central/issues/1331)) ([a85f624](https://github.com/PHT-Medic/central/commit/a85f624240efdfaa67556527a6256ea12755d91c)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @personalhealthtrain/core bumped from 2.5.0 to 2.5.1 + * peerDependencies + * @personalhealthtrain/core bumped from ^2.5.0 to ^2.5.1 + ## [2.5.0](https://github.com/PHT-Medic/central/compare/client-vue-v2.4.10...client-vue-v2.5.0) (2024-01-05) diff --git a/packages/client-vue/package.json b/packages/client-vue/package.json index 3809b6c2f..4bb07de7c 100644 --- a/packages/client-vue/package.json +++ b/packages/client-vue/package.json @@ -1,6 +1,6 @@ { "name": "@personalhealthtrain/client-vue", - "version": "2.5.0", + "version": "2.5.1", "description": "This package contains vue components.", "main": "dist/index.cjs", "module": "dist/index.mjs", @@ -43,7 +43,7 @@ "devDependencies": { "@authup/client-vue": "^1.0.0-beta.1", "@authup/core": "^1.0.0-beta.1", - "@personalhealthtrain/core": "2.5.0", + "@personalhealthtrain/core": "2.5.1", "@types/node": "^20.10.8", "@vitejs/plugin-vue": "^5.0.3", "@vuecs/form-controls": "^1.2.0", @@ -67,7 +67,7 @@ "peerDependencies": { "@authup/client-vue": ">=0.40.3 <1.0.0", "@authup/core": ">=0.41.0 <1.0.0", - "@personalhealthtrain/core": "^2.5.0", + "@personalhealthtrain/core": "^2.5.1", "@vuecs/form-controls": "^1.2.0", "@vuecs/link": "^1.0.0", "@vuecs/list-controls": "^1.1.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7ec38148f..6f7901ca9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [2.5.1](https://github.com/PHT-Medic/central/compare/core-v2.5.0...core-v2.5.1) (2024-01-10) + + +### Bug Fixes + +* **deps:** bump @authup/core from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1331](https://github.com/PHT-Medic/central/issues/1331)) ([a85f624](https://github.com/PHT-Medic/central/commit/a85f624240efdfaa67556527a6256ea12755d91c)) +* **deps:** bump hapic from 2.4.0 to 2.5.0 ([#1333](https://github.com/PHT-Medic/central/issues/1333)) ([7fdcd6a](https://github.com/PHT-Medic/central/commit/7fdcd6a29fffdaf534201de98723690503464b35)) + ## [2.5.0](https://github.com/PHT-Medic/central/compare/core-v2.4.10...core-v2.5.0) (2024-01-05) diff --git a/packages/core/package.json b/packages/core/package.json index 067f6de08..75b76531e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@personalhealthtrain/core", - "version": "2.5.0", + "version": "2.5.1", "description": "", "exports": { "./package.json": "./package.json", diff --git a/packages/server-api/CHANGELOG.md b/packages/server-api/CHANGELOG.md index 1afbb87d2..1bdb587bc 100644 --- a/packages/server-api/CHANGELOG.md +++ b/packages/server-api/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [2.5.1](https://github.com/PHT-Medic/central/compare/server-api-v2.5.0...server-api-v2.5.1) (2024-01-10) + + +### Bug Fixes + +* **deps:** bump @authup/core from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1331](https://github.com/PHT-Medic/central/issues/1331)) ([a85f624](https://github.com/PHT-Medic/central/commit/a85f624240efdfaa67556527a6256ea12755d91c)) +* **deps:** bump @authup/server-adapter from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1334](https://github.com/PHT-Medic/central/issues/1334)) ([58d7efc](https://github.com/PHT-Medic/central/commit/58d7efc43b0265225eab39830cc3e4ecce526b16)) +* **deps:** bump @hapic/harbor from 2.3.1 to 2.3.2 ([#1332](https://github.com/PHT-Medic/central/issues/1332)) ([296ed0b](https://github.com/PHT-Medic/central/commit/296ed0b595848c96c0c82ca84e8e5f21b9f0e0d8)) +* **deps:** bump @hapic/vault from 2.3.1 to 2.3.2 ([#1335](https://github.com/PHT-Medic/central/issues/1335)) ([e4d0b76](https://github.com/PHT-Medic/central/commit/e4d0b76ed65d2646347f2e18396e7c3fb5ee5e37)) +* **deps:** bump hapic from 2.4.0 to 2.5.0 ([#1333](https://github.com/PHT-Medic/central/issues/1333)) ([7fdcd6a](https://github.com/PHT-Medic/central/commit/7fdcd6a29fffdaf534201de98723690503464b35)) +* **deps:** bump locter from 1.2.3 to 1.3.0 ([#1341](https://github.com/PHT-Medic/central/issues/1341)) ([11e5beb](https://github.com/PHT-Medic/central/commit/11e5beb68d9e283d1e184dba70929bc91318a43b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @personalhealthtrain/core bumped from 2.5.0 to 2.5.1 + * @personalhealthtrain/server-core bumped from 2.5.0 to 2.5.1 + * @personalhealthtrain/server-train-manager bumped from 2.5.0 to 2.5.1 + ## [2.5.0](https://github.com/PHT-Medic/central/compare/server-api-v2.4.10...server-api-v2.5.0) (2024-01-05) diff --git a/packages/server-api/package.json b/packages/server-api/package.json index a9e23fb2f..b43b27d45 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.5.0", + "version": "2.5.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.2", "@hapic/vault": "^2.3.2", - "@personalhealthtrain/core": "2.5.0", - "@personalhealthtrain/server-core": "2.5.0", - "@personalhealthtrain/server-train-manager": "2.5.0", + "@personalhealthtrain/core": "2.5.1", + "@personalhealthtrain/server-core": "2.5.1", + "@personalhealthtrain/server-train-manager": "2.5.1", "@routup/basic": "^1.3.0", "@routup/decorators": "^3.3.0", "@routup/prometheus": "^2.3.0", diff --git a/packages/server-core/CHANGELOG.md b/packages/server-core/CHANGELOG.md index a607226d3..5c6943472 100644 --- a/packages/server-core/CHANGELOG.md +++ b/packages/server-core/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [2.5.1](https://github.com/PHT-Medic/central/compare/server-core-v2.5.0...server-core-v2.5.1) (2024-01-10) + + +### Bug Fixes + +* **deps:** bump @authup/core from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1331](https://github.com/PHT-Medic/central/issues/1331)) ([a85f624](https://github.com/PHT-Medic/central/commit/a85f624240efdfaa67556527a6256ea12755d91c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @personalhealthtrain/core bumped from 2.5.0 to 2.5.1 + ## [2.5.0](https://github.com/PHT-Medic/central/compare/server-core-v2.4.10...server-core-v2.5.0) (2024-01-05) diff --git a/packages/server-core/package.json b/packages/server-core/package.json index 0aba4e262..1a7e0238d 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.5.0", + "version": "2.5.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": "^1.0.0-beta.1", "@ebec/http": "^2.3.0", - "@personalhealthtrain/core": "2.5.0", + "@personalhealthtrain/core": "2.5.1", "@socket.io/redis-emitter": "^5.1.0" }, "devDependencies": { diff --git a/packages/server-realtime/CHANGELOG.md b/packages/server-realtime/CHANGELOG.md index 172876680..0985e7b5f 100644 --- a/packages/server-realtime/CHANGELOG.md +++ b/packages/server-realtime/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [2.5.1](https://github.com/PHT-Medic/central/compare/server-realtime-v2.5.0...server-realtime-v2.5.1) (2024-01-10) + + +### Bug Fixes + +* **deps:** bump @authup/core from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1331](https://github.com/PHT-Medic/central/issues/1331)) ([a85f624](https://github.com/PHT-Medic/central/commit/a85f624240efdfaa67556527a6256ea12755d91c)) +* **deps:** bump @authup/server-adapter from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1334](https://github.com/PHT-Medic/central/issues/1334)) ([58d7efc](https://github.com/PHT-Medic/central/commit/58d7efc43b0265225eab39830cc3e4ecce526b16)) +* **deps:** bump hapic from 2.4.0 to 2.5.0 ([#1333](https://github.com/PHT-Medic/central/issues/1333)) ([7fdcd6a](https://github.com/PHT-Medic/central/commit/7fdcd6a29fffdaf534201de98723690503464b35)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @personalhealthtrain/core bumped from 2.5.0 to 2.5.1 + * @personalhealthtrain/server-core bumped from 2.5.0 to 2.5.1 + ## [2.5.0](https://github.com/PHT-Medic/central/compare/server-realtime-v2.4.10...server-realtime-v2.5.0) (2024-01-05) diff --git a/packages/server-realtime/package.json b/packages/server-realtime/package.json index fb4ce8a62..f21ed9061 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.5.0", + "version": "2.5.1", "description": "This package contains the central realtime application of the PHT.", "dependencies": { "@authup/core": "^1.0.0-beta.1", "@authup/server-adapter": "^1.0.0-beta.1", "@ebec/http": "^2.3.0", - "@personalhealthtrain/core": "2.5.0", - "@personalhealthtrain/server-core": "2.5.0", + "@personalhealthtrain/core": "2.5.1", + "@personalhealthtrain/server-core": "2.5.1", "@socket.io/redis-adapter": "^8.2.1", "dotenv": "^16.3.1", "hapic": "^2.5.0", diff --git a/packages/server-train-manager/CHANGELOG.md b/packages/server-train-manager/CHANGELOG.md index 334a19ebc..54325e035 100644 --- a/packages/server-train-manager/CHANGELOG.md +++ b/packages/server-train-manager/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [2.5.1](https://github.com/PHT-Medic/central/compare/server-train-manager-v2.5.0...server-train-manager-v2.5.1) (2024-01-10) + + +### Bug Fixes + +* **deps:** bump @authup/core from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1331](https://github.com/PHT-Medic/central/issues/1331)) ([a85f624](https://github.com/PHT-Medic/central/commit/a85f624240efdfaa67556527a6256ea12755d91c)) +* **deps:** bump @authup/server-adapter from 1.0.0-beta.0 to 1.0.0-beta.1 ([#1334](https://github.com/PHT-Medic/central/issues/1334)) ([58d7efc](https://github.com/PHT-Medic/central/commit/58d7efc43b0265225eab39830cc3e4ecce526b16)) +* **deps:** bump @hapic/harbor from 2.3.1 to 2.3.2 ([#1332](https://github.com/PHT-Medic/central/issues/1332)) ([296ed0b](https://github.com/PHT-Medic/central/commit/296ed0b595848c96c0c82ca84e8e5f21b9f0e0d8)) +* **deps:** bump hapic from 2.4.0 to 2.5.0 ([#1333](https://github.com/PHT-Medic/central/issues/1333)) ([7fdcd6a](https://github.com/PHT-Medic/central/commit/7fdcd6a29fffdaf534201de98723690503464b35)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @personalhealthtrain/core bumped from 2.5.0 to 2.5.1 + * @personalhealthtrain/server-core bumped from 2.5.0 to 2.5.1 + ## [2.5.0](https://github.com/PHT-Medic/central/compare/server-train-manager-v2.4.10...server-train-manager-v2.5.0) (2024-01-05) diff --git a/packages/server-train-manager/package.json b/packages/server-train-manager/package.json index b06531e8c..a71883b54 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.5.0", + "version": "2.5.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": "^1.0.0-beta.1", "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.2", - "@personalhealthtrain/core": "2.5.0", - "@personalhealthtrain/server-core": "2.5.0", + "@personalhealthtrain/core": "2.5.1", + "@personalhealthtrain/server-core": "2.5.1", "amqp-extension": "^2.0.1", "dockerode": "^4.0.2", "dotenv": "^16.3.1",