]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1760) ocpp-server@v4.0.1 simulator@v4.0.1 webui@v4.0.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 29 Mar 2026 00:53:58 +0000 (01:53 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 00:53:58 +0000 (01:53 +0100)
* 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 7356b12dd5217e07edfae9eb8a7dcf72c7d628e1..be5c94eae7c1d2d7f589c7968049f5b3af256fff 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "4.0.0",
-  "ui/web": "4.0.0",
-  "tests/ocpp-server": "4.0.0"
+  ".": "4.0.1",
+  "ui/web": "4.0.1",
+  "tests/ocpp-server": "4.0.1"
 }
index f5632028fcb617c4c76a02dd5d7094238bac96be..ee94a655c209ec0898fba2f5c5e52214dd07feeb 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- improve OCPP 2.0.1 TransactionEvent spec compliance ([1ce9dee](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1ce9deebbd681c05059abda20d7658a37d418992))
+
 ## [4.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.4.0...simulator@v4.0.0) (2026-03-28)
 
 ### ⚠ BREAKING CHANGES
index 565299cca96489f53fde683939eb9a33720982c0..4a89626daca6e0a5b20edb80f0493c84a8acaee2 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.0.0",
+  "version": "4.0.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 11621c1eee97e133d3729d39c0565a703f158f2c..33f825ffd09860689296e8336bc34674208361be 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.0
+sonar.projectVersion=4.0.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index a9f2db57a41de939dd384b9664658ea5113db7b4..de08a89cf9e3b8a2c8f1c2aea0771a15709e67b0 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.4.0...ocpp-server@v4.0.0) (2026-03-28)
 
 ### 🐞 Bug Fixes
index ed1979f038c7ae3c4b19b3ffab4962a91309b5f0..1c52ec5c9187154613b828b7bdbb5b82b80d7927 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.0.0"
+version = "4.0.1"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 6309b07b5c9062b46130b58bb627b86739852f72..c43e8614653d995b29c0736842cc530de23bbfc4 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **webui:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.4.0...webui@v4.0.0) (2026-03-28)
 
 ### ⚠ BREAKING CHANGES
index 8fd4c0d70e3b38dba0a4759f2aee5858804bc8dc..103e3b76fc58aa0dddaa946bbf073a9da3e078ea 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "4.0.0",
+  "version": "4.0.1",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 124abc40f5dcc280e46a5fecbebfad1be47e33f2..09f92e1dd0ff4783ecfcfbfdda69ca203912d885 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.0
+sonar.projectVersion=4.0.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.