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 f1880f5 commit a3c73d4
Show file tree
Hide file tree
Showing 14 changed files with 358 additions and 35 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "1.22.0",
"packages/core": "1.22.0",
"packages/portal": "1.21.0",
".": "1.23.0",
"packages/core": "1.23.0",
"packages/portal": "1.22.0",
"packages/rare-diseases": "1.0.0",
"packages/kit": "1.18.0",
"packages/mtb": "1.21.0",
"packages/rd": "1.21.0"
"packages/kit": "1.19.0",
"packages/mtb": "1.22.0",
"packages/rd": "1.22.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* split key value table in 3 columns (key, value, percent) ([f1880f5](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/f1880f525899d76b425a4368b7f11af9ab8ff55b))


### Bug Fixes

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

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


Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnpm-dip/root",
"version": "1.22.0",
"version": "1.23.0",
"private": true,
"author": {
"name": "Peter Placzek",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dnpm-dip/core

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


### Features

* split key value table in 3 columns (key, value, percent) ([f1880f5](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/f1880f525899d76b425a4368b7f11af9ab8ff55b))

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


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": "@dnpm-dip/core",
"version": "1.22.0",
"version": "1.23.0",
"description": "Core Library of DNPM DIP with global constants, types & interfaces.",
"exports": {
"./package.json": "./package.json",
Expand Down
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.19.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.18.0...v1.19.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.18.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.17.0...v1.18.0) (2024-09-20)


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.18.0",
"version": "1.19.0",
"description": "Kit for DNPM:DIP apps and packages.",
"exports": {
"./package.json": "./package.json",
Expand Down
Loading

0 comments on commit a3c73d4

Please sign in to comment.