]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1645) ocpp-server@v2.2.1 simulator@v2.2.1 v2 v2.2 webui@v2.2.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 13 Jan 2026 15:42:33 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Jan 2026 15:42:33 +0000 (16:42 +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 b31dd187a22ea444022d459e36c60b71671f79bb..b95ca0077c5e037a9eef4ee1ccb632ab34cf75fc 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "2.2.0",
-  "ui/web": "2.2.0",
-  "tests/ocpp-server": "2.2.0"
+  ".": "2.2.1",
+  "ui/web": "2.2.1",
+  "tests/ocpp-server": "2.2.1"
 }
index b78739b8d692e46d64c8ca89e5bbd1194582272e..43a5b41c1dc7da5b2418034f98a29aa8b36cc239 100644 (file)
@@ -1,5 +1,18 @@
 # Changelog
 
+## [2.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.2.0...simulator@v2.2.1) (2026-01-13)
+
+### 🐞 Bug Fixes
+
+- Change connector boot status to be available at boot ([#1641](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1641)) ([bfa969d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bfa969df43bd10de06ae3bc29f7d7707df853d77))
+- ensure proper cleanup of BroadcastChannel resources in AbstractUIService tests ([65bce4e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/65bce4e9f012d56037dd989f68b0315e002bdd6a))
+- harden ChargingStation null-safety ([25c83d2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/25c83d205b95c11f34c5bc5091f00ca405518f36))
+- improve configuration file validation and error handling ([eb0e74e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/eb0e74e703460a3b87352eaee21d0376d68de983))
+
+### 🧪 Tests
+
+- adjust tolerance for delay checks ([cede720](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/cede720d9d53cfdd83483012de330fb833cda634))
+
 ## [2.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.1.0...simulator@v2.2.0) (2026-01-08)
 
 ### 🚀 Features
index 6bc1d64bf7eb9695a58136d363ccfc995f4ce470..7eeb4c16187480185ce64aac1278cda041bc9f79 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "2.2.0",
+  "version": "2.2.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=9.0.0"
index 558f2e032d36061bd8040af9a5ac7e7241926804..d48cace9d19443fac8f3eadb23886a952cb00697 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=2.2.0
+sonar.projectVersion=2.2.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 6dd3976c2544a6ed58f3e85591f78e0f0a338021..6198651b1ec788e4b2c2fa3474c7fa529a3e7525 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [2.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.2.0...ocpp-server@v2.2.1) (2026-01-13)
+
+### 🧹 Chores
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [2.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.1.0...ocpp-server@v2.2.0) (2026-01-08)
 
 ### 🚀 Features
index 5536df0293dcfd87ed6b7ca1487dcb7a03907a46..4d5eb4219b7f2fe442fa694db320ac415cb0ff26 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ocpp-server"
-version = "2.2.0"
+version = "2.2.1"
 description = "OCPP2 mock server"
 authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
 readme = "README.md"
index 280e61005c327517db368fb9ba2d1bbaab3f9a80..d938965ba1dd7527d08011418d821882133998b4 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [2.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.2.0...webui@v2.2.1) (2026-01-13)
+
+### 🧹 Chores
+
+- **webui:** Synchronize simulator-ui-ocpp-server versions
+
 ## [2.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.1.0...webui@v2.2.0) (2026-01-08)
 
 ### 🚀 Features
index fe95246a67135bd43543541d9447118c403637e1..a371e27aab446e71531ec66378d11e68837a96dc 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "2.2.0",
+  "version": "2.2.1",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 4adee9d9de4b385e15d0d34e138dfcec6087405b..13d152ae15329b74cff0a9481bd6f7e5e790d9da 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=2.2.0
+sonar.projectVersion=2.2.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.