From: Jérôme Benoit Date: Fri, 8 May 2026 18:55:37 +0000 (+0200) Subject: chore: release main (#1842) X-Git-Tag: cli@v4.7.1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=cb03c2c80af06827ebcbfade9a51616aedc25e56;p=e-mobility-charging-stations-simulator.git chore: release main (#1842) * 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 ba2ea10d..5e6056c5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - ".": "4.7.0", - "ui/common": "4.7.0", - "ui/cli": "4.7.0", - "ui/web": "4.7.0", - "tests/ocpp-server": "4.7.0" + ".": "4.7.1", + "ui/common": "4.7.1", + "ui/cli": "4.7.1", + "ui/web": "4.7.1", + "tests/ocpp-server": "4.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eeba9db..7bd378d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [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 + +- **deps:** update all non-major dependencies ([#1840](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1840)) ([564c935](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/564c935521dd9ae44ef2a06a3dfe5a947cf7d8da)) +- **sandcastle:** patch pi thinking option and replace type indirections ([550e294](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/550e29441d49dc09a8098ad4eed8a67c22d531ea)) +- **sandcastle:** update pi package to @earendil-works/pi-coding-agent ([3be5314](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3be531486fe1871c7cd7755915e4aa9ce1ba50ca)) +- **sandcastle:** wire reasoning effort through to agent providers ([bd65c6c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bd65c6c368bf359f53a923425fbbd22d57bf3262)) + ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.6.1...simulator@v4.7.0) (2026-05-07) ### 🚀 Features diff --git a/package.json b/package.json index 9842f2cd..addbe123 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.0", + "version": "4.7.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index e5885fb2..5818764b 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.0 +sonar.projectVersion=4.7.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 5f3a4bf0..dcdf5132 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.6.1...ocpp-server@v4.7.0) (2026-05-07) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index e4b78315..27f2f81c 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.7.0" +version = "4.7.1" 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 4f8cb477..76c37c97 100644 --- a/ui/cli/CHANGELOG.md +++ b/ui/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 + +- **cli:** Synchronize simulator-ui-ocpp-server versions + ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.6.1...cli@v4.7.0) (2026-05-07) ### 🐞 Bug Fixes diff --git a/ui/cli/package.json b/ui/cli/package.json index 291c9988..68b5190a 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.0", + "version": "4.7.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/ui/cli/sonar-project.properties b/ui/cli/sonar-project.properties index 017ec96b..caa90f20 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.0 +sonar.projectVersion=4.7.1 # 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 917e6825..314454a1 100644 --- a/ui/common/CHANGELOG.md +++ b/ui/common/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 + +- **ui-common:** Synchronize simulator-ui-ocpp-server versions + ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.6.1...ui-common@v4.7.0) (2026-05-07) ### 🐞 Bug Fixes diff --git a/ui/common/package.json b/ui/common/package.json index 227af9d2..e8c2d2fb 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.0", + "version": "4.7.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/ui/common/sonar-project.properties b/ui/common/sonar-project.properties index 35772a0f..e4b2011e 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.0 +sonar.projectVersion=4.7.1 # 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 f57a5c29..55d5f8e6 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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 + +- **ui/web:** fix editable pill hover visibility in light themes ([5550697](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5550697fe8b711f3b206602d67ebb2f461a9778b)) +- **ui/web:** smooth icon-btn danger hover shadow and remove dead token ([528e9e0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/528e9e06fd45bde0c1e8c80030c96af58304e4b5)) + +### ✨ Polish + +- **ui/web:** remove redundant connector status column from classic skin ([2b1db3b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2b1db3b373a8c1bf5f7a2fe41bc030c77ac8d51f)) + ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.6.1...web@v4.7.0) (2026-05-07) ### 🐞 Bug Fixes diff --git a/ui/web/package.json b/ui/web/package.json index 460fe168..e8f4f703 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.0", + "version": "4.7.1", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index c80afebb..f6c4c944 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.0 +sonar.projectVersion=4.7.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.