]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1371) ocpp-server@v2.0.5 simulator@v2.0.5 webui@v2.0.5
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 8 Apr 2025 09:41:45 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 09:41:45 +0000 (11:41 +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 209cea1e920e65799dfb3adef7423784a2467ba6..485363603f518f1e3dad310c7674a0a5423a3338 100644 (file)
@@ -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"
 }
index c20f8aae88550a40b66486223cef88c3368145f4..17bcc750632d92a03e5d3f7327fd737c89fb66a6 100644 (file)
@@ -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
index 005d33864465ba49a25566e89538fa1ab0fbe2df..2d29c6719a7bfecdfd0ddee69c5d0eeda45170f3 100644 (file)
@@ -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"
index b1b34eeb5c4ee830334a17692541b92b4689d044..a8a83fe52e06b08bef34e430ab89a15c7f8138f1 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.4
+sonar.projectVersion=2.0.5
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 5e4f983ae30ceb8052217c141805aef76ed10033..a3d484bea9c91079922040ce1f6286f3f6a792b4 100644 (file)
@@ -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
index 34aed7d039dc9ea6ca657a34359a0a968d58e739..1ceaa6f5481832cce66a520791994bd69d836b6e 100644 (file)
@@ -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 <jerome.benoit@sap.com>"]
 readme = "README.md"
index 69f8f2b510e73a3d8c633d74a3a6608fcf8069e5..62d70dc2c9b0a484aa25994440a54d1be89f5fa4 100644 (file)
@@ -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
index 2229adf797eaf2b0a7a8a9eb92fd4446deafae6c..5499a77222fbe4961c7d4edb2ca4d682854c88b1 100644 (file)
@@ -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",
index 4786472904fce392b8e97a9b91597c73777f6e8f..26dc756e614c0ec5dbb2967610a5306c3a5969f8 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.4
+sonar.projectVersion=2.0.5
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.