From 4d311ed2ae2c3316ec16143b5d44724e786bf193 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 13 Jan 2026 16:42:33 +0100 Subject: [PATCH] chore: release main (#1645) * 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 | 6 +++--- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- tests/ocpp-server/CHANGELOG.md | 6 ++++++ tests/ocpp-server/pyproject.toml | 2 +- ui/web/CHANGELOG.md | 6 ++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 9 files changed, 33 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index b31dd187..b95ca007 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b78739b8..43a5b41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6bc1d64b..7eeb4c16 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/sonar-project.properties b/sonar-project.properties index 558f2e03..d48cace9 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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. diff --git a/tests/ocpp-server/CHANGELOG.md b/tests/ocpp-server/CHANGELOG.md index 6dd3976c..6198651b 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -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 diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 5536df02..4d5eb421 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 280e6100..d938965b 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -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 diff --git a/ui/web/package.json b/ui/web/package.json index fe95246a..a371e27a 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -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", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 4adee9d9..13d152ae 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -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. -- 2.43.0