Skip to content

Commit

Permalink
Release 0.66.0 (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Sep 22, 2023
1 parent 17bdcd1 commit 8f4c87b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.66.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.66.0)
* Notable changes for users:
* An endpoint has been added to fetch all the logs for a given LHC fill
* Added a tab in LHC fill display to show all the related logs
* Added endpoint to fetch all the logs for a given environment
* Added a tab displaying the logs of a given environment in display view
* An icon with tooltip has been added to tag pickers to display description
* Fixed the alignment of chart tooltip
* Notable changes for developers:
* QueryBuilder is now provided by a factory method in DataSource class
* Transaction wrapper is now provided by DataSource class
* Popover is rendered outside its trigger to not be limited by overflow

## [0.65.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.65.0)
* Notable changes for users:
* LHC fill details statistics rely on stableBeamEnd as end of run, not stableBeamStart + duration
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.65.0",
"version": "0.66.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 8f4c87b

Please sign in to comment.