Skip to content

Commit

Permalink
chore: release master (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 25, 2024
1 parent a716868 commit 07a5ece
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/core": "1.1.0",
"packages/portal": "1.1.0",
"packages/core": "1.1.1",
"packages/portal": "1.1.1",
"packages/rare-diseases": "1.0.0",
"packages/kit": "1.1.0",
"packages/mtb": "1.1.0",
"packages/rd": "1.1.0"
"packages/kit": "1.1.1",
"packages/mtb": "1.1.1",
"packages/rd": "1.1.1"
}
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.1.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/core-v1.1.0...core-v1.1.1) (2024-01-25)


### Miscellaneous Chores

* **core:** Synchronize main versions

## [1.1.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/core-v1.0.0...core-v1.1.0) (2024-01-25)


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

## [1.1.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/kit-v1.1.0...kit-v1.1.1) (2024-01-25)


### Miscellaneous Chores

* **kit:** Synchronize main versions


### Dependencies

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

## 1.1.0 (2024-01-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnpm-dip/kit",
"version": "1.1.0",
"version": "1.1.1",
"description": "Kit for DNPM:DIP apps and packages.",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -41,7 +41,7 @@
"access": "public"
},
"dependencies": {
"@dnpm-dip/core": "^1.1.0",
"@dnpm-dip/core": "^1.1.1",
"@nuxt/schema": "^3.9.0",
"@nuxt/kit": "^3.9.0",
"ufo": "^1.3.2"
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.1.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/mtb-v1.1.0...mtb-v1.1.1) (2024-01-25)


### Bug Fixes

* minor changes to bump version ([a716868](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/a7168681078dae8550c04fe06475b1561560d718))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dnpm-dip/core bumped from ^1.1.0 to ^1.1.1
* @dnpm-dip/kit bumped from ^1.1.0 to ^1.1.1

## 1.1.0 (2024-01-25)


Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.1.1",
"private": true,
"description": "Molecular Tumor Board module for the DNPM:DIP Portal.",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@dnpm-dip/core": "^1.1.0",
"@dnpm-dip/kit": "^1.1.0",
"@dnpm-dip/core": "^1.1.1",
"@dnpm-dip/kit": "^1.1.1",
"@nuxt/kit": "^3.9.0"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @dnpm-dip/portal

## [1.1.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/portal-v1.1.0...portal-v1.1.1) (2024-01-25)


### Miscellaneous Chores

* **portal:** Synchronize main versions


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dnpm-dip/core bumped from ^1.1.0 to ^1.1.1
* @dnpm-dip/kit bumped from ^1.1.0 to ^1.1.1
* @dnpm-dip/mtb bumped from ^1.1.0 to ^1.1.1
* @dnpm-dip/rd bumped from ^1.1.0 to ^1.1.1

## [1.1.0](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/portal-v1.0.0...portal-v1.1.0) (2024-01-25)


Expand Down
10 changes: 5 additions & 5 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.1.0",
"version": "1.1.1",
"private": true,
"description": "Portal of DNPM DIP.",
"repository": {
Expand All @@ -17,10 +17,10 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@dnpm-dip/core": "^1.1.0",
"@dnpm-dip/kit": "^1.1.0",
"@dnpm-dip/mtb": "^1.1.0",
"@dnpm-dip/rd": "^1.1.0",
"@dnpm-dip/core": "^1.1.1",
"@dnpm-dip/kit": "^1.1.1",
"@dnpm-dip/mtb": "^1.1.1",
"@dnpm-dip/rd": "^1.1.1",
"@nuxt/devtools": "latest",
"@fortawesome/fontawesome-free": "^6.4.2",
"@vuecs/form-controls": "^1.2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/rd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @dnpm-dip/rare-diseases

## [1.1.1](https://github.com/KohlbacherLab/dnpm-dip-portal/compare/rd-v1.1.0...rd-v1.1.1) (2024-01-25)


### Bug Fixes

* minor changes to bump version ([a716868](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/a7168681078dae8550c04fe06475b1561560d718))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dnpm-dip/core bumped from ^1.1.0 to ^1.1.1
* @dnpm-dip/kit bumped from ^1.1.0 to ^1.1.1

## 1.1.0 (2024-01-25)


Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.1.1",
"private": true,
"description": "Rare Diseases module for the DNPM:DIP Portal.",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@dnpm-dip/core": "^1.1.0",
"@dnpm-dip/kit": "^1.1.0",
"@dnpm-dip/core": "^1.1.1",
"@dnpm-dip/kit": "^1.1.1",
"@nuxt/kit": "^3.8.2"
},
"devDependencies": {
Expand Down

0 comments on commit 07a5ece

Please sign in to comment.