From 06fccc188addd0139556d61b2af504d0a21253ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 17 Mar 2026 14:25:26 +0100 Subject: [PATCH] chore: release main (#1732) * 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 | 18 ++++++++++++++++++ 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, 38 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index b45eb990..445f7804 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "3.1.1", - "ui/web": "3.1.1", - "tests/ocpp-server": "3.1.1" + ".": "3.1.2", + "ui/web": "3.1.2", + "tests/ocpp-server": "3.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe5db57..2118f3ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [3.1.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.1.1...simulator@v3.1.2) (2026-03-17) + +### 🐞 Bug Fixes + +- **ocpp2:** use convertToDate() for all incoming date fields in handlers ([ecac380](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ecac380caad1e22e6bbd1ae048d2999ebee66249)) +- **ui:** use runtime imports for enums and disable lint rule for .d.ts ([e907244](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e90724441d83cae950cd70dca786388678be292d)) + +### ✨ Polish + +- enforce consistent-type-imports eslint rule and fix violations ([7d80b04](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7d80b046ec9ec33ab00a173959aa9b24605ac548)) +- re-export OCPPAuthServiceFactory in ocpp barrel and fix cross-sub-component imports ([51d1eaf](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/51d1eaf71f90136f548d988274db071e43857b03)) +- replace const enum with enum for cross-module runtime compatibility ([4e782ee](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4e782ee257d5140eda529d72495ccbd4e4bcc882)) + +### 📚 Documentation + +- remove redundant common pitfalls from code style conventions ([9a56369](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9a5636917991360438feddfce9f7e4dc1ae4cdd9)) +- update openspec config with current project structure and conventions ([174c020](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/174c020968e0136e11874b82ae25904f0ab39c13)) + ## [3.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.1.0...simulator@v3.1.1) (2026-03-16) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 876d62a8..15f0a998 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "3.1.1", + "version": "3.1.2", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index 3bc919ec..9b35be8d 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=3.1.1 +sonar.projectVersion=3.1.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 13777602..1bd85862 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.1.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.1.1...ocpp-server@v3.1.2) (2026-03-17) + +### 🐞 Bug Fixes + +- **ocpp-server:** update to websockets 16.x API (request.headers, request.path) ([9ea92a4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9ea92a4d4e0910b0f1d5431ccbc88807d6cf8674)) + ## [3.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.1.0...ocpp-server@v3.1.1) (2026-03-16) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index f5999727..5762415f 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "3.1.1" +version = "3.1.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 4942c2ec..b515c44f 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.1.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.1.1...webui@v3.1.2) (2026-03-17) + +### 🐞 Bug Fixes + +- **ui:** use runtime imports for enums and disable lint rule for .d.ts ([e907244](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e90724441d83cae950cd70dca786388678be292d)) + ## [3.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.1.0...webui@v3.1.1) (2026-03-16) ### 🧹 Chores diff --git a/ui/web/package.json b/ui/web/package.json index 96dca3b5..7a99186a 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "3.1.1", + "version": "3.1.2", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 8f5a91d4..1f17e7c1 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=3.1.1 +sonar.projectVersion=3.1.2 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -- 2.43.0