Skip to content

Commit

Permalink
chore(release): v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 23, 2023
1 parent 2880438 commit 191532c
Show file tree
Hide file tree
Showing 17 changed files with 140 additions and 37 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"createRelease": "github"
}
},
"version": "2.4.0"
"version": "2.4.1"
}
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/client-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.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",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/client-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 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.0",
"version": "2.4.1",
"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": "^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",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.0",
"version": "2.4.1",
"description": "",
"exports": {
"./package.json": "./package.json",
Expand Down
16 changes: 16 additions & 0 deletions packages/server-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.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": {
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.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"
},
"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": {
Expand Down
12 changes: 12 additions & 0 deletions packages/server-realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.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",
Expand Down
14 changes: 14 additions & 0 deletions packages/server-train-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Loading

0 comments on commit 191532c

Please sign in to comment.