]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1762) ocpp-server@v4.0.3 simulator@v4.0.3 v4.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 29 Mar 2026 11:14:57 +0000 (13:14 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 11:14:57 +0000 (13:14 +0200)
* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/release-please/manifest.json
CHANGELOG.md
package.json
sonar-project.properties
tests/ocpp-server/CHANGELOG.md
tests/ocpp-server/pyproject.toml
ui/web/CHANGELOG.md
ui/web/package.json
ui/web/sonar-project.properties

index b18b3dd3bf63a39d36cbddf7f73abb67d43ded83..49fc881e304dce6a413072974d26a3384fffec5b 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "4.0.2",
-  "ui/web": "4.0.2",
-  "tests/ocpp-server": "4.0.2"
+  ".": "4.0.3",
+  "ui/web": "4.0.3",
+  "tests/ocpp-server": "4.0.3"
 }
index 68705894ed3a01afc245a4f4a6c6034fda7e6cf7..976da3bbdb4d85e2ff51c3df777ec3ad403e9b6f 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.0.2...simulator@v4.0.3) (2026-03-29)
+
+### ✨ Polish
+
+- simplify getNumberOfReservableConnectors using iterateConnectors ([58012bc](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/58012bcb63273480005bd42a80842d636ade3ae5))
+
 ## [4.0.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.0.1...simulator@v4.0.2) (2026-03-29)
 
 ### 🐞 Bug Fixes
index 7abc46d5dce9a6eae335a3b6002019ecbacbfeba..9c9806166b2f3b662706c0228a4c207ee8f4aa90 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.0.2",
+  "version": "4.0.3",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 1284ae9d08d21997086bd0571139bd14c2b4d52b..c72d4deba8b46360d2357ce2947b173b6c444a72 100644 (file)
@@ -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=4.0.2
+sonar.projectVersion=4.0.3
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 3d931ca1b119be509597229404ec232904af34b5..897350447da99aab449dc0b75593b8c48fc89041 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.0.2...ocpp-server@v4.0.3) (2026-03-29)
+
+### 🧹 Chores
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.0.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.0.1...ocpp-server@v4.0.2) (2026-03-29)
 
 ### 🧹 Chores
index 30aa0ac733576cb8f0ca6cf1d3d72cbc70e50685..043180414d80ced1fb22e43f901f23d002cec54b 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.0.2"
+version = "4.0.3"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 6407035ba56d90f40538c0731748ee2191021e12..1de248fe39c8841124dc28be8e853d74e76f745a 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.0.2...webui@v4.0.3) (2026-03-29)
+
+### 🧹 Chores
+
+- **webui:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.0.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.0.1...webui@v4.0.2) (2026-03-29)
 
 ### 🧹 Chores
index 8f5b6516871359f3d202574fb232c4c9803e0171..06669486ed0fc7a9c0abf2f97b3038f359c0b909 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "4.0.2",
+  "version": "4.0.3",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 1de38cd3d7f125decd0b88511619d8bc3de6bac5..7e834f08894788d27e8c15f10bbd94f73343e805 100644 (file)
@@ -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=4.0.2
+sonar.projectVersion=4.0.3
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.