From 4844ece1406520345979ef90b964d4c227efe35a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 8 Apr 2025 11:41:45 +0200 Subject: [PATCH] chore: release main (#1371) * 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 | 12 ++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- tests/ocpp-server/CHANGELOG.md | 7 +++++++ tests/ocpp-server/pyproject.toml | 2 +- ui/web/CHANGELOG.md | 7 +++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 9 files changed, 34 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 209cea1e..48536360 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.4", - "ui/web": "2.0.4", - "tests/ocpp-server": "2.0.4" + ".": "2.0.5", + "ui/web": "2.0.5", + "tests/ocpp-server": "2.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c20f8aae..17bcc750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.5](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.4...simulator@v2.0.5) (2025-04-08) + +### 🐞 Bug Fixes + +- ensure CS in pending state can send boot notification ([#1376](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1376)) ([b72d174](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b72d174972edbd0572e0489036924934e6d8ea1c)) + +### 🤖 Automation + +- **deps-dev:** bump the regular group with 2 updates ([1b0518d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1b0518d781c3c2f5fb08243c5e8b39cbe8da871e)) +- **deps-dev:** bump the regular group with 2 updates ([a86ad89](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a86ad89b37158d888826946197e82e28afa51606)) +- **deps:** bump the regular group with 7 updates ([33f5c72](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/33f5c724c277263dcb35d82dfb97e6d31f627175)) + ## [2.0.4](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.3...simulator@v2.0.4) (2025-04-01) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 005d3386..2d29c671 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.4", + "version": "2.0.5", "engines": { "node": ">=20.11.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index b1b34eeb..a8a83fe5 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.4 +sonar.projectVersion=2.0.5 # 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 5e4f983a..a3d484be 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.5](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.4...ocpp-server@v2.0.5) (2025-04-08) + +### 🤖 Automation + +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([3bae471](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3bae4711f84a10a63f196be92081d2644124dce0)) +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([3327a60](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3327a6085b4540edead4e9b90bb173e346604016)) + ## [2.0.4](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.3...ocpp-server@v2.0.4) (2025-04-01) ### 🤖 Automation diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 34aed7d0..1ceaa6f5 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.4" +version = "2.0.5" 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 69f8f2b5..62d70dc2 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.5](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.4...webui@v2.0.5) (2025-04-08) + +### 🤖 Automation + +- **deps-dev:** bump the regular group with 2 updates ([1b0518d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1b0518d781c3c2f5fb08243c5e8b39cbe8da871e)) +- **deps-dev:** bump the regular group with 2 updates ([a86ad89](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a86ad89b37158d888826946197e82e28afa51606)) + ## [2.0.4](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.3...webui@v2.0.4) (2025-04-01) ### 🤖 Automation diff --git a/ui/web/package.json b/ui/web/package.json index 2229adf7..5499a772 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.4", + "version": "2.0.5", "readme": "README.md", "engines": { "node": ">=18.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 47864729..26dc756e 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.4 +sonar.projectVersion=2.0.5 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -- 2.43.0