From: Jérôme Benoit Date: Sun, 29 Mar 2026 11:14:57 +0000 (+0200) Subject: chore: release main (#1762) X-Git-Tag: ocpp-server@v4.0.3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6ef6c82f4f7c09fde01b6e654c6435c69d77c701;p=e-mobility-charging-stations-simulator.git chore: release main (#1762) * chore: release main * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index b18b3dd3..49fc881e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "4.0.2", - "ui/web": "4.0.2", - "tests/ocpp-server": "4.0.2" + ".": "4.0.3", + "ui/web": "4.0.3", + "tests/ocpp-server": "4.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68705894..976da3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.0.2...simulator@v4.0.3) (2026-03-29) + +### ✨ Polish + +- simplify getNumberOfReservableConnectors using iterateConnectors ([58012bc](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/58012bcb63273480005bd42a80842d636ade3ae5)) + ## [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 diff --git a/package.json b/package.json index 7abc46d5..9c980616 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.2", + "version": "4.0.3", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index 1284ae9d..c72d4deb 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.2 +sonar.projectVersion=4.0.3 # 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 3d931ca1..89735044 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.0.2...ocpp-server@v4.0.3) (2026-03-29) + +### 🧹 Chores + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [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 diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 30aa0ac7..04318041 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.0.2" +version = "4.0.3" 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 6407035b..1de248fe 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.0.2...webui@v4.0.3) (2026-03-29) + +### 🧹 Chores + +- **webui:** Synchronize simulator-ui-ocpp-server versions + ## [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 diff --git a/ui/web/package.json b/ui/web/package.json index 8f5b6516..06669486 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.2", + "version": "4.0.3", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 1de38cd3..7e834f08 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.2 +sonar.projectVersion=4.0.3 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.