]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1842) cli@v4.7.1 ocpp-server@v4.7.1 simulator@v4.7.1 ui-common@v4.7.1 web@v4.7.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 May 2026 18:55:37 +0000 (20:55 +0200)
committerGitHub <noreply@github.com>
Fri, 8 May 2026 18:55:37 +0000 (20:55 +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 ba2ea10df4f433ca12168a79a68c61c5f2352b00..5e6056c5fab2ca28674ea85037ef8cebb7b7d25a 100644 (file)
@@ -1,7 +1,7 @@
 {
-  ".": "4.7.0",
-  "ui/common": "4.7.0",
-  "ui/cli": "4.7.0",
-  "ui/web": "4.7.0",
-  "tests/ocpp-server": "4.7.0"
+  ".": "4.7.1",
+  "ui/common": "4.7.1",
+  "ui/cli": "4.7.1",
+  "ui/web": "4.7.1",
+  "tests/ocpp-server": "4.7.1"
 }
index 8eeba9dbddc921fc29f4e604e6e02c41f48440a4..7bd378d893d0e47b291044dc7128f38aadf6bc10 100644 (file)
@@ -1,5 +1,14 @@
 # Changelog
 
+## [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
+
+- **deps:** update all non-major dependencies ([#1840](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1840)) ([564c935](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/564c935521dd9ae44ef2a06a3dfe5a947cf7d8da))
+- **sandcastle:** patch pi thinking option and replace type indirections ([550e294](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/550e29441d49dc09a8098ad4eed8a67c22d531ea))
+- **sandcastle:** update pi package to @earendil-works/pi-coding-agent ([3be5314](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3be531486fe1871c7cd7755915e4aa9ce1ba50ca))
+- **sandcastle:** wire reasoning effort through to agent providers ([bd65c6c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bd65c6c368bf359f53a923425fbbd22d57bf3262))
+
 ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.6.1...simulator@v4.7.0) (2026-05-07)
 
 ### 🚀 Features
index 9842f2cd59529cd80e256d162796148fb6233133..addbe123044ac708e3f4f7722050548b9501bfd4 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.7.0",
+  "version": "4.7.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index e5885fb2e04aa186c6ab82de3e23d28918acea17..5818764b5076a22cd3dec969139fb0bae0dfbd14 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.0
+sonar.projectVersion=4.7.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 5f3a4bf078011fa4181c7f1f9fe2c88bed59f0e4..dcdf5132d0bf9bf51818b93db34d3f99f4cd0b3a 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.6.1...ocpp-server@v4.7.0) (2026-05-07)
 
 ### 🧹 Chores
index e4b78315e4469e9b3fa7ed8a5f6249f0c3a36c1f..27f2f81c021de0c3e47d18a8606683fee64f8a19 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.7.0"
+version = "4.7.1"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 4f8cb4772316762c84b5347becd4615cc9f3b263..76c37c97eff5130a14c424410371b77f4f2e9e01 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **cli:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.6.1...cli@v4.7.0) (2026-05-07)
 
 ### 🐞 Bug Fixes
index 291c9988461b8c4deb48b3b68386017887bf21a1..68b5190ae3554450a1c1423386664bd0ed27c828 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "cli",
-  "version": "4.7.0",
+  "version": "4.7.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 017ec96b3cfe83f855999d1c0e9ae487178c2d91..caa90f206768e265fc2d4babb1518b3da5860fd4 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.0
+sonar.projectVersion=4.7.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 917e6825f10d913753abee69ff19309028dfb1e1..314454a10493a7fa39f9ff231656b426a51b474e 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **ui-common:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.6.1...ui-common@v4.7.0) (2026-05-07)
 
 ### 🐞 Bug Fixes
index 227af9d2ad2ede5f03404c39af7e13d08c17cd20..e8c2d2fb10685b6ca2e8b15af3f61cbfdd8393f0 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "ui-common",
-  "version": "4.7.0",
+  "version": "4.7.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 35772a0fdbe8f2a1840b13d16025ef73494aff91..e4b2011e166fa9888078567b3cdae72235230763 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.0
+sonar.projectVersion=4.7.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index f57a5c2956e69c968e2fdcf7194f02331f6fd74f..55d5f8e67776a670bb809ad7c0674a665e852a99 100644 (file)
@@ -1,5 +1,16 @@
 # Changelog
 
+## [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
+
+- **ui/web:** fix editable pill hover visibility in light themes ([5550697](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5550697fe8b711f3b206602d67ebb2f461a9778b))
+- **ui/web:** smooth icon-btn danger hover shadow and remove dead token ([528e9e0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/528e9e06fd45bde0c1e8c80030c96af58304e4b5))
+
+### ✨ Polish
+
+- **ui/web:** remove redundant connector status column from classic skin ([2b1db3b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2b1db3b373a8c1bf5f7a2fe41bc030c77ac8d51f))
+
 ## [4.7.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.6.1...web@v4.7.0) (2026-05-07)
 
 ### 🐞 Bug Fixes
index 460fe1686ed1247dd5eeae6030870ec0b39371d1..e8f4f7030486cd18360bea12dab690b19a1ac5f8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "web",
-  "version": "4.7.0",
+  "version": "4.7.1",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index c80afebb063b3f9573a7a20cf1314c9ab61dc274..f6c4c9442ba9a08c0648c33ac1b2a36d6be00bd5 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.0
+sonar.projectVersion=4.7.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.