Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SAP/e-mobility-charging-stations-si…
Browse files Browse the repository at this point in the history
…mulator
  • Loading branch information
jerome-benoit committed Jul 5, 2024
2 parents 3196db2 + 890b9a3 commit 3715bd3
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.4.0",
"ui/web": "1.4.0",
"tests/ocpp-server": "1.4.0"
".": "1.4.1",
"ui/web": "1.4.1",
"tests/ocpp-server": "1.4.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.4.1) (2024-07-05)

### 🐞 Fixes

- **ci:** fix release branches creation ([f727f02](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f727f029cb974cffb38a2c569173730b6b808e3f))

### ✨ Polish

- **ci:** cleanup release-please configuration ([9880e6f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9880e6fed0333e17aad03f33e5ec4ee6307510ec))

## [1.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]) (2024-07-04)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "e-mobility-charging-stations-simulator",
"version": "1.4.0",
"version": "1.4.1",
"engines": {
"node": ">=18.18.0",
"pnpm": ">=9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.organization=sap-1
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=e-mobility-charging-stations-simulator
# x-release-please-start-version
sonar.projectVersion=1.4.0
sonar.projectVersion=1.4.1
# x-release-please-end

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down
6 changes: 6 additions & 0 deletions tests/ocpp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.4.1) (2024-07-05)

### 🧹 Chores

- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions

## [1.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]) (2024-07-04)

### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion tests/ocpp-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ocpp-server"
version = "1.4.0"
version = "1.4.1"
description = "OCPP2 mock server"
authors = ["Jérôme Benoit <[email protected]>"]
readme = "README.md"
Expand Down
6 changes: 6 additions & 0 deletions ui/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.4.1) (2024-07-05)

### 🐞 Fixes

- **ci:** fix release branches creation ([f727f02](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f727f029cb974cffb38a2c569173730b6b808e3f))

## [1.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]) (2024-07-04)

### 🤖 Automation
Expand Down
2 changes: 1 addition & 1 deletion ui/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "webui",
"version": "1.4.0",
"version": "1.4.1",
"readme": "README.md",
"engines": {
"node": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/web/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.organization=sap-1
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=e-mobility-charging-stations-simulator-webui
# x-release-please-start-version
sonar.projectVersion=1.4.0
sonar.projectVersion=1.4.1
# x-release-please-end

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down

0 comments on commit 3715bd3

Please sign in to comment.