Skip to content

Commit

Permalink
Add release notes for 0.34.0 (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Jul 21, 2022
1 parent 1e2f333 commit 597b049
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

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.34.0]()
## [0.34.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.34.0)
* Notable changes for users:
* Run tags update is now integrated in the global run update
* LHC Fill overview's run lists are now hyperlinks to the corresponding run detail page
* A spinner is displayed in each table when data is loading
* Notable changes for developers:
* `GET` RUNS API:
* `tag` filter do not exist anymore, it is replaced by `tags` which is the list of tags texts to filter on
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.33.0', hostname: '-', port: '4000' },
{ type: 'Bookkeeping', version: '0.34.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.33.0",
"version": "0.34.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 597b049

Please sign in to comment.