Skip to content

Commit

Permalink
chore: release master (#1337)
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 10, 2024
1 parent 11e5beb commit 486c968
Show file tree
Hide file tree
Showing 15 changed files with 136 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.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"
}
16 changes: 16 additions & 0 deletions packages/client-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
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.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",
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.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)


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.0",
"version": "2.5.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": "^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",
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.0",
"@personalhealthtrain/core": "^2.5.1",
"@vuecs/form-controls": "^1.2.0",
"@vuecs/link": "^1.0.0",
"@vuecs/list-controls": "^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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


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.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": {
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.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",
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.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)


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


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


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.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",
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.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",
Expand Down

0 comments on commit 486c968

Please sign in to comment.