From f04009fd87a483737028e36006e67356350ee7fe Mon Sep 17 00:00:00 2001 From: dimitry Date: Tue, 10 Aug 2021 17:53:07 +0200 Subject: [PATCH] version 0.17.4 --- CHANGELOG.md | 11 +++++++++-- lib/public/views/About/Overview/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c401e64f22..8b29b99060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,21 @@ 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.17.4] + +* Added text and made the UI more clear. Log create and run detail was unclear on how the tags were implemented. [#398](https://github.com/AliceO2Group/Bookkeeping/pull/398) +* There was a unique error that when occured it made the title repeated in create log. This was prevented with changing the create tag file. [#397](https://github.com/AliceO2Group/Bookkeeping/pull/397) +* Added an extra function that grabs all tags for the log creation page [#395] (https://github.com/AliceO2Group/Bookkeeping/pull/395) +* When the log encouters an error and the user goes back to the page. Some fields were not reset. now all fields will be reset so the user have a blank slate to create a new log. [#394](https://github.com/AliceO2Group/Bookkeeping/pull/394) + ## [0.17.3] * Bumped patch version to 0.17.3 ## [0.17.2] -* O2B-410 CPP-api-client can now be updated with the unqiue combination of flpName and runNumber instead of a auto incrementend integer. -* O2B-419 Fixed an issue where the log creation got a bug when both tag and attachment was selected. The issue was with multiform data and the way it accepts array data. +* O2B-410 CPP-api-client can now be updated with the unqiue combination of flpName and runNumber instead of a auto incrementend integer. [$388] (https://github.com/AliceO2Group/Bookkeeping/pull/388) +* O2B-419 Fixed an issue where the log creation got a bug when both tag and attachment was selected. The issue was with multiform data and the way it accepts array data. [#386](https://github.com/AliceO2Group/Bookkeeping/pull/386) ## [0.17.1] diff --git a/lib/public/views/About/Overview/index.js b/lib/public/views/About/Overview/index.js index b15bea4d6b..6b3f7c9ecb 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.3', hostname: '', port: '' }, + { type: 'NPM', version: '0.17.4', hostname: '', port: '' }, ]; const aboutColumns = { diff --git a/package-lock.json b/package-lock.json index 208070bf4a..589842ec9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.17.3", + "version": "0.17.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 717e3eb6e7..e1d2f976a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.17.3", + "version": "0.17.4", "author": "CERN", "license": "GPL-3.0", "scripts": {