From 8d9f20df20c41e2be05b2c1f10ae6ce3e201ec72 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 7 Jul 2022 14:58:42 +0000 Subject: [PATCH] chore(release): 1.0.0-develop.1 [skip ci] # 1.0.0-develop.1 (2022-07-07) ### Bug Fixes * adjust catalog img sizes ([f812d12](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/f812d12ca423af1daeac608f395cf286456812b9)) * **demo-app:** use correct 'to' prop for PvDataInfoBox ([fd31989](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/fd319891ae1f30f518c6ba5408802e50da448bf3)) * display 'unknown' format badges and fix minor visual differences to original DataInfoBox ([9c226f6](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/9c226f673931d8b821a16277e5b4959666dc335d)), closes [/gitlab.fokus.fraunhofer.de/piveau/organisation/piveau-scrum-board/-/issues/2153#note_229297](https://gitlab.fokus.fraunhofer.de//gitlab.fokus.fraunhofer.de/piveau/organisation/piveau-scrum-board/-/issues/2153/issues/note_229297) * improve styling to visually align better with original ([cd89422](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/cd89422baeec8a9a909a60d7cd95e270575fd662)) * **PvDataInfoBox:** fix catalog mode body image sizing ([0069763](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/0069763200f05eb4b8943568f97dda0035272771)) * **PvDataInfoBox:** optimize spacing for badges ([8d4c084](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/8d4c084eef8df5e7bd79abd2d9b489dd765f874d)) * **PvDataInfoBox:** restore no description available typesetting ([4e04d02](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/4e04d027697e2090661634841a324c7842131dd8)) * swap updated and created blocks ([0bd35a2](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/0bd35a21a1c456649f069476b684dff505fc5e86)) * use correct format param object shape ([9000b6b](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/9000b6b66fd2bb6afbe4db02cc88b4622df56d55)) ### Features * add robots 'index' tag to DatasetDetails page ([167e555](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/167e555fc1d435c9ad9ff60a611a4f038e721f60)) --- docs/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 000000000..46ee39baf --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,19 @@ +# 1.0.0-develop.1 (2022-07-07) + + +### Bug Fixes + +* adjust catalog img sizes ([f812d12](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/f812d12ca423af1daeac608f395cf286456812b9)) +* **demo-app:** use correct 'to' prop for PvDataInfoBox ([fd31989](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/fd319891ae1f30f518c6ba5408802e50da448bf3)) +* display 'unknown' format badges and fix minor visual differences to original DataInfoBox ([9c226f6](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/9c226f673931d8b821a16277e5b4959666dc335d)), closes [/gitlab.fokus.fraunhofer.de/piveau/organisation/piveau-scrum-board/-/issues/2153#note_229297](https://gitlab.fokus.fraunhofer.de//gitlab.fokus.fraunhofer.de/piveau/organisation/piveau-scrum-board/-/issues/2153/issues/note_229297) +* improve styling to visually align better with original ([cd89422](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/cd89422baeec8a9a909a60d7cd95e270575fd662)) +* **PvDataInfoBox:** fix catalog mode body image sizing ([0069763](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/0069763200f05eb4b8943568f97dda0035272771)) +* **PvDataInfoBox:** optimize spacing for badges ([8d4c084](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/8d4c084eef8df5e7bd79abd2d9b489dd765f874d)) +* **PvDataInfoBox:** restore no description available typesetting ([4e04d02](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/4e04d027697e2090661634841a324c7842131dd8)) +* swap updated and created blocks ([0bd35a2](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/0bd35a21a1c456649f069476b684dff505fc5e86)) +* use correct format param object shape ([9000b6b](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/9000b6b66fd2bb6afbe4db02cc88b4622df56d55)) + + +### Features + +* add robots 'index' tag to DatasetDetails page ([167e555](https://gitlab.fokus.fraunhofer.de/piveau/hub/piveau-hub-ui-modules/commit/167e555fc1d435c9ad9ff60a611a4f038e721f60)) -- GitLab