Skip to content

Commit

Permalink
chore: release master (#158)
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 Dec 21, 2023
1 parent 4416ae3 commit ba9e16c
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{

}
{"packages/core":"1.0.0","packages/portal":"1.0.0","packages/rare-diseases":"1.0.0"}
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.0.0 (2023-12-21)


### Bug Fixes

* **deps:** bump hapic from 2.3.0 to 2.4.0 ([#141](https://github.com/KohlbacherLab/dnpm-dip-portal/issues/141)) ([87ff43b](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/87ff43bd9501e638e91deede6dab8af68f2a84fb))

## 0.0.8

### Patch Changes
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": "0.0.8",
"version": "1.0.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/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @dnpm-dip/portal

## 1.0.0 (2023-12-21)


### Features

* multi variant select support ([6671243](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/6671243d0ee349f6933b8a172a1fec3a8a338278))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dnpm-dip/core bumped from ^0.0.8 to ^1.0.0
* @dnpm-dip/rare-diseases bumped from ^0.0.8 to ^1.0.0

## 0.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "0.0.8",
"version": "1.0.0",
"private": true,
"description": "Portal of DNPM DIP.",
"repository": {
Expand All @@ -17,8 +17,8 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@dnpm-dip/core": "^0.0.8",
"@dnpm-dip/rare-diseases": "^0.0.8",
"@dnpm-dip/core": "^1.0.0",
"@dnpm-dip/rare-diseases": "^1.0.0",
"@nuxt/devtools": "latest",
"@fortawesome/fontawesome-free": "^6.4.2",
"@vue-layout/navigation": "^5.0.1",
Expand Down
22 changes: 22 additions & 0 deletions packages/rare-diseases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @dnpm-dip/rare-diseases

## 1.0.0 (2023-12-21)


### Features

* multi variant select support ([805259e](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/805259e75f21ff60492f4a5b1bfe955906f91f4a))
* multi variant select support ([6671243](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/6671243d0ee349f6933b8a172a1fec3a8a338278))


### Bug Fixes

* form-tab-groups component ([17f2994](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/17f2994792c1ea089ab4cd2819d3f6a3e17cbc2a))
* minor changes for query summary ([4355b8c](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/4355b8c91944631226be4a2da39bb6e792f56196))
* summary view ([a917572](https://github.com/KohlbacherLab/dnpm-dip-portal/commit/a917572275187d76a30f431ece2d4859f02a81a1))


### Dependencies

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

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rare-diseases/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dnpm-dip/rare-diseases",
"type": "module",
"version": "0.0.8",
"version": "1.0.0",
"private": true,
"description": "Rare Diseases module for the portal of DNPM DIP.",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@dnpm-dip/core": "^0.0.8",
"@dnpm-dip/core": "^1.0.0",
"@nuxt/kit": "^3.8.2"
},
"devDependencies": {
Expand Down

0 comments on commit ba9e16c

Please sign in to comment.