Skip to content

Commit 6dcd357

Browse files
committed
chore: release main
1 parent 79a4089 commit 6dcd357

15 files changed

Lines changed: 56 additions & 14 deletions
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "4.7.3",
3-
"ui/common": "4.7.3",
4-
"ui/cli": "4.7.3",
5-
"ui/web": "4.7.3",
6-
"tests/ocpp-server": "4.7.3"
2+
".": "4.8.0",
3+
"ui/common": "4.8.0",
4+
"ui/cli": "4.8.0",
5+
"ui/web": "4.8.0",
6+
"tests/ocpp-server": "4.8.0"
77
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.8.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.3...simulator@v4.8.0) (2026-05-17)
4+
5+
6+
### 🚀 Features
7+
8+
* resolve [#1020](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1020) — Persist minimal simulator state and reconstruct template indexes on startup ([#1858](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1858)) ([79a4089](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/79a4089c3cbd329e9356096f8a6608d43b539228))
9+
10+
11+
### 🤖 Automation
12+
13+
* **sandcastle:** align task timeout with 10 critic rounds budget ([d49b95e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d49b95e99e45bbdd955d16d9736f8824e059aafe))
14+
* **sandcastle:** increase idle and validation timeouts for robustness ([0957b35](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/0957b35a873b4098a84f6d71178a6947faed6566))
15+
* **vscode:** align workspace folders with monorepo structure ([348a78d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/348a78d7ca2675e7cce2d07ea0872d7d1334251b))
16+
317
## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.2...simulator@v4.7.3) (2026-05-13)
418

519
### 🐞 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "e-mobility-charging-stations-simulator",
4-
"version": "4.7.3",
4+
"version": "4.8.0",
55
"engines": {
66
"node": ">=22.0.0",
77
"pnpm": ">=10.9.0"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=sap-1
44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=e-mobility-charging-stations-simulator
66
# x-release-please-start-version
7-
sonar.projectVersion=4.7.3
7+
sonar.projectVersion=4.8.0
88
# x-release-please-end
99

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

tests/ocpp-server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.8.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.7.3...ocpp-server@v4.8.0) (2026-05-17)
4+
5+
6+
### 🧹 Chores
7+
8+
* **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
9+
310
## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.7.2...ocpp-server@v4.7.3) (2026-05-13)
411

512
### 🧹 Chores

tests/ocpp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ocpp-server"
3-
version = "4.7.3"
3+
version = "4.8.0"
44
description = "OCPP2 mock server"
55
authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
66
readme = "README.md"

ui/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.8.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.7.3...cli@v4.8.0) (2026-05-17)
4+
5+
6+
### 🧹 Chores
7+
8+
* **cli:** Synchronize simulator-ui-ocpp-server versions
9+
310
## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.7.2...cli@v4.7.3) (2026-05-13)
411

512
### 🐞 Bug Fixes

ui/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "cli",
4-
"version": "4.7.3",
4+
"version": "4.8.0",
55
"engines": {
66
"node": ">=22.0.0",
77
"pnpm": ">=10.9.0"

ui/cli/sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=sap-1
44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=e-mobility-charging-stations-simulator-cli
66
# x-release-please-start-version
7-
sonar.projectVersion=4.7.3
7+
sonar.projectVersion=4.8.0
88
# x-release-please-end
99

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

ui/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.8.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.7.3...ui-common@v4.8.0) (2026-05-17)
4+
5+
6+
### 🧹 Chores
7+
8+
* **ui-common:** Synchronize simulator-ui-ocpp-server versions
9+
310
## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.7.2...ui-common@v4.7.3) (2026-05-13)
411

512
### ✨ Polish

0 commit comments

Comments
 (0)