Skip to content

Commit

Permalink
chore(release): v2.4.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Aug 31, 2023
1 parent 1646d8a commit 20d9d9b
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 7 deletions.
16 changes: 16 additions & 0 deletions 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-alpha.22](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.21...v2.4.0-alpha.22) (2023-08-31)


### Bug Fixes

* dont return unknown property in setup routine ([1646d8a](https://github.com/PHT-Medic/central/commit/1646d8a07c2cd227f2f2113bbda0b74b98f0f2ec))


### Features

* expose login form in vue package ([ebe1eb9](https://github.com/PHT-Medic/central/commit/ebe1eb92d58f3072dbccb05b98749a998f50c063))





# [2.4.0-alpha.21](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.20...v2.4.0-alpha.21) (2023-08-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"message": "chore(release): %s"
}
},
"version": "2.4.0-alpha.21"
"version": "2.4.0-alpha.22"
}
6 changes: 3 additions & 3 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-alpha.22](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.21...v2.4.0-alpha.22) (2023-08-31)


### Bug Fixes

* dont return unknown property in setup routine ([1646d8a](https://github.com/PHT-Medic/central/commit/1646d8a07c2cd227f2f2113bbda0b74b98f0f2ec))


### Features

* expose login form in vue package ([ebe1eb9](https://github.com/PHT-Medic/central/commit/ebe1eb92d58f3072dbccb05b98749a998f50c063))





# [2.4.0-alpha.21](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.20...v2.4.0-alpha.21) (2023-08-21)

**Note:** Version bump only for package @personalhealthtrain/client-ui
Expand Down
4 changes: 2 additions & 2 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.21",
"version": "2.4.0-alpha.22",
"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,7 +23,7 @@
"@bootstrap-vue-next/nuxt": "^0.1.3",
"@fortawesome/fontawesome-free": "^6.4.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@personalhealthtrain/client-vue": "2.4.0-alpha.21",
"@personalhealthtrain/client-vue": "2.4.0-alpha.22",
"@personalhealthtrain/core": "2.4.0-alpha.21",
"@pinia/nuxt": "^0.4.11",
"@vue-layout/countdown": "^3.0.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.0-alpha.22](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.21...v2.4.0-alpha.22) (2023-08-31)


### Features

* expose login form in vue package ([ebe1eb9](https://github.com/PHT-Medic/central/commit/ebe1eb92d58f3072dbccb05b98749a998f50c063))





# [2.4.0-alpha.21](https://github.com/PHT-Medic/central/compare/v2.4.0-alpha.20...v2.4.0-alpha.21) (2023-08-21)


Expand Down
2 changes: 1 addition & 1 deletion 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.21",
"version": "2.4.0-alpha.22",
"description": "This package contains vue components.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 20d9d9b

Please sign in to comment.