From f279a210eab194d0bceefb45f0fe2110275d3ab4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 9 May 2026 20:15:07 +0200 Subject: [PATCH] chore: release main (#1846) * 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 | 10 +++++----- CHANGELOG.md | 6 ++++++ package.json | 2 +- sonar-project.properties | 2 +- tests/ocpp-server/CHANGELOG.md | 6 ++++++ tests/ocpp-server/pyproject.toml | 2 +- ui/cli/CHANGELOG.md | 6 ++++++ ui/cli/package.json | 2 +- ui/cli/sonar-project.properties | 2 +- ui/common/CHANGELOG.md | 6 ++++++ ui/common/package.json | 2 +- ui/common/sonar-project.properties | 2 +- ui/web/CHANGELOG.md | 6 ++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 15 files changed, 44 insertions(+), 14 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5e6056c5..afb521bf 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - ".": "4.7.1", - "ui/common": "4.7.1", - "ui/cli": "4.7.1", - "ui/web": "4.7.1", - "tests/ocpp-server": "4.7.1" + ".": "4.7.2", + "ui/common": "4.7.2", + "ui/cli": "4.7.2", + "ui/web": "4.7.2", + "tests/ocpp-server": "4.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd378d8..fe2bf05f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.1...simulator@v4.7.2) (2026-05-09) + +### 🐞 Bug Fixes + +- resolve [#1244](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1244) — add per-connector maximum power support ([#1843](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1843)) ([c9994a3](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c9994a3576f300bffd6efce3a5c216a58010bb92)) + ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.0...simulator@v4.7.1) (2026-05-08) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 03a872f1..1db14f63 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.7.1", + "version": "4.7.2", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index 5818764b..e78b51f7 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.7.1 +sonar.projectVersion=4.7.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 dcdf5132..7effee9a 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.7.1...ocpp-server@v4.7.2) (2026-05-09) + +### 🧹 Chores + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.7.0...ocpp-server@v4.7.1) (2026-05-08) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 27f2f81c..4be87401 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.7.1" +version = "4.7.2" description = "OCPP2 mock server" authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }] readme = "README.md" diff --git a/ui/cli/CHANGELOG.md b/ui/cli/CHANGELOG.md index 76c37c97..15058af2 100644 --- a/ui/cli/CHANGELOG.md +++ b/ui/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.7.1...cli@v4.7.2) (2026-05-09) + +### 🧹 Chores + +- **cli:** Synchronize simulator-ui-ocpp-server versions + ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.7.0...cli@v4.7.1) (2026-05-08) ### 🧹 Chores diff --git a/ui/cli/package.json b/ui/cli/package.json index 68b5190a..e0883a02 100644 --- a/ui/cli/package.json +++ b/ui/cli/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "cli", - "version": "4.7.1", + "version": "4.7.2", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/ui/cli/sonar-project.properties b/ui/cli/sonar-project.properties index caa90f20..6d27a7e8 100644 --- a/ui/cli/sonar-project.properties +++ b/ui/cli/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-cli # x-release-please-start-version -sonar.projectVersion=4.7.1 +sonar.projectVersion=4.7.2 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. diff --git a/ui/common/CHANGELOG.md b/ui/common/CHANGELOG.md index 314454a1..42e0103e 100644 --- a/ui/common/CHANGELOG.md +++ b/ui/common/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.7.1...ui-common@v4.7.2) (2026-05-09) + +### 🧹 Chores + +- **ui-common:** Synchronize simulator-ui-ocpp-server versions + ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.7.0...ui-common@v4.7.1) (2026-05-08) ### 🧹 Chores diff --git a/ui/common/package.json b/ui/common/package.json index e8c2d2fb..4bb7473d 100644 --- a/ui/common/package.json +++ b/ui/common/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "ui-common", - "version": "4.7.1", + "version": "4.7.2", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/ui/common/sonar-project.properties b/ui/common/sonar-project.properties index e4b2011e..67c5e4ed 100644 --- a/ui/common/sonar-project.properties +++ b/ui/common/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-ui-common # x-release-please-start-version -sonar.projectVersion=4.7.1 +sonar.projectVersion=4.7.2 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 55d5f8e6..747efed6 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.7.1...web@v4.7.2) (2026-05-09) + +### 🧹 Chores + +- **web:** Synchronize simulator-ui-ocpp-server versions + ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.7.0...web@v4.7.1) (2026-05-08) ### 🐞 Bug Fixes diff --git a/ui/web/package.json b/ui/web/package.json index e8f4f703..90d33151 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "web", - "version": "4.7.1", + "version": "4.7.2", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index f6c4c944..5aa98505 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-web # x-release-please-start-version -sonar.projectVersion=4.7.1 +sonar.projectVersion=4.7.2 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -- 2.43.0