Skip to content

Commit

Permalink
Merge pull request #2505 from sap-labs-france/master-qa
Browse files Browse the repository at this point in the history
Merge master-qa
  • Loading branch information
LucasBrazi06 authored Jul 20, 2021
2 parents 5419a61 + f721a7b commit 86d7096
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -2,7 +2,7 @@
"name": "ev-dashboard",
"description": "Dashboard for Electric Vehicle charging station",
"homepage": "https://github.com/sap-labs-france/ev-dashboard",
"version": "2.4.77",
"version": "2.4.78",
"engines": {
"npm": "6.x.x."
},
Expand Down
15 changes: 15 additions & 0 deletions src/app/release-notes/release-notes.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ export class ReleaseNotesComponent {

public buildReleaseNotes() {
this.releaseNotes = [
{
version: '2.4.78',
date: new Date('2021-07-20'),
componentChanges: [
{
name: 'Dashboard',
changes: [
`Do not try to process OCPI sessions in progress`,
`Always check OCPI Sessions and CDRs once in the Job`,
`End of Charge notification is sent only once`,
`Increase database performances in clustered environment`,
],
},
],
},
{
version: '2.4.77',
date: new Date('2021-07-18'),
Expand Down
1 change: 1 addition & 0 deletions src/assets/scss/dashboard/_sidebar-and-main-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.small-logo-img {
@extend .animation-transition-general;
max-height: 25px;
max-width: 50px;
margin: 8px;
}
.caret {
Expand Down

0 comments on commit 86d7096

Please sign in to comment.