Skip to content

Commit

Permalink
chore: release master (#1346)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 11, 2024
1 parent 9d18d42 commit 5c20964
Show file tree
Hide file tree
Showing 15 changed files with 128 additions and 26 deletions.
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.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"
"packages/client-ui": "2.5.2",
"packages/client-vue": "2.5.2",
"packages/core": "2.5.2",
"packages/server-api": "2.5.2",
"packages/server-core": "2.5.2",
"packages/server-realtime": "2.5.2",
"packages/server-train-manager": "2.5.2"
}
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.2](https://github.com/PHT-Medic/central/compare/client-ui-v2.5.1...client-ui-v2.5.2) (2024-01-11)


### Miscellaneous Chores

* **client-ui:** Synchronize main versions


### Dependencies

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

## [2.5.1](https://github.com/PHT-Medic/central/compare/client-ui-v2.5.0...client-ui-v2.5.1) (2024-01-10)


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.5.1",
"version": "2.5.2",
"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.5.1",
"@personalhealthtrain/core": "2.5.1",
"@personalhealthtrain/client-vue": "2.5.2",
"@personalhealthtrain/core": "2.5.2",
"@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.2](https://github.com/PHT-Medic/central/compare/client-vue-v2.5.1...client-vue-v2.5.2) (2024-01-11)


### Miscellaneous Chores

* **client-vue:** Synchronize main versions


### Dependencies

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

## [2.5.1](https://github.com/PHT-Medic/central/compare/client-vue-v2.5.0...client-vue-v2.5.1) (2024-01-10)


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.5.1",
"version": "2.5.2",
"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.1",
"@authup/core": "^1.0.0-beta.1",
"@personalhealthtrain/core": "2.5.1",
"@personalhealthtrain/core": "2.5.2",
"@types/node": "^20.10.8",
"@vitejs/plugin-vue": "^5.0.3",
"@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.5.1",
"@personalhealthtrain/core": "^2.5.2",
"@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.2](https://github.com/PHT-Medic/central/compare/core-v2.5.1...core-v2.5.2) (2024-01-11)


### Miscellaneous Chores

* **core:** Synchronize main versions

## [2.5.1](https://github.com/PHT-Medic/central/compare/core-v2.5.0...core-v2.5.1) (2024-01-10)


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.5.1",
"version": "2.5.2",
"description": "",
"exports": {
"./package.json": "./package.json",
Expand Down
20 changes: 20 additions & 0 deletions packages/server-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [2.5.2](https://github.com/PHT-Medic/central/compare/server-api-v2.5.1...server-api-v2.5.2) (2024-01-11)


### Bug Fixes

* **deps:** bump @routup/basic from 1.3.0 to 1.3.1 ([#1345](https://github.com/PHT-Medic/central/issues/1345)) ([bf2b355](https://github.com/PHT-Medic/central/commit/bf2b355a9908c81ab81bd86d78b9817c4d7804c3))
* **deps:** bump @routup/decorators from 3.3.0 to 3.3.1 ([#1343](https://github.com/PHT-Medic/central/issues/1343)) ([0a89f85](https://github.com/PHT-Medic/central/commit/0a89f85153bd7eb2c286a67b2a182d261d350100))
* **deps:** bump @routup/swagger from 2.3.1 to 2.3.2 ([#1342](https://github.com/PHT-Medic/central/issues/1342)) ([b734d3b](https://github.com/PHT-Medic/central/commit/b734d3b13d60400e5b5046ed4394dc2e16dfa7ae))
* **deps:** bump @routup/swagger from 2.3.2 to 2.3.3 ([#1350](https://github.com/PHT-Medic/central/issues/1350)) ([4361a8e](https://github.com/PHT-Medic/central/commit/4361a8e9ca9b9dae23a250d15c1d68716ad13d07))
* **deps:** bump typeorm-extension from 3.2.0 to 3.3.0 ([#1349](https://github.com/PHT-Medic/central/issues/1349)) ([a9b8f3e](https://github.com/PHT-Medic/central/commit/a9b8f3ec17fd8c42b9f36cd0d43d905ac949dae8))


### Dependencies

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

## [2.5.1](https://github.com/PHT-Medic/central/compare/server-api-v2.5.0...server-api-v2.5.1) (2024-01-10)


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.5.1",
"version": "2.5.2",
"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.2",
"@hapic/vault": "^2.3.2",
"@personalhealthtrain/core": "2.5.1",
"@personalhealthtrain/server-core": "2.5.1",
"@personalhealthtrain/server-train-manager": "2.5.1",
"@personalhealthtrain/core": "2.5.2",
"@personalhealthtrain/server-core": "2.5.2",
"@personalhealthtrain/server-train-manager": "2.5.2",
"@routup/basic": "^1.3.1",
"@routup/decorators": "^3.3.1",
"@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.2](https://github.com/PHT-Medic/central/compare/server-core-v2.5.1...server-core-v2.5.2) (2024-01-11)


### Miscellaneous Chores

* **server-core:** Synchronize main versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @personalhealthtrain/core bumped from 2.5.1 to 2.5.2

## [2.5.1](https://github.com/PHT-Medic/central/compare/server-core-v2.5.0...server-core-v2.5.1) (2024-01-10)


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.5.1",
"version": "2.5.2",
"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.1",
"@ebec/http": "^2.3.0",
"@personalhealthtrain/core": "2.5.1",
"@personalhealthtrain/core": "2.5.2",
"@socket.io/redis-emitter": "^5.1.0"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/server-realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [2.5.2](https://github.com/PHT-Medic/central/compare/server-realtime-v2.5.1...server-realtime-v2.5.2) (2024-01-11)


### Miscellaneous Chores

* **server-realtime:** Synchronize main versions


### Dependencies

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

## [2.5.1](https://github.com/PHT-Medic/central/compare/server-realtime-v2.5.0...server-realtime-v2.5.1) (2024-01-10)


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.5.1",
"version": "2.5.2",
"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.1",
"@personalhealthtrain/server-core": "2.5.1",
"@personalhealthtrain/core": "2.5.2",
"@personalhealthtrain/server-core": "2.5.2",
"@socket.io/redis-adapter": "^8.2.1",
"dotenv": "^16.3.1",
"hapic": "^2.5.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/server-train-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [2.5.2](https://github.com/PHT-Medic/central/compare/server-train-manager-v2.5.1...server-train-manager-v2.5.2) (2024-01-11)


### Miscellaneous Chores

* **server-train-manager:** Synchronize main versions


### Dependencies

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

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


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.5.1",
"version": "2.5.2",
"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.1",
"@ebec/http": "^2.3.0",
"@hapic/harbor": "^2.3.2",
"@personalhealthtrain/core": "2.5.1",
"@personalhealthtrain/server-core": "2.5.1",
"@personalhealthtrain/core": "2.5.2",
"@personalhealthtrain/server-core": "2.5.2",
"amqp-extension": "^2.0.1",
"dockerode": "^4.0.2",
"dotenv": "^16.3.1",
Expand Down

0 comments on commit 5c20964

Please sign in to comment.