From: Jérôme Benoit Date: Mon, 29 Jun 2026 22:44:06 +0000 (+0200) Subject: chore: release main (#1928) X-Git-Tag: cli@v4.10.1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bf738466df42521d520e9d96d98723cf228403b8;p=e-mobility-charging-stations-simulator.git chore: release main (#1928) * 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 92c847c0..fac87cc6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - ".": "4.10.0", - "ui/common": "4.10.0", - "ui/cli": "4.10.0", - "ui/web": "4.10.0", - "tests/ocpp-server": "4.10.0" + ".": "4.10.1", + "ui/common": "4.10.1", + "ui/cli": "4.10.1", + "ui/web": "4.10.1", + "tests/ocpp-server": "4.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9000e787..7ea8fc43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.10.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.10.0...simulator@v4.10.1) (2026-06-29) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1926](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1926)) ([f4462a8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f4462a877b41271e8375e8bf3c5b1c114b11f6f3)) + +### 🧪 Tests + +- use shared response test helpers ([#1930](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1930)) ([c2ea863](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c2ea863e0d006a9053bae2375febd1e2f2717176)) + ## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.9.0...simulator@v4.10.0) (2026-06-26) ### 🚀 Features diff --git a/package.json b/package.json index 7048c329..19e4c6df 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.10.0", + "version": "4.10.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index 0f56eee6..9eafcd8f 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.10.0 +sonar.projectVersion=4.10.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 bebfd702..039d8578 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.10.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.10.0...ocpp-server@v4.10.1) (2026-06-29) + +### 🧹 Chores + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.9.0...ocpp-server@v4.10.0) (2026-06-26) ### 🐞 Bug Fixes diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index b07f56f6..5bcbf93c 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.10.0" +version = "4.10.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 e1ecc44b..eb58a640 100644 --- a/ui/cli/CHANGELOG.md +++ b/ui/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.10.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.10.0...cli@v4.10.1) (2026-06-29) + +### 🧹 Chores + +- **cli:** Synchronize simulator-ui-ocpp-server versions + ## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.9.0...cli@v4.10.0) (2026-06-26) ### 🐞 Bug Fixes diff --git a/ui/cli/package.json b/ui/cli/package.json index b8e1b561..55b9db1e 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.10.0", + "version": "4.10.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 bd711873..01aa394d 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.10.0 +sonar.projectVersion=4.10.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 84c4626f..08237364 100644 --- a/ui/common/CHANGELOG.md +++ b/ui/common/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.10.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.10.0...ui-common@v4.10.1) (2026-06-29) + +### 🧹 Chores + +- **ui-common:** Synchronize simulator-ui-ocpp-server versions + ## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.9.0...ui-common@v4.10.0) (2026-06-26) ### 🐞 Bug Fixes diff --git a/ui/common/package.json b/ui/common/package.json index fd33bc95..46fb7f17 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.10.0", + "version": "4.10.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 53b42f17..1e14e387 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.10.0 +sonar.projectVersion=4.10.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 0e158e56..9296a9e6 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.10.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.10.0...web@v4.10.1) (2026-06-29) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1926](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1926)) ([f4462a8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f4462a877b41271e8375e8bf3c5b1c114b11f6f3)) + ## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.9.0...web@v4.10.0) (2026-06-26) ### 🐞 Bug Fixes diff --git a/ui/web/package.json b/ui/web/package.json index 7b97f2bc..5fbfc23a 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.10.0", + "version": "4.10.1", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 0feb60cf..2856bfcc 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.10.0 +sonar.projectVersion=4.10.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.