From 6fb5c6d973d253c19a94feb77650e6018a557121 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 1 Apr 2025 17:00:04 +0200 Subject: [PATCH] chore: release main (#1355) * 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 | 13 +++++++++++++ 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, 35 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index a710953d..209cea1e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.3", - "ui/web": "2.0.3", - "tests/ocpp-server": "2.0.3" + ".": "2.0.4", + "ui/web": "2.0.4", + "tests/ocpp-server": "2.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd9ff5d..c20f8aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [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 + +- properly handle empty key array in GetConfiguration ([#1368](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1368)) ([d13819a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d13819a6bfadb0a08c6c2379f5a4bdb4000be4eb)), closes [#1364](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1364) + +### 🤖 Automation + +- **deps-dev:** bump the regular group with 6 updates ([da28b39](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/da28b394d059de0fd2cfa28bafe037e382411f7e)) +- **deps:** bump mongodb from 6.14.2 to 6.15.0 in the regular group ([#1354](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1354)) ([dbbcc02](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/dbbcc0206c58011165e816787efc8351193f3bcb)) +- **deps:** bump sonarsource/sonarqube-scan-action from 5.0.0 to 5.1.0 ([961c27d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/961c27d882f267bced5516081b3ddcbd157c1ca1)) +- **deps:** bump the regular group with 6 updates ([#1357](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1357)) ([93c3165](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/93c3165637b688b851ac9de682e9fcc8cc4a6d00)) + ## [2.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.2...simulator@v2.0.3) (2025-03-17) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index f147ba09..47a03252 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.3", + "version": "2.0.4", "engines": { "node": ">=20.11.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index bc24963a..b1b34eeb 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.3 +sonar.projectVersion=2.0.4 # 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 0d89a737..5e4f983a 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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 + +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([0346f5a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/0346f5aeb832aca457ef033f58fcfd166e91ae28)) +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1356](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1356)) ([16323a6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/16323a6c2d07a70195fe4ee921fc3315b0b68d16)) + ## [2.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.2...ocpp-server@v2.0.3) (2025-03-17) ### 🐞 Bug Fixes diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 92f9f8ad..34aed7d0 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.3" +version = "2.0.4" 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 4dfa47f6..69f8f2b5 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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 + +- **deps-dev:** bump the regular group with 6 updates ([da28b39](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/da28b394d059de0fd2cfa28bafe037e382411f7e)) +- **deps:** bump the regular group with 6 updates ([#1357](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1357)) ([93c3165](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/93c3165637b688b851ac9de682e9fcc8cc4a6d00)) + ## [2.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.2...webui@v2.0.3) (2025-03-17) ### 🐞 Bug Fixes diff --git a/ui/web/package.json b/ui/web/package.json index 2513377d..938d5a1d 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.3", + "version": "2.0.4", "readme": "README.md", "engines": { "node": ">=18.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 9a8447da..47864729 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.3 +sonar.projectVersion=2.0.4 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -- 2.43.0