From b2f47618ca3c174f78212e7a4661bc6cf23a464a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 27 Jun 2025 16:35:48 +0200 Subject: [PATCH] chore: release main (#1428) * 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 | 6 +++--- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- tests/ocpp-server/CHANGELOG.md | 6 ++++++ tests/ocpp-server/pyproject.toml | 2 +- ui/web/CHANGELOG.md | 8 ++++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 9 files changed, 45 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 8cd866e6..42d2be3c 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.8", - "ui/web": "2.0.8", - "tests/ocpp-server": "2.0.8" + ".": "2.0.9", + "ui/web": "2.0.9", + "tests/ocpp-server": "2.0.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a9ea81..9cbc82c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.0.9](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.8...simulator@v2.0.9) (2025-06-27) + +### 🐞 Bug Fixes + +- check vendorId against CS template at DataTransfer cmd handling ([#1450](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1450)) ([d39adbd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d39adbd45dfc5fe4a42d64b93d229cfdfad878a9)) + +### ✨ Polish + +- refine type definitions ([13b0cc5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/13b0cc5ceee4c372d64ed21c1fd783407fd119ca)) + +### 🧪 Tests + +- add UTs for newly added helpers ([06ca76a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/06ca76ae5f156e86591bb1f21c80240ff8dd956f)) + +### 🤖 Automation + +- **deps-dev:** bump @types/node from 22.15.31 to 24.0.0 ([#1437](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1437)) ([b871758](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b871758ddaa7e28b479d45bf7585f172b4db36c4)) +- **deps-dev:** bump the regular group with 2 updates ([#1444](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1444)) ([dcd454c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/dcd454c166a2afcc25f992d3cb7c0fb6f7a07284)) +- **deps-dev:** bump the regular group with 3 updates ([3b34fab](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3b34fabb6b659eadbf2ec96936851d69e43e043d)) +- **deps-dev:** bump the regular group with 3 updates ([#1427](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1427)) ([9f10bb4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9f10bb49f617f45d0d14c58bac901b7e0d96bc2b)) +- **deps-dev:** bump the vite group with 3 updates ([1cd81ff](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1cd81ff001b7505ddbdd9260bc5485367ac8973a)) +- **deps:** bump autofix-ci/action ([#1434](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1434)) ([25b538c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/25b538c6eb451adcad220aba48f66e9ef6d16619)) + ## [2.0.8](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.7...simulator@v2.0.8) (2025-05-27) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 2353a24e..fd0fe0fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "2.0.8", + "version": "2.0.9", "engines": { "node": ">=20.11.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index b1af320e..913354fd 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=2.0.8 +sonar.projectVersion=2.0.9 # 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 7275d36c..32e5fd66 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.9](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.8...ocpp-server@v2.0.9) (2025-06-27) + +### 🤖 Automation + +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1442](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1442)) ([9dc2344](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9dc23444c551a9ea448544061efdc6febdca8ad9)) + ## [2.0.8](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.7...ocpp-server@v2.0.8) (2025-05-27) ### 🤖 Automation diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 82cce794..84b79eec 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp-server" -version = "2.0.8" +version = "2.0.9" description = "OCPP2 mock server" authors = ["Jérôme Benoit "] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 2bf2b6f8..e12789d5 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.9](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.8...webui@v2.0.9) (2025-06-27) + +### 🤖 Automation + +- **deps-dev:** bump @types/node from 22.15.31 to 24.0.0 ([#1437](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1437)) ([b871758](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b871758ddaa7e28b479d45bf7585f172b4db36c4)) +- **deps-dev:** bump the regular group with 2 updates ([#1444](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1444)) ([dcd454c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/dcd454c166a2afcc25f992d3cb7c0fb6f7a07284)) +- **deps-dev:** bump the vite group with 3 updates ([1cd81ff](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1cd81ff001b7505ddbdd9260bc5485367ac8973a)) + ## [2.0.8](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.7...webui@v2.0.8) (2025-05-27) ### 🐞 Bug Fixes diff --git a/ui/web/package.json b/ui/web/package.json index fcbc1f1c..d52590c9 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "2.0.8", + "version": "2.0.9", "readme": "README.md", "engines": { "node": ">=20.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 238c81d6..c2d56536 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=2.0.8 +sonar.projectVersion=2.0.9 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -- 2.43.0