Skip to content

Commit

Permalink
chore(release): v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 7, 2023
1 parent 71dfda7 commit c10138e
Show file tree
Hide file tree
Showing 17 changed files with 207 additions and 55 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07)


### Bug Fixes

* **deps:** bump @ebec/http from 1.1.1 to 2.2.1 ([#1147](https://github.com/PHT-Medic/central/issues/1147)) ([463e52b](https://github.com/PHT-Medic/central/commit/463e52bd4ad53b5b5a8fc508d0cbf576228824e7))
* **deps:** bump @routup/body from 1.0.1 to 1.0.3 ([#1133](https://github.com/PHT-Medic/central/issues/1133)) ([abfaec2](https://github.com/PHT-Medic/central/commit/abfaec263be904588f9bee22b7e72215d941a004))
* **deps:** bump @routup/cookie from 1.0.1 to 1.0.2 ([#1134](https://github.com/PHT-Medic/central/issues/1134)) ([f9204f5](https://github.com/PHT-Medic/central/commit/f9204f5804eb7f7ef563880376ee7020f4e4c00c))
* **deps:** bump @routup/rate-limit from 1.0.1 to 1.0.2 ([#1141](https://github.com/PHT-Medic/central/issues/1141)) ([440e14a](https://github.com/PHT-Medic/central/commit/440e14a9e3d1da48ce41d85fe34546f25ac53f6c))
* **deps:** bump locter from 1.2.1 to 1.2.2 ([#1136](https://github.com/PHT-Medic/central/issues/1136)) ([005ea59](https://github.com/PHT-Medic/central/commit/005ea593e0b0d7b0f819b196064d8c36a8a30ae2))
* **deps:** bump tar and @types/tar ([#1135](https://github.com/PHT-Medic/central/issues/1135)) ([d5415a0](https://github.com/PHT-Medic/central/commit/d5415a03a041a4b66b635316175262612ad03e66))
* **deps:** bump typeorm-extension from 3.0.1 to 3.0.2 ([#1160](https://github.com/PHT-Medic/central/issues/1160)) ([3996104](https://github.com/PHT-Medic/central/commit/39961042bbc9bb8bdd388b9a3b378178eb0a9674))
* **deps:** bump uuid and @types/uuid ([#1142](https://github.com/PHT-Medic/central/issues/1142)) ([fa10d8f](https://github.com/PHT-Medic/central/commit/fa10d8f33a5844336250a948e2a921bad4244d1b))
* error middleware + registering routes ([65ba364](https://github.com/PHT-Medic/central/commit/65ba3649ea6335ee7162b44285da480ee45412be))
* exposing client errors via API ([4f9a157](https://github.com/PHT-Medic/central/commit/4f9a15777b28c0b31eb8df9364db592236d8e30a))
* only decorate 5xx error codes ([4f1541b](https://github.com/PHT-Medic/central/commit/4f1541b1a78035c69e37e3c5b19161c44da80979))
* release workflow step dependency ([71dfda7](https://github.com/PHT-Medic/central/commit/71dfda7f0130081d78c39b1cfbca1e343a996f6f))


### Features

* bump authup, routup & ebec ([39c1673](https://github.com/PHT-Medic/central/commit/39c1673a919e0d10cefa0899e47ed21cee2c2fb6))





# [2.4.0-alpha.24](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.23...v2.4.0-alpha.24) (2023-09-02)


Expand Down
38 changes: 19 additions & 19 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"packages/*"
],
"command": {
"create": {
"homepage": "https://github.com/PHT-Medic/central",
"license": "MIT"
},
"publish": {
"tempTag": true
},
"version": {
"conventionalCommits": true,
"exact": true,
"message": "chore(release): %s",
"createRelease": "github"
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"packages/*"
],
"command": {
"create": {
"homepage": "https://github.com/PHT-Medic/central",
"license": "MIT"
},
"version": "2.4.0-alpha.24"
"publish": {
"tempTag": true
},
"version": {
"conventionalCommits": true,
"exact": true,
"message": "chore(release): %s",
"createRelease": "github"
}
},
"version": "2.4.0"
}
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.

16 changes: 16 additions & 0 deletions packages/client-ui/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.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07)


### Bug Fixes

* exposing client errors via API ([4f9a157](https://github.com/PHT-Medic/central/commit/4f9a15777b28c0b31eb8df9364db592236d8e30a))


### Features

* bump authup, routup & ebec ([39c1673](https://github.com/PHT-Medic/central/commit/39c1673a919e0d10cefa0899e47ed21cee2c2fb6))





# [2.4.0-alpha.24](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.23...v2.4.0-alpha.24) (2023-09-02)


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-alpha.24",
"version": "2.4.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.14.5",
"@fortawesome/fontawesome-free": "^6.4.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@personalhealthtrain/client-vue": "2.4.0-alpha.24",
"@personalhealthtrain/core": "2.4.0-alpha.24",
"@personalhealthtrain/client-vue": "2.4.0",
"@personalhealthtrain/core": "2.4.0",
"@pinia/nuxt": "^0.4.11",
"@vue-layout/countdown": "^3.0.0",
"@vue-layout/form-controls": "^3.4.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/client-vue/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.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07)


### Bug Fixes

* exposing client errors via API ([4f9a157](https://github.com/PHT-Medic/central/commit/4f9a15777b28c0b31eb8df9364db592236d8e30a))


### Features

* bump authup, routup & ebec ([39c1673](https://github.com/PHT-Medic/central/commit/39c1673a919e0d10cefa0899e47ed21cee2c2fb6))





# [2.4.0-alpha.24](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.23...v2.4.0-alpha.24) (2023-09-02)


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-alpha.24",
"version": "2.4.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": "^0.44.0",
"@authup/core": "^0.44.0",
"@personalhealthtrain/core": "2.4.0-alpha.24",
"@personalhealthtrain/core": "2.4.0",
"@types/node": "^20.8.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vue-layout/form-controls": "^3.4.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/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.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07)


### Bug Fixes

* exposing client errors via API ([4f9a157](https://github.com/PHT-Medic/central/commit/4f9a15777b28c0b31eb8df9364db592236d8e30a))


### Features

* bump authup, routup & ebec ([39c1673](https://github.com/PHT-Medic/central/commit/39c1673a919e0d10cefa0899e47ed21cee2c2fb6))





# [2.4.0-alpha.24](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.23...v2.4.0-alpha.24) (2023-09-02)


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-alpha.24",
"version": "2.4.0",
"description": "",
"exports": {
"./package.json": "./package.json",
Expand Down
25 changes: 25 additions & 0 deletions packages/server-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07)


### Bug Fixes

* **deps:** bump @ebec/http from 1.1.1 to 2.2.1 ([#1147](https://github.com/PHT-Medic/central/issues/1147)) ([463e52b](https://github.com/PHT-Medic/central/commit/463e52bd4ad53b5b5a8fc508d0cbf576228824e7))
* **deps:** bump @routup/body from 1.0.1 to 1.0.3 ([#1133](https://github.com/PHT-Medic/central/issues/1133)) ([abfaec2](https://github.com/PHT-Medic/central/commit/abfaec263be904588f9bee22b7e72215d941a004))
* **deps:** bump @routup/cookie from 1.0.1 to 1.0.2 ([#1134](https://github.com/PHT-Medic/central/issues/1134)) ([f9204f5](https://github.com/PHT-Medic/central/commit/f9204f5804eb7f7ef563880376ee7020f4e4c00c))
* **deps:** bump @routup/rate-limit from 1.0.1 to 1.0.2 ([#1141](https://github.com/PHT-Medic/central/issues/1141)) ([440e14a](https://github.com/PHT-Medic/central/commit/440e14a9e3d1da48ce41d85fe34546f25ac53f6c))
* **deps:** bump locter from 1.2.1 to 1.2.2 ([#1136](https://github.com/PHT-Medic/central/issues/1136)) ([005ea59](https://github.com/PHT-Medic/central/commit/005ea593e0b0d7b0f819b196064d8c36a8a30ae2))
* **deps:** bump tar and @types/tar ([#1135](https://github.com/PHT-Medic/central/issues/1135)) ([d5415a0](https://github.com/PHT-Medic/central/commit/d5415a03a041a4b66b635316175262612ad03e66))
* **deps:** bump typeorm-extension from 3.0.1 to 3.0.2 ([#1160](https://github.com/PHT-Medic/central/issues/1160)) ([3996104](https://github.com/PHT-Medic/central/commit/39961042bbc9bb8bdd388b9a3b378178eb0a9674))
* error middleware + registering routes ([65ba364](https://github.com/PHT-Medic/central/commit/65ba3649ea6335ee7162b44285da480ee45412be))
* exposing client errors via API ([4f9a157](https://github.com/PHT-Medic/central/commit/4f9a15777b28c0b31eb8df9364db592236d8e30a))
* only decorate 5xx error codes ([4f1541b](https://github.com/PHT-Medic/central/commit/4f1541b1a78035c69e37e3c5b19161c44da80979))


### Features

* bump authup, routup & ebec ([39c1673](https://github.com/PHT-Medic/central/commit/39c1673a919e0d10cefa0899e47ed21cee2c2fb6))





# [2.4.0-alpha.24](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.23...v2.4.0-alpha.24) (2023-09-02)


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-alpha.24",
"version": "2.4.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.0",
"@hapic/vault": "^2.3.0",
"@personalhealthtrain/core": "2.4.0-alpha.24",
"@personalhealthtrain/server-core": "2.4.0-alpha.24",
"@personalhealthtrain/server-train-manager": "2.4.0-alpha.24",
"@personalhealthtrain/core": "2.4.0",
"@personalhealthtrain/server-core": "2.4.0",
"@personalhealthtrain/server-train-manager": "2.4.0",
"@routup/basic": "^1.0.0",
"@routup/decorators": "^3.0.0",
"@routup/prometheus": "^2.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/server-core/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.0](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.24...v2.4.0) (2023-10-07)


### Bug Fixes

* **deps:** bump @ebec/http from 1.1.1 to 2.2.1 ([#1147](https://github.com/PHT-Medic/central/issues/1147)) ([463e52b](https://github.com/PHT-Medic/central/commit/463e52bd4ad53b5b5a8fc508d0cbf576228824e7))
* exposing client errors via API ([4f9a157](https://github.com/PHT-Medic/central/commit/4f9a15777b28c0b31eb8df9364db592236d8e30a))


### Features

* bump authup, routup & ebec ([39c1673](https://github.com/PHT-Medic/central/commit/39c1673a919e0d10cefa0899e47ed21cee2c2fb6))





# [2.4.0-alpha.24](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.23...v2.4.0-alpha.24) (2023-09-02)


Expand Down
Loading

0 comments on commit c10138e

Please sign in to comment.