]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1761) ocpp-server@v4.0.2 simulator@v4.0.2 webui@v4.0.2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 29 Mar 2026 01:09:06 +0000 (03:09 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 01:09:06 +0000 (03:09 +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 be5c94eae7c1d2d7f589c7968049f5b3af256fff..b18b3dd3bf63a39d36cbddf7f73abb67d43ded83 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "4.0.1",
-  "ui/web": "4.0.1",
-  "tests/ocpp-server": "4.0.1"
+  ".": "4.0.2",
+  "ui/web": "4.0.2",
+  "tests/ocpp-server": "4.0.2"
 }
index ee94a655c209ec0898fba2f5c5e52214dd07feeb..68705894ed3a01afc245a4f4a6c6034fda7e6cf7 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- harmonize idToken type to ISO14443 between Authorize and TransactionEvent Started ([65db82b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/65db82b9f94bf0ae240aa6548752ea50f95532c7))
+
 ## [4.0.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.0.0...simulator@v4.0.1) (2026-03-29)
 
 ### 🐞 Bug Fixes
index 4a89626daca6e0a5b20edb80f0493c84a8acaee2..7abc46d5dce9a6eae335a3b6002019ecbacbfeba 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.0.1",
+  "version": "4.0.2",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 33f825ffd09860689296e8336bc34674208361be..1284ae9d08d21997086bd0571139bd14c2b4d52b 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.1
+sonar.projectVersion=4.0.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index de08a89cf9e3b8a2c8f1c2aea0771a15709e67b0..3d931ca1b119be509597229404ec232904af34b5 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.0.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.0.0...ocpp-server@v4.0.1) (2026-03-29)
 
 ### 🧹 Chores
index 1c52ec5c9187154613b828b7bdbb5b82b80d7927..30aa0ac733576cb8f0ca6cf1d3d72cbc70e50685 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.0.1"
+version = "4.0.2"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index c43e8614653d995b29c0736842cc530de23bbfc4..6407035ba56d90f40538c0731748ee2191021e12 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **webui:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.0.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.0.0...webui@v4.0.1) (2026-03-29)
 
 ### 🧹 Chores
index 103e3b76fc58aa0dddaa946bbf073a9da3e078ea..8f5b6516871359f3d202574fb232c4c9803e0171 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "4.0.1",
+  "version": "4.0.2",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 09f92e1dd0ff4783ecfcfbfdda69ca203912d885..1de38cd3d7f125decd0b88511619d8bc3de6bac5 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.1
+sonar.projectVersion=4.0.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.