]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1846) cli@v4.7.2 ocpp-server@v4.7.2 simulator@v4.7.2 ui-common@v4.7.2 web@v4.7.2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 9 May 2026 18:15:07 +0000 (20:15 +0200)
committerGitHub <noreply@github.com>
Sat, 9 May 2026 18:15:07 +0000 (20:15 +0200)
* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
15 files changed:
.github/release-please/manifest.json
CHANGELOG.md
package.json
sonar-project.properties
tests/ocpp-server/CHANGELOG.md
tests/ocpp-server/pyproject.toml
ui/cli/CHANGELOG.md
ui/cli/package.json
ui/cli/sonar-project.properties
ui/common/CHANGELOG.md
ui/common/package.json
ui/common/sonar-project.properties
ui/web/CHANGELOG.md
ui/web/package.json
ui/web/sonar-project.properties

index 5e6056c5fab2ca28674ea85037ef8cebb7b7d25a..afb521bf20dd1d8ff78d66158a54d23ad483f414 100644 (file)
@@ -1,7 +1,7 @@
 {
-  ".": "4.7.1",
-  "ui/common": "4.7.1",
-  "ui/cli": "4.7.1",
-  "ui/web": "4.7.1",
-  "tests/ocpp-server": "4.7.1"
+  ".": "4.7.2",
+  "ui/common": "4.7.2",
+  "ui/cli": "4.7.2",
+  "ui/web": "4.7.2",
+  "tests/ocpp-server": "4.7.2"
 }
index 7bd378d893d0e47b291044dc7128f38aadf6bc10..fe2bf05fecb1d76329fbebba81f64d72cc607726 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.1...simulator@v4.7.2) (2026-05-09)
+
+### 🐞 Bug Fixes
+
+- resolve [#1244](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1244) — add per-connector maximum power support ([#1843](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1843)) ([c9994a3](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c9994a3576f300bffd6efce3a5c216a58010bb92))
+
 ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.0...simulator@v4.7.1) (2026-05-08)
 
 ### 🐞 Bug Fixes
index 03a872f121a356e7c8516ff92ac17fad3c1d9efc..1db14f63ca6eabe660715dbaf634aa3735d56d01 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.7.1",
+  "version": "4.7.2",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 5818764b5076a22cd3dec969139fb0bae0dfbd14..e78b51f727ed92aaa2399868a3105dfa272218cf 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=4.7.1
+sonar.projectVersion=4.7.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index dcdf5132d0bf9bf51818b93db34d3f99f4cd0b3a..7effee9ac889df0c8e8db877f10275892b8250b5 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.7.1...ocpp-server@v4.7.2) (2026-05-09)
+
+### 🧹 Chores
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.7.0...ocpp-server@v4.7.1) (2026-05-08)
 
 ### 🧹 Chores
index 27f2f81c021de0c3e47d18a8606683fee64f8a19..4be87401e2463e673d239338b35200dc84f989bc 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.7.1"
+version = "4.7.2"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 76c37c97eff5130a14c424410371b77f4f2e9e01..15058af24b645f7a5af544ebf4d10008ca61c16c 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.7.1...cli@v4.7.2) (2026-05-09)
+
+### 🧹 Chores
+
+- **cli:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.7.0...cli@v4.7.1) (2026-05-08)
 
 ### 🧹 Chores
index 68b5190ae3554450a1c1423386664bd0ed27c828..e0883a02bc5a73e40bcb8d2e53fc316299768663 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "cli",
-  "version": "4.7.1",
+  "version": "4.7.2",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index caa90f206768e265fc2d4babb1518b3da5860fd4..6d27a7e84b99ccebe181e5e459b060b5dc890785 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-cli
 # x-release-please-start-version
-sonar.projectVersion=4.7.1
+sonar.projectVersion=4.7.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 314454a10493a7fa39f9ff231656b426a51b474e..42e0103eea40e05b08963842101c044a488b6eea 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.7.1...ui-common@v4.7.2) (2026-05-09)
+
+### 🧹 Chores
+
+- **ui-common:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.7.0...ui-common@v4.7.1) (2026-05-08)
 
 ### 🧹 Chores
index e8c2d2fb10685b6ca2e8b15af3f61cbfdd8393f0..4bb7473dead41a16e2ffd9c3f06410d9c2916293 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "ui-common",
-  "version": "4.7.1",
+  "version": "4.7.2",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index e4b2011e166fa9888078567b3cdae72235230763..67c5e4edcbf5646586c264a58dc19255b56d6f63 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-ui-common
 # x-release-please-start-version
-sonar.projectVersion=4.7.1
+sonar.projectVersion=4.7.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 55d5f8e67776a670bb809ad7c0674a665e852a99..747efed6fb051427124c4c19662482485fe6f15d 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.7.1...web@v4.7.2) (2026-05-09)
+
+### 🧹 Chores
+
+- **web:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.7.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.7.0...web@v4.7.1) (2026-05-08)
 
 ### 🐞 Bug Fixes
index e8f4f7030486cd18360bea12dab690b19a1ac5f8..90d33151b8a57b63039a2b5bdc8f520cf448bf31 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "web",
-  "version": "4.7.1",
+  "version": "4.7.2",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index f6c4c9442ba9a08c0648c33ac1b2a36d6be00bd5..5aa985055e5ec3f8429937c69b25449dc082da86 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-web
 # x-release-please-start-version
-sonar.projectVersion=4.7.1
+sonar.projectVersion=4.7.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.