Skip to content

Commit

Permalink
chore(release): publish (#1263)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 21, 2023
1 parent 7d015e1 commit 5d5fc43
Show file tree
Hide file tree
Showing 15 changed files with 80 additions and 30 deletions.
11 changes: 0 additions & 11 deletions .changeset/angry-pigs-cry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/client-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.4.8

### Patch Changes

- [`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e) Thanks [@tada5hi](https://github.com/tada5hi)! - patch bump

## 2.4.7

### 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.7",
"version": "2.4.8",
"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.7",
"@personalhealthtrain/core": "2.4.7",
"@personalhealthtrain/client-vue": "2.4.8",
"@personalhealthtrain/core": "2.4.8",
"@pinia/nuxt": "^0.5.1",
"@vue-layout/countdown": "^3.0.0",
"@vue-layout/form-controls": "^3.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/client-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.4.8

### Patch Changes

- [`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e) Thanks [@tada5hi](https://github.com/tada5hi)! - patch bump

- Updated dependencies [[`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e)]:
- @personalhealthtrain/core@2.4.8

## 2.4.7

### 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.7",
"version": "2.4.8",
"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.7",
"@authup/core": "^0.45.7",
"@personalhealthtrain/core": "2.4.7",
"@personalhealthtrain/core": "2.4.8",
"@types/node": "^20.8.10",
"@vitejs/plugin-vue": "^4.4.0",
"@vue-layout/form-controls": "^3.4.0",
Expand All @@ -66,7 +66,7 @@
"peerDependencies": {
"@authup/client-vue": ">=0.40.3 <1.0.0",
"@authup/core": ">=0.41.0 <1.0.0",
"@personalhealthtrain/core": "^2.4.7",
"@personalhealthtrain/core": "^2.4.8",
"@vue-layout/form-controls": "^3.4.0",
"@vue-layout/list-controls": "^3.6.1",
"@vue-layout/pagination": "^3.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.4.8

### Patch Changes

- [`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e) Thanks [@tada5hi](https://github.com/tada5hi)! - patch bump

## 2.4.7

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

## 2.4.8

### Patch Changes

- [`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e) Thanks [@tada5hi](https://github.com/tada5hi)! - patch bump

- Updated dependencies [[`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e)]:
- @personalhealthtrain/core@2.4.8
- @personalhealthtrain/server-core@2.4.8
- @personalhealthtrain/server-train-manager@2.4.8

## 2.4.7

### 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.7",
"version": "2.4.8",
"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.7",
"@personalhealthtrain/server-core": "2.4.7",
"@personalhealthtrain/server-train-manager": "2.4.7",
"@personalhealthtrain/core": "2.4.8",
"@personalhealthtrain/server-core": "2.4.8",
"@personalhealthtrain/server-train-manager": "2.4.8",
"@routup/basic": "^1.1.0",
"@routup/decorators": "^3.1.0",
"@routup/prometheus": "^2.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.4.8

### Patch Changes

- [`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e) Thanks [@tada5hi](https://github.com/tada5hi)! - patch bump

- Updated dependencies [[`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e)]:
- @personalhealthtrain/core@2.4.8

## 2.4.7

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

## 2.4.8

### Patch Changes

- [`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e) Thanks [@tada5hi](https://github.com/tada5hi)! - patch bump

- Updated dependencies [[`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e)]:
- @personalhealthtrain/core@2.4.8
- @personalhealthtrain/server-core@2.4.8

## 2.4.7

### 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.7",
"version": "2.4.8",
"description": "This package contains the central realtime application of the PHT.",
"dependencies": {
"@authup/core": "^0.45.7",
"@authup/server-adapter": "^0.45.7",
"@ebec/http": "^2.3.0",
"@personalhealthtrain/core": "2.4.7",
"@personalhealthtrain/server-core": "2.4.7",
"@personalhealthtrain/core": "2.4.8",
"@personalhealthtrain/server-core": "2.4.8",
"@socket.io/redis-adapter": "^8.2.1",
"dotenv": "^16.3.1",
"hapic": "^2.3.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/server-train-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.4.8

### Patch Changes

- [`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e) Thanks [@tada5hi](https://github.com/tada5hi)! - patch bump

- Updated dependencies [[`76a59318`](https://github.com/PHT-Medic/central/commit/76a593180f761dad3e09481e1cb7bf272d6f6e8e)]:
- @personalhealthtrain/core@2.4.8
- @personalhealthtrain/server-core@2.4.8

## 2.4.7

### 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.7",
"version": "2.4.8",
"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": "^0.45.7",
"@ebec/http": "^2.3.0",
"@hapic/harbor": "^2.3.0",
"@personalhealthtrain/core": "2.4.7",
"@personalhealthtrain/server-core": "2.4.7",
"@personalhealthtrain/core": "2.4.8",
"@personalhealthtrain/server-core": "2.4.8",
"amqp-extension": "^2.0.1",
"dockerode": "^4.0.0",
"dotenv": "^16.3.1",
Expand Down

0 comments on commit 5d5fc43

Please sign in to comment.