Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #1289

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/client-ui": "2.4.10",
"packages/client-vue": "2.4.10",
"packages/core": "2.4.10",
"packages/server-api": "2.4.10",
"packages/server-core": "2.4.10",
"packages/server-realtime": "2.4.10",
"packages/server-train-manager": "2.4.10"
"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"
}
15 changes: 15 additions & 0 deletions packages/client-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [2.5.0](https://github.com/PHT-Medic/central/compare/client-ui-v2.4.10...client-ui-v2.5.0) (2024-01-05)


### Features

* migrated to vuecs and authup v1 ([4115633](https://github.com/PHT-Medic/central/commit/411563384824e5d3a134208eef667efad0830b9e))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @personalhealthtrain/client-vue bumped from 2.4.10 to 2.5.0
* @personalhealthtrain/core bumped from 2.4.10 to 2.5.0

## 2.4.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/client-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://tada5hi.net"
},
"license": "MIT",
"version": "2.4.10",
"version": "2.5.0",
"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",
Expand All @@ -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.4.10",
"@personalhealthtrain/core": "2.4.10",
"@personalhealthtrain/client-vue": "2.5.0",
"@personalhealthtrain/core": "2.5.0",
"@pinia/nuxt": "^0.5.1",
"@vuecs/countdown": "^1.0.0",
"@vuecs/form-controls": "^1.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/client-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [2.5.0](https://github.com/PHT-Medic/central/compare/client-vue-v2.4.10...client-vue-v2.5.0) (2024-01-05)


### Features

* migrated to vuecs and authup v1 ([4115633](https://github.com/PHT-Medic/central/commit/411563384824e5d3a134208eef667efad0830b9e))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @personalhealthtrain/core bumped from 2.4.10 to 2.5.0
* peerDependencies
* @personalhealthtrain/core bumped from ^2.4.10 to ^2.5.0

## 2.4.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/client-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@personalhealthtrain/client-vue",
"version": "2.4.10",
"version": "2.5.0",
"description": "This package contains vue components.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@authup/client-vue": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.0",
"@personalhealthtrain/core": "2.4.10",
"@personalhealthtrain/core": "2.5.0",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vuecs/form-controls": "^1.2.0",
Expand All @@ -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.4.10",
"@personalhealthtrain/core": "^2.5.0",
"@vuecs/form-controls": "^1.2.0",
"@vuecs/link": "^1.0.0",
"@vuecs/list-controls": "^1.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2.5.0](https://github.com/PHT-Medic/central/compare/core-v2.4.10...core-v2.5.0) (2024-01-05)


### Features

* migrated to vuecs and authup v1 ([4115633](https://github.com/PHT-Medic/central/commit/411563384824e5d3a134208eef667efad0830b9e))

## 2.4.10

## 2.4.9
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@personalhealthtrain/core",
"version": "2.4.10",
"version": "2.5.0",
"description": "",
"exports": {
"./package.json": "./package.json",
Expand Down
27 changes: 27 additions & 0 deletions packages/server-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## [2.5.0](https://github.com/PHT-Medic/central/compare/server-api-v2.4.10...server-api-v2.5.0) (2024-01-05)


### Features

* migrated to vuecs and authup v1 ([4115633](https://github.com/PHT-Medic/central/commit/411563384824e5d3a134208eef667efad0830b9e))


### Bug Fixes

* **deps:** bump @hapic/harbor from 2.3.0 to 2.3.1 ([#1313](https://github.com/PHT-Medic/central/issues/1313)) ([b19c6ca](https://github.com/PHT-Medic/central/commit/b19c6caad95f224d6479e426483450b2aa2d3c97))
* **deps:** bump @hapic/vault from 2.3.0 to 2.3.1 ([#1300](https://github.com/PHT-Medic/central/issues/1300)) ([d4c3b1e](https://github.com/PHT-Medic/central/commit/d4c3b1e194a9884cd80329f0cca0c287a0367ca9))
* **deps:** bump @routup/swagger from 2.3.0 to 2.3.1 ([#1308](https://github.com/PHT-Medic/central/issues/1308)) ([df2bf43](https://github.com/PHT-Medic/central/commit/df2bf4347d6bad0ab7e382492fff582b5a27feca))
* **deps:** bump locter from 1.2.2 to 1.2.3 ([#1317](https://github.com/PHT-Medic/central/issues/1317)) ([8041c01](https://github.com/PHT-Medic/central/commit/8041c01d4db2fb5a13f03ec4a3d756986b3124b9))
* **deps:** bump reflect-metadata from 0.1.13 to 0.2.1 ([#1324](https://github.com/PHT-Medic/central/issues/1324)) ([83afad5](https://github.com/PHT-Medic/central/commit/83afad5eb6fe6b16221dba4289e67b5ab15d9d3d))
* **deps:** bump typeorm from 0.3.17 to 0.3.19 ([#1298](https://github.com/PHT-Medic/central/issues/1298)) ([03d2641](https://github.com/PHT-Medic/central/commit/03d2641c69a0e54b1edea8ec8d9e140c537bc37c))
* **deps:** bump typeorm-extension from 3.1.1 to 3.2.0 ([#1321](https://github.com/PHT-Medic/central/issues/1321)) ([a1003fc](https://github.com/PHT-Medic/central/commit/a1003fc88a6def31ddd75d70533be3947572a60f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @personalhealthtrain/core bumped from 2.4.10 to 2.5.0
* @personalhealthtrain/server-core bumped from 2.4.10 to 2.5.0
* @personalhealthtrain/server-train-manager bumped from 2.4.10 to 2.5.0

## 2.4.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/server-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://tada5hi.net"
},
"license": "MIT",
"version": "2.4.10",
"version": "2.5.0",
"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": {
Expand All @@ -16,9 +16,9 @@
"@ebec/http": "^2.3.0",
"@hapic/harbor": "^2.3.1",
"@hapic/vault": "^2.3.1",
"@personalhealthtrain/core": "2.4.10",
"@personalhealthtrain/server-core": "2.4.10",
"@personalhealthtrain/server-train-manager": "2.4.10",
"@personalhealthtrain/core": "2.5.0",
"@personalhealthtrain/server-core": "2.5.0",
"@personalhealthtrain/server-train-manager": "2.5.0",
"@routup/basic": "^1.3.0",
"@routup/decorators": "^3.3.0",
"@routup/prometheus": "^2.3.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [2.5.0](https://github.com/PHT-Medic/central/compare/server-core-v2.4.10...server-core-v2.5.0) (2024-01-05)


### Features

* migrated to vuecs and authup v1 ([4115633](https://github.com/PHT-Medic/central/commit/411563384824e5d3a134208eef667efad0830b9e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @personalhealthtrain/core bumped from 2.4.10 to 2.5.0

## 2.4.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"url": "https://tada5hi.net"
},
"license": "MIT",
"version": "2.4.10",
"version": "2.5.0",
"description": "This package contains the common packages for server applications of the PHT.",
"scripts": {
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@authup/core": "^1.0.0-beta.0",
"@ebec/http": "^2.3.0",
"@personalhealthtrain/core": "2.4.10",
"@personalhealthtrain/core": "2.5.0",
"@socket.io/redis-emitter": "^5.1.0"
},
"devDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/server-realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [2.5.0](https://github.com/PHT-Medic/central/compare/server-realtime-v2.4.10...server-realtime-v2.5.0) (2024-01-05)


### Features

* migrated to vuecs and authup v1 ([4115633](https://github.com/PHT-Medic/central/commit/411563384824e5d3a134208eef667efad0830b9e))


### Bug Fixes

* **deps:** bump socket.io from 4.7.2 to 4.7.3 ([#1292](https://github.com/PHT-Medic/central/issues/1292)) ([adb3de8](https://github.com/PHT-Medic/central/commit/adb3de8f83450edb4aa2ed9039cbbdb4b16728fe))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @personalhealthtrain/core bumped from 2.4.10 to 2.5.0
* @personalhealthtrain/server-core bumped from 2.4.10 to 2.5.0

## 2.4.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/server-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"url": "https://tada5hi.net"
},
"license": "MIT",
"version": "2.4.10",
"version": "2.5.0",
"description": "This package contains the central realtime application of the PHT.",
"dependencies": {
"@authup/core": "^1.0.0-beta.0",
"@authup/server-adapter": "^1.0.0-beta.0",
"@ebec/http": "^2.3.0",
"@personalhealthtrain/core": "2.4.10",
"@personalhealthtrain/server-core": "2.4.10",
"@personalhealthtrain/core": "2.5.0",
"@personalhealthtrain/server-core": "2.5.0",
"@socket.io/redis-adapter": "^8.2.1",
"dotenv": "^16.3.1",
"hapic": "^2.3.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/server-train-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [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)


### Features

* migrated to vuecs and authup v1 ([4115633](https://github.com/PHT-Medic/central/commit/411563384824e5d3a134208eef667efad0830b9e))


### Bug Fixes

* **deps:** bump @hapic/harbor from 2.3.0 to 2.3.1 ([#1313](https://github.com/PHT-Medic/central/issues/1313)) ([b19c6ca](https://github.com/PHT-Medic/central/commit/b19c6caad95f224d6479e426483450b2aa2d3c97))
* **deps:** bump dockerode from 4.0.0 to 4.0.2 ([#1297](https://github.com/PHT-Medic/central/issues/1297)) ([71b1f84](https://github.com/PHT-Medic/central/commit/71b1f841650641fbab94f85be4614a3e5f597973))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @personalhealthtrain/core bumped from 2.4.10 to 2.5.0
* @personalhealthtrain/server-core bumped from 2.4.10 to 2.5.0

## 2.4.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/server-train-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://tada5hi.net"
},
"license": "MIT",
"version": "2.4.10",
"version": "2.5.0",
"description": "This project contains the central Train-Manager of the PHT.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"@authup/server-adapter": "^1.0.0-beta.0",
"@ebec/http": "^2.3.0",
"@hapic/harbor": "^2.3.1",
"@personalhealthtrain/core": "2.4.10",
"@personalhealthtrain/server-core": "2.4.10",
"@personalhealthtrain/core": "2.5.0",
"@personalhealthtrain/server-core": "2.5.0",
"amqp-extension": "^2.0.1",
"dockerode": "^4.0.2",
"dotenv": "^16.3.1",
Expand Down