diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e16b7d561..c50f053ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.18.0] +* Updates dependencies versions to avoid security flaws +* Updates Dockerfile and fixes lint issues +* Allow users to insert replies to logs without having to specify a title +* Updates Run Details page to make use of the unused space and display logs for the run by default +* Updates Tag Details page to show logs for the tag by default +* Run Filters will inform users if there are no tags created +* Fixes a bug in which updating the tags of a run would hide the logs for the run + ## [0.17.12] * Added run filter to run-overview table [#433]https://github.com/AliceO2Group/Bookkeeping/pull/433 * Changed verification of Title [#432]https://github.com/AliceO2Group/Bookkeeping/pull/432 diff --git a/lib/public/views/About/Overview/index.js b/lib/public/views/About/Overview/index.js index 4b49784c1c..08e6867463 100644 --- a/lib/public/views/About/Overview/index.js +++ b/lib/public/views/About/Overview/index.js @@ -22,7 +22,7 @@ import table from '../../../components/Table/index.js'; const aboutOverview = (model) => { const data = [ { type: 'Bookkeeping', version: '1', hostname: 'localhost', port: '4000' }, - { type: 'NPM', version: '0.17.12', hostname: '', port: '' }, + { type: 'NPM', version: '0.18.0', hostname: '', port: '' }, ]; const aboutColumns = { diff --git a/package-lock.json b/package-lock.json index 624e23d72f..c6e1d62532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.17.12", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.17.12", + "version": "0.18.0", "license": "GPL-3.0", "dependencies": { "@aliceo2/web-ui": "1.21.3", diff --git a/package.json b/package.json index 8c2dbebd4e..ad3ecfe14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.17.12", + "version": "0.18.0", "author": "CERN", "license": "GPL-3.0", "scripts": {