]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1808)
authorJΓ©rΓ΄me Benoit <jerome.benoit@piment-noir.org>
Tue, 28 Apr 2026 17:06:10 +0000 (19:06 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2026 17:06:10 +0000 (19:06 +0200)
* chore: release main

* [autofix.ci] apply automated fixes

---------

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

index f03c4c224e0ea205380ab90b2f68c34024b2af1e..cdf95289363b8b35258bae3ab350add798d314ae 100644 (file)
@@ -1,7 +1,7 @@
 {
-  ".": "4.5.0",
-  "ui/common": "4.5.0",
-  "ui/cli": "4.5.0",
-  "ui/web": "4.5.0",
-  "tests/ocpp-server": "4.5.0"
+  ".": "4.5.1",
+  "ui/common": "4.5.1",
+  "ui/cli": "4.5.1",
+  "ui/web": "4.5.1",
+  "tests/ocpp-server": "4.5.1"
 }
index 8eb9cc017a0b505b1860a517242088e93acc2184..de2ae68fd0c1ab9e0b8beddbb500dabaab6ce8b0 100644 (file)
@@ -1,5 +1,21 @@
 # Changelog
 
+## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.5.0...simulator@v4.5.1) (2026-04-28)
+
+### πŸž Bug Fixes
+
+- align Keba OCPP2 templates with OCPP 2.0.1 SampledDataCtrlr specs ([bb476f6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bb476f6d88b227e48fabbabfae43f3d4a690e6b3))
+- **deps:** update all non-major dependencies ([#1809](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1809)) ([e0e14c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e0e14c14774c700617f52a0717097edf7bf2b940))
+- **deps:** update all non-major dependencies ([#1811](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1811)) ([e2085ec](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e2085ec9095e519356b966f66afb91abd3e22953))
+- **deps:** update all non-major dependencies ([#1814](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1814)) ([e9e6bed](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e9e6bed9f8dfb202f4ae2d6e0b083e753123e3b5))
+- **simulator:** add connector Finishing state lifecycle simulation ([#1227](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1227)) ([#1812](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1812)) ([3578a8b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3578a8b8f0893208b9d6d2229a49c9721aa67144))
+- **simulator:** quote command names in log messages for readability ([b745ee6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b745ee606cdc0c4da28c9df12e937ad07aaf4e10))
+- **simulator:** set postTransactionDelay to 2s on ABB station templates ([e943acb](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e943acbad3eccefad199be2b7a9b7afe8d5b4baf))
+
+### πŸ“š Documentation
+
+- harmonize agent instructions across tools ([1be466e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1be466efbeec3d88be46d547fd23c3fa84603337))
+
 ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.4.0...simulator@v4.5.0) (2026-04-22)
 
 ### πŸš€ Features
index 4e1b6875da39b16d86bd403208345cd45feb8cf9..9d8ea182d09d18c3798b56e5a68af3e4cc7bfe18 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.5.0",
+  "version": "4.5.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index b409668c535ff20cf175b5dd8b99e74ead67e813..ba265ef66a1ead2f0f46fd3f59025b43b8af25b4 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.5.0
+sonar.projectVersion=4.5.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 60a3dd6caec596c8629eb0bd8f2077285489632f..65150b47453e2cbb38662b5e1496049f6c65a18b 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.5.0...ocpp-server@v4.5.1) (2026-04-28)
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1811](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1811)) ([e2085ec](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e2085ec9095e519356b966f66afb91abd3e22953))
+
 ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.4.0...ocpp-server@v4.5.0) (2026-04-22)
 
 ### πŸš€ Features
index 08b3e24581bf508d2f68e7ca53c608841ed02d38..1b5d43f8952e143e7e048974f72e1d90e05a2212 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.5.0"
+version = "4.5.1"
 description = "OCPP2 mock server"
 authors = [{ name = "JΓ©rΓ΄me Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 439cc92360d78c612b0eb5b940227cf2f41feb68..853eaaa9241f51eb71fe404bd2d31e6094a43cf2 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.5.0...cli@v4.5.1) (2026-04-28)
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1809](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1809)) ([e0e14c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e0e14c14774c700617f52a0717097edf7bf2b940))
+
 ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.4.0...cli@v4.5.0) (2026-04-22)
 
 ### πŸš€ Features
index 0d13e4b7bf1dcf1caf68e5baf33c8d9a92c5ed43..7924931b36bfe19be0b96fcac73b9d5b550dc9a8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "cli",
-  "version": "4.5.0",
+  "version": "4.5.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index edfd6d89eb62900b6311e0a3bae9cdd0045bcb8b..f6593b3d2c5f3e04a6d802a6712345cb1a45d6d0 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-cli
 # x-release-please-start-version
-sonar.projectVersion=4.5.0
+sonar.projectVersion=4.5.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 1ef6ef608db38e796c8d64099b488cc16d3c99f2..c8f65267a2a759ca7e9be8c748123fa74e2232cc 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.5.0...ui-common@v4.5.1) (2026-04-28)
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1809](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1809)) ([e0e14c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e0e14c14774c700617f52a0717097edf7bf2b940))
+
 ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.4.0...ui-common@v4.5.0) (2026-04-22)
 
 ### πŸš€ Features
index 49a59b3abf25c95f1f218304efc9c51ad129a9e2..a97899a75959fd38643ca7e718475e1df61fa770 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "ui-common",
-  "version": "4.5.0",
+  "version": "4.5.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 926d41064fc3990bc45dd952c9708d728117de66..58c6df4d0215efc9db5686ba5bd9fe0532e9b07c 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-ui-common
 # x-release-please-start-version
-sonar.projectVersion=4.5.0
+sonar.projectVersion=4.5.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 12c5960244f899b775086d53d4e5b65541057bc1..529e10fc1db51a6bc6900df2d020096bfe644524 100644 (file)
@@ -1,5 +1,13 @@
 # Changelog
 
+## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.5.0...webui@v4.5.1) (2026-04-28)
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1809](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1809)) ([e0e14c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e0e14c14774c700617f52a0717097edf7bf2b940))
+- **deps:** update all non-major dependencies ([#1811](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1811)) ([e2085ec](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e2085ec9095e519356b966f66afb91abd3e22953))
+- **deps:** update all non-major dependencies ([#1814](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1814)) ([e9e6bed](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e9e6bed9f8dfb202f4ae2d6e0b083e753123e3b5))
+
 ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.4.0...webui@v4.5.0) (2026-04-22)
 
 ### πŸš€ Features
index 88dc96189d41862c341c38668c39cc5ac89d3a15..a45de36ea178a9dc4070be8a04c859c9fee1ad4b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "4.5.0",
+  "version": "4.5.1",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 4e6a947ca485357a8805bfbef93260f2e7f6e186..d0187b00fa98fdd18bc05005e4ca409c4a9c84cc 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.5.0
+sonar.projectVersion=4.5.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.