From: Jérôme Benoit Date: Thu, 24 Jul 2025 16:11:04 +0000 (+0200) Subject: chore: release main (#1458) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8154e788e2734982a6b0f21a35939d19a42b8a1e;p=e-mobility-charging-stations-simulator.git chore: release main (#1458) * 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 bf09dec5..e57736e9 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.10", - "ui/web": "2.0.10", - "tests/ocpp-server": "2.0.10" + ".": "2.1.0", + "ui/web": "2.1.0", + "tests/ocpp-server": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca76f84..feb7ddb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.10...simulator@v2.1.0) (2025-07-24) + +### 🚀 Features + +- **ui:** allow to authorize RFID tag at start transaction ([9a5f809](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9a5f80980118c8dbc771a1dcd3c8f87ac39f29d4)), closes [#1476](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1476) [#1475](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1475) + +### 🤖 Automation + +- **deps-dev:** bump esbuild from 0.25.7 to 0.25.8 in the regular group ([#1472](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1472)) ([9acb819](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9acb819ef35229eeee88b218a55ab676185f9f42)) +- **deps-dev:** bump eslint-plugin-jsdoc in the regular group ([#1468](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1468)) ([2a4d948](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2a4d94811063779f08e1aa8526941139bbe168f8)) +- **deps-dev:** bump vite from 7.0.0 to 7.0.1 in the regular group ([#1459](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1459)) ([22b0f2e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/22b0f2e3d1179c59edf07bdeee8b99ae8131d78f)) +- **deps-dev:** bump vite from 7.0.4 to 7.0.5 in the regular group ([#1470](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1470)) ([8c413fb](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8c413fb073124671df162d9dc9b5e02bffefc5a3)) +- **deps:** bump sonarsource/sonarqube-scan-action from 5.2.0 to 5.3.0 ([#1474](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1474)) ([94866cd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/94866cd4fc860712a9b9bcfafb9de67695269d0c)) +- **deps:** bump the regular group across 1 directory with 6 updates ([#1463](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1463)) ([6b28794](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6b28794075febc9503ae6583f1ea3c699b90df39)) +- **deps:** bump the regular group with 2 updates ([#1464](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1464)) ([178b552](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/178b5529a2f5ca9f40396699cd96a72f6d52b3c3)) +- **deps:** bump the regular group with 2 updates ([#1465](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1465)) ([cf98d3c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/cf98d3cb3ec56bc4240008df0f0e69aa6988ce02)) +- **deps:** bump the regular group with 3 updates ([#1467](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1467)) ([4d94d88](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4d94d889b9b42009279b22b2e58975ae895d56e0)) + ## [2.0.10](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.9...simulator@v2.0.10) (2025-07-03) ### ⚡ Performance diff --git a/package.json b/package.json index f102026f..d7bb8d5c 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.10", + "version": "2.1.0", "engines": { "node": ">=20.11.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 9959d1ce..abd80ba4 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.10 +sonar.projectVersion=2.1.0 # 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 ee01d703..6a79485c 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.10...ocpp-server@v2.1.0) (2025-07-24) + +### 🤖 Automation + +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1457](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1457)) ([92949a8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/92949a84e9a48ebdd9d0d1cb2b199f9677e605f8)) +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1466](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1466)) ([f75f394](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f75f39447476897c7d570fd89e96137d1753959e)) +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1471](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1471)) ([6c70cfa](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6c70cfa28ec0234c5c096d0cb8f7806f31638adf)) +- **deps:** bump ocpp in /tests/ocpp-server in the regular group ([#1469](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1469)) ([01f2d5d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/01f2d5d98a6e66ec49679d3a18062e95181f2197)) + ## [2.0.10](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.9...ocpp-server@v2.0.10) (2025-07-03) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index ab95e377..9d89bf84 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.10" +version = "2.1.0" 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 d350874e..5a68078b 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.10...webui@v2.1.0) (2025-07-24) + +### 🚀 Features + +- **ui:** allow to authorize RFID tag at start transaction ([9a5f809](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9a5f80980118c8dbc771a1dcd3c8f87ac39f29d4)), closes [#1476](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1476) [#1475](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1475) + +### ✨ Polish + +- **ui:** routing behavior ([91ad8dd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/91ad8dd561a2c357d665b62cbd48bef16fc47c02)) + +### 🤖 Automation + +- **deps-dev:** bump vite from 7.0.0 to 7.0.1 in the regular group ([#1459](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1459)) ([22b0f2e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/22b0f2e3d1179c59edf07bdeee8b99ae8131d78f)) +- **deps-dev:** bump vite from 7.0.4 to 7.0.5 in the regular group ([#1470](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1470)) ([8c413fb](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8c413fb073124671df162d9dc9b5e02bffefc5a3)) +- **deps:** bump the regular group across 1 directory with 6 updates ([#1463](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1463)) ([6b28794](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6b28794075febc9503ae6583f1ea3c699b90df39)) +- **deps:** bump the regular group with 2 updates ([#1464](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1464)) ([178b552](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/178b5529a2f5ca9f40396699cd96a72f6d52b3c3)) +- **deps:** bump the regular group with 2 updates ([#1465](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1465)) ([cf98d3c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/cf98d3cb3ec56bc4240008df0f0e69aa6988ce02)) +- **deps:** bump the regular group with 3 updates ([#1467](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1467)) ([4d94d88](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4d94d889b9b42009279b22b2e58975ae895d56e0)) + ## [2.0.10](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.9...webui@v2.0.10) (2025-07-03) ### 🤖 Automation diff --git a/ui/web/package.json b/ui/web/package.json index a7cb5e22..756cd99f 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.10", + "version": "2.1.0", "readme": "README.md", "engines": { "node": ">=20.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 34fc5245..f83310fa 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.10 +sonar.projectVersion=2.1.0 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.