]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1355) main ocpp-server@v2.0.4 simulator@v2.0.4 webui@v2.0.4
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 1 Apr 2025 15:00:04 +0000 (17:00 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Apr 2025 15:00:04 +0000 (17:00 +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 a710953d852e2734525916432003001a015f42ec..209cea1e920e65799dfb3adef7423784a2467ba6 100644 (file)
@@ -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"
 }
index 0bd9ff5dfcba0fccb363cce11a236877743f8da2..c20f8aae88550a40b66486223cef88c3368145f4 100644 (file)
@@ -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
index f147ba09336b4281c91a6e6fac0811e84e672b59..47a0325260431fcc14049160973c5220e7d193a0 100644 (file)
@@ -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"
index bc24963aec0595ce72eaddd12386764c30bc21cd..b1b34eeb5c4ee830334a17692541b92b4689d044 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.3
+sonar.projectVersion=2.0.4
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 0d89a73711d3e8150ae767d9f7d42d9b23e10467..5e4f983ae30ceb8052217c141805aef76ed10033 100644 (file)
@@ -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
index 92f9f8adfde8b3d072c7f9b8fef979b01d11506a..34aed7d039dc9ea6ca657a34359a0a968d58e739 100644 (file)
@@ -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 <jerome.benoit@sap.com>"]
 readme = "README.md"
index 4dfa47f6b9393f5a40b209b182479f79721cce6c..69f8f2b510e73a3d8c633d74a3a6608fcf8069e5 100644 (file)
@@ -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
index 2513377d8a6d276e1148a617888563ab65e706ab..938d5a1d707f6420ca84464bd982406e1ca57e23 100644 (file)
@@ -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",
index 9a8447da1c891422908056b0ab466007b6dd4619..4786472904fce392b8e97a9b91597c73777f6e8f 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.3
+sonar.projectVersion=2.0.4
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.