Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 23, 2024
1 parent 8209b62 commit abb0874
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 22 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "1.23.0",
"packages/core": "1.23.0",
"packages/portal": "1.22.0",
"packages/portal": "1.22.1",
"packages/rare-diseases": "1.0.0",
"packages/kit": "1.19.0",
"packages/mtb": "1.22.0",
"packages/rd": "1.22.0"
"packages/kit": "1.20.0",
"packages/mtb": "1.22.1",
"packages/rd": "1.22.1"
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.20.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.19.0...v1.20.0) (2024-09-23)


### Features

* bump nuxt to v3.13.0 and fixed pages ([ad4c47b](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/ad4c47bc438f68b8c848c8547ae1313db98f6fd7))

## [1.19.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.18.0...v1.19.0) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnpm-dip/kit",
"version": "1.19.0",
"version": "1.20.0",
"description": "Kit for DNPM:DIP apps and packages.",
"exports": {
"./package.json": "./package.json",
Expand Down
9 changes: 9 additions & 0 deletions packages/mtb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.22.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.22.0...v1.22.1) (2024-09-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dnpm-dip/kit bumped from ^1.19.0 to ^1.20.0

## [1.22.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.21.0...v1.22.0) (2024-09-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/mtb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dnpm-dip/mtb",
"type": "module",
"version": "1.22.0",
"version": "1.22.1",
"private": true,
"description": "Molecular Tumor Board (MTB) module for the DNPM:DIP Portal.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@authup/client-web-kit": "^1.0.0-beta.19",
"@dnpm-dip/core": "^1.23.0",
"@dnpm-dip/kit": "^1.19.0",
"@dnpm-dip/kit": "^1.20.0",
"@nuxt/kit": "^3.13.0"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @dnpm-dip/portal

## [1.22.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.22.0...v1.22.1) (2024-09-23)


### Bug Fixes

* register chart controllers ([5d874da](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/5d874dae28db40d56ce26aefb7fad61661ae8490))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dnpm-dip/kit bumped from ^1.19.0 to ^1.20.0
* @dnpm-dip/mtb bumped from ^1.22.0 to ^1.22.1
* @dnpm-dip/rd bumped from ^1.22.0 to ^1.22.1

## [1.22.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.21.0...v1.22.0) (2024-09-23)


Expand Down
8 changes: 4 additions & 4 deletions packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dnpm-dip/portal",
"type": "module",
"version": "1.22.0",
"version": "1.22.1",
"private": true,
"description": "Portal of DNPM DIP.",
"repository": {
Expand All @@ -21,9 +21,9 @@
"@authup/core-http-kit": "^1.0.0-beta.19",
"@authup/core-kit": "^1.0.0-beta.19",
"@dnpm-dip/core": "^1.23.0",
"@dnpm-dip/kit": "^1.19.0",
"@dnpm-dip/mtb": "^1.22.0",
"@dnpm-dip/rd": "^1.22.0",
"@dnpm-dip/kit": "^1.20.0",
"@dnpm-dip/mtb": "^1.22.1",
"@dnpm-dip/rd": "^1.22.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@ilingo/vuelidate": "^5.0.3",
"@vuecs/countdown": "^1.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/rd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dnpm-dip/rare-diseases

## [1.22.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.22.0...v1.22.1) (2024-09-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dnpm-dip/kit bumped from ^1.19.0 to ^1.20.0

## [1.22.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.21.0...v1.22.0) (2024-09-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/rd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dnpm-dip/rd",
"type": "module",
"version": "1.22.0",
"version": "1.22.1",
"private": true,
"description": "Rare Diseases (RD) module for the DNPM:DIP Portal.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@authup/client-web-kit": "^1.0.0-beta.19",
"@dnpm-dip/core": "^1.23.0",
"@dnpm-dip/kit": "^1.19.0",
"@dnpm-dip/kit": "^1.20.0",
"@nuxt/kit": "^3.13.0"
},
"devDependencies": {
Expand Down

0 comments on commit abb0874

Please sign in to comment.