From 87f7f45e7a48ca9aff65f613dc2fa5f70824a639 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 29 Mar 2026 03:09:06 +0200 Subject: [PATCH] chore: release main (#1761) * 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 | 6 ++++++ 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, 26 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index be5c94ea..b18b3dd3 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee94a655..68705894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4a89626d..7abc46d5 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/sonar-project.properties b/sonar-project.properties index 33f825ff..1284ae9d 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=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. diff --git a/tests/ocpp-server/CHANGELOG.md b/tests/ocpp-server/CHANGELOG.md index de08a89c..3d931ca1 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -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 diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 1c52ec5c..30aa0ac7 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -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" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index c43e8614..6407035b 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -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 diff --git a/ui/web/package.json b/ui/web/package.json index 103e3b76..8f5b6516 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -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", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 09f92e1d..1de38cd3 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=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. -- 2.43.0