From 5979e175acce54173ed9e06721062060361c31b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 6 May 2026 19:32:34 +0200 Subject: [PATCH] chore: release main (#1832) * 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 | 8 ++++++++ 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 | 8 ++++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 15 files changed, 48 insertions(+), 14 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5948d743..d2e397cd 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - ".": "4.6.0", - "ui/common": "4.6.0", - "ui/cli": "4.6.0", - "ui/web": "4.6.0", - "tests/ocpp-server": "4.6.0" + ".": "4.6.1", + "ui/common": "4.6.1", + "ui/cli": "4.6.1", + "ui/web": "4.6.1", + "tests/ocpp-server": "4.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 181990af..4f1c3d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.6.0...simulator@v4.6.1) (2026-05-06) + +### 🐞 Bug Fixes + +- **deps:** override ip-address vulnerability ([2221278](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2221278103c4f697052ce4335bde640211eabba7)) +- **deps:** update all non-major dependencies ([#1825](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1825)) ([c4998a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c4998a1457e09957339042d0e0d42edd7ae50620)) +- **deps:** update all non-major dependencies ([#1830](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1830)) ([81c3678](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/81c3678a5034220cd0d36342f3775c0203b834b1)) + ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.5.1...simulator@v4.6.0) (2026-05-02) ### 🚀 Features diff --git a/package.json b/package.json index 848ef43b..1b68e696 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.6.0", + "version": "4.6.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index 7994debf..3ab779d1 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.6.0 +sonar.projectVersion=4.6.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 bede8082..6cfe2954 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.6.0...ocpp-server@v4.6.1) (2026-05-06) + +### 🧹 Chores + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.5.1...ocpp-server@v4.6.0) (2026-05-02) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 96abe3fa..82f68813 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.6.0" +version = "4.6.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 2eb65e8d..3cbb7680 100644 --- a/ui/cli/CHANGELOG.md +++ b/ui/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.6.0...cli@v4.6.1) (2026-05-06) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1825](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1825)) ([c4998a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c4998a1457e09957339042d0e0d42edd7ae50620)) + ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.5.1...cli@v4.6.0) (2026-05-02) ### 🐞 Bug Fixes diff --git a/ui/cli/package.json b/ui/cli/package.json index 23028dbe..af4a46c5 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.6.0", + "version": "4.6.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 ba83b09e..66e6fa31 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.6.0 +sonar.projectVersion=4.6.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 de2ddbf4..25317b2c 100644 --- a/ui/common/CHANGELOG.md +++ b/ui/common/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.6.0...ui-common@v4.6.1) (2026-05-06) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1825](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1825)) ([c4998a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c4998a1457e09957339042d0e0d42edd7ae50620)) + ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.5.1...ui-common@v4.6.0) (2026-05-02) ### 🚀 Features diff --git a/ui/common/package.json b/ui/common/package.json index 410bd9da..b782f1c8 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.6.0", + "version": "4.6.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 38d3249a..0695cc99 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.6.0 +sonar.projectVersion=4.6.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 7d0cef28..58105fa3 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.6.0...web@v4.6.1) (2026-05-06) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1825](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1825)) ([c4998a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c4998a1457e09957339042d0e0d42edd7ae50620)) +- **deps:** update all non-major dependencies ([#1830](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1830)) ([81c3678](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/81c3678a5034220cd0d36342f3775c0203b834b1)) +- restore comments lost during rebase conflict resolution ([7cb5abe](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7cb5abe497720ec1fec71203a4390f67bc50d0a3)) + ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.5.1...webui@v4.6.0) (2026-05-02) ### 🚀 Features diff --git a/ui/web/package.json b/ui/web/package.json index a5864afe..e02e7ccc 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.6.0", + "version": "4.6.1", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 0a832aca..5170240a 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.6.0 +sonar.projectVersion=4.6.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -- 2.53.0