Skip to content

Commit

Permalink
Release 0.38.0 (#711)
Browse files Browse the repository at this point in the history
* Release 0.38.0
  • Loading branch information
martinboulais authored Aug 31, 2022
1 parent 235df27 commit 55ca926
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. See [standa
* Notable changes for users:
* `pdpWorkflowParameters, pdpBeamType, readoutCfgUri` field added to the runs detail page and can be exported.
* Time after last run and corresponding loss has been added to fill statistics
* Fix bug where some LHC fills had a negative time before first run (and associated loss)
* Fix log notification not sent with logs created automatically
* Fix bug where hovering log columns reset page to 1
* Notable changes for developers:
* Runs API:
* `GET`
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 @@ -21,7 +21,7 @@ import table from '../../../components/Table/index.js';
*/
const aboutOverview = () => {
const data = [
{ type: 'Bookkeeping', version: '0.37.0', hostname: '-', port: '4000' },
{ type: 'Bookkeeping', version: '0.38.0', hostname: '-', port: '4000' },
{ type: 'NPM', version: '', hostname: '', port: '' },
];

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "0.37.0",
"version": "0.38.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 55ca926

Please sign in to comment.