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 Jul 4, 2024
1 parent dc8459e commit 753ee01
Show file tree
Hide file tree
Showing 12 changed files with 87 additions and 26 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "1.14.1",
"packages/core": "1.14.0",
"packages/portal": "1.14.1",
".": "1.15.0",
"packages/core": "1.15.0",
"packages/portal": "1.14.2",
"packages/rare-diseases": "1.0.0",
"packages/kit": "1.12.0",
"packages/mtb": "1.14.1",
"packages/rd": "1.14.0"
"packages/mtb": "1.15.0",
"packages/rd": "1.15.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.15.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.14.1...v1.15.0) (2024-07-04)


### Features

* change logical operator for medication ([2a78530](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/2a785305817a6803b2506afa5db47dc9a2c59fee))
* modal search ([#587](https://github.com/KohlbacherLab/dnpm-dip-portal/issues/587)) ([7260a60](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/7260a602f52e74c0389237dfa7b2825754cffd9a))

## [1.14.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.14.0...v1.14.1) (2024-07-01)


Expand Down
22 changes: 11 additions & 11 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.14.1",
"version": "1.15.0",
"private": true,
"author": {
"name": "Peter Placzek",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dnpm-dip/core

## [1.15.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.14.0...v1.15.0) (2024-07-04)


### Features

* change logical operator for medication ([2a78530](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/2a785305817a6803b2506afa5db47dc9a2c59fee))
* modal search ([#587](https://github.com/KohlbacherLab/dnpm-dip-portal/issues/587)) ([7260a60](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/7260a602f52e74c0389237dfa7b2825754cffd9a))

## [1.14.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.13.1...v1.14.0) (2024-07-01)


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.14.0",
"version": "1.15.0",
"description": "Core Library of DNPM DIP with global constants, types & interfaces.",
"exports": {
"./package.json": "./package.json",
Expand Down
15 changes: 15 additions & 0 deletions packages/mtb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.15.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.14.1...v1.15.0) (2024-07-04)


### Features

* change logical operator for medication ([2a78530](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/2a785305817a6803b2506afa5db47dc9a2c59fee))
* modal search ([#587](https://github.com/KohlbacherLab/dnpm-dip-portal/issues/587)) ([7260a60](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/7260a602f52e74c0389237dfa7b2825754cffd9a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dnpm-dip/core bumped from ^1.14.0 to ^1.15.0

## [1.14.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.14.0...v1.14.1) (2024-07-01)


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.14.1",
"version": "1.15.0",
"private": true,
"description": "Molecular Tumor Board (MTB) module for the DNPM:DIP Portal.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@authup/client-web-kit": "^1.0.0-beta.19",
"@dnpm-dip/core": "^1.14.0",
"@dnpm-dip/core": "^1.15.0",
"@dnpm-dip/kit": "^1.12.0",
"@nuxt/kit": "^3.11.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @dnpm-dip/portal

## [1.14.2](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.14.1...v1.14.2) (2024-07-04)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dnpm-dip/core bumped from ^1.14.0 to ^1.15.0
* @dnpm-dip/mtb bumped from ^1.14.1 to ^1.15.0
* @dnpm-dip/rd bumped from ^1.14.0 to ^1.15.0

## [1.14.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.14.0...v1.14.1) (2024-07-01)


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.14.1",
"version": "1.14.2",
"private": true,
"description": "Portal of DNPM DIP.",
"repository": {
Expand All @@ -20,10 +20,10 @@
"@authup/client-web-kit": "^1.0.0-beta.19",
"@authup/core-http-kit": "^1.0.0-beta.19",
"@authup/core-kit": "^1.0.0-beta.19",
"@dnpm-dip/core": "^1.14.0",
"@dnpm-dip/core": "^1.15.0",
"@dnpm-dip/kit": "^1.12.0",
"@dnpm-dip/mtb": "^1.14.1",
"@dnpm-dip/rd": "^1.14.0",
"@dnpm-dip/mtb": "^1.15.0",
"@dnpm-dip/rd": "^1.15.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@ilingo/vuelidate": "^5.0.2",
"@vuecs/countdown": "^1.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/rd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @dnpm-dip/rare-diseases

## [1.15.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.14.0...v1.15.0) (2024-07-04)


### Features

* modal search ([#587](https://github.com/KohlbacherLab/dnpm-dip-portal/issues/587)) ([7260a60](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/7260a602f52e74c0389237dfa7b2825754cffd9a))


### Bug Fixes

* adjusted mtb & rd (type-) structure ([e80bd45](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/e80bd45b7543dc3baf2a26d077af5111fbf1a5df))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dnpm-dip/core bumped from ^1.14.0 to ^1.15.0

## [1.14.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/v1.13.2...v1.14.0) (2024-07-01)


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.14.0",
"version": "1.15.0",
"private": true,
"description": "Rare Diseases (RD) module for the DNPM:DIP Portal.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@authup/client-web-kit": "^1.0.0-beta.19",
"@dnpm-dip/core": "^1.14.0",
"@dnpm-dip/core": "^1.15.0",
"@dnpm-dip/kit": "^1.12.0",
"@nuxt/kit": "^3.11.1"
},
Expand Down

0 comments on commit 753ee01

Please sign in to comment.