]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1428) ocpp-server@v2.0.9 simulator@v2.0.9 webui@v2.0.9
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 27 Jun 2025 14:35:48 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Jun 2025 14:35:48 +0000 (16:35 +0200)
* 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
CHANGELOG.md
package.json
sonar-project.properties
tests/ocpp-server/CHANGELOG.md
tests/ocpp-server/pyproject.toml
ui/web/CHANGELOG.md
ui/web/package.json
ui/web/sonar-project.properties

index 8cd866e68e5b6c961cb2bc953da82219de5a77cd..42d2be3c7d86dd6cd45e557fcaafaf2df6d3f1bb 100644 (file)
@@ -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"
 }
index 41a9ea81056ebeb812c7618c343d739c1ef376b5..9cbc82c57d06350bf21dfd2cf8fd21c25a1d146d 100644 (file)
@@ -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
index 2353a24e980d1f24b87f5ef44c1b88a754974343..fd0fe0fac61daeba3412263fdac0ac6b4a010129 100644 (file)
@@ -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"
index b1af320e7f3000e4f74c7fb9102bba0c7d3bb199..913354fd013e74c067eb14f3d812bd9f49a5183a 100644 (file)
@@ -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.
index 7275d36c785a627ee2e7b600b6074729d1500b3b..32e5fd667ce12ed6492167b9335c0ab69e045b37 100644 (file)
@@ -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
index 82cce794cf970b5206172b186b006becb87a0ff1..84b79eecbca9173375e41166e80ed54f4d736806 100644 (file)
@@ -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 <jerome.benoit@sap.com>"]
 readme = "README.md"
index 2bf2b6f88d1af21c8d405ee15862da2d3348a79b..e12789d5914c23db3e8722e0eb2370a8f57e80b9 100644 (file)
@@ -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
index fcbc1f1c912c502c4734b5e34ffdc8a5cc43c9fd..d52590c9a0c9959a112f87ae6b06ef60bc990b52 100644 (file)
@@ -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",
index 238c81d6315d40a505f37e88f76815e12e017127..c2d5653602cba59e117b5715909489dd09f56802 100644 (file)
@@ -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.