Skip to content

Commit

Permalink
Merge pull request #374 from AliceO2Group/updatedNpm
Browse files Browse the repository at this point in the history
Updated aliceo2/bookkeeping version and aliceo2/web-ui
  • Loading branch information
skanibani authored Jun 11, 2021
2 parents 59aaf6a + 5abbb80 commit 0ba04e1
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 99 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1]

* Updated @aliceo2/web-ui version from 1.15.1 to 1.18.2. A bug fix that adds a name to JWT token for the bookkeeping team. https://github.com/AliceO2Group/WebUi/releases/tag/%40aliceo2%2Fweb-ui%401.18.2

* O2B-399 Add message in tags select box([#369](https://github.com/AliceO2Group/Bookkeeping/pull/369])
* O2B-398 Improve display of Main tab in Run Details page ([#364]https://github.com/AliceO2Group/Bookkeeping/pull/364])
* O2B-400 Update tags are fixed ([#370]https://github.com/AliceO2Group/Bookkeeping/pull/370)]

## [0.17.0]

* Reverted ibm-openapi-validator to version 0.44.0 in the bookkeeping/.github/workflows/openapi.yml file. Version 0.46.0 has problems with invalid configuration with validaterc. The GitHub checks for OpenApi / validate pull request would fail with version 0.46.0. However version 0.44.0 does not have this problem and the checks will pass, ready for the pull request to be merged with the master. This is a temporary solution and we should later try to fix the OpenApi/validate with the newest version 0.46.0.
Expand Down
2 changes: 1 addition & 1 deletion lib/public/views/About/Overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.0', hostname: '', port: '' },
{ type: 'NPM', version: '0.17.1', hostname: '', port: '' },
];

const aboutColumns = {
Expand Down
170 changes: 74 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "0.17.0",
"version": "0.17.1",
"author": "CERN",
"license": "GPL-3.0",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"docker-test": "docker-compose -f docker-compose.yml -f docker-compose.test.yml up --build --abort-on-container-exit"
},
"dependencies": {
"@aliceo2/web-ui": "1.15.1",
"@aliceo2/web-ui": "1.18.2",
"cls-hooked": "4.2.2",
"deepmerge": "4.2.2",
"joi": "17.1.1",
Expand Down

0 comments on commit 0ba04e1

Please sign in to comment.