]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1406)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 27 May 2025 12:25:01 +0000 (14:25 +0200)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 12:25:01 +0000 (14:25 +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 8683fd0b08f11a6ccd7c2d8e6500ee3447415c96..8cd866e68e5b6c961cb2bc953da82219de5a77cd 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "2.0.7",
-  "ui/web": "2.0.7",
-  "tests/ocpp-server": "2.0.7"
+  ".": "2.0.8",
+  "ui/web": "2.0.8",
+  "tests/ocpp-server": "2.0.8"
 }
index 3699166c6f9b82c86f611f317f50469cdf88bf0e..41a9ea81056ebeb812c7618c343d739c1ef376b5 100644 (file)
@@ -1,5 +1,19 @@
 # Changelog
 
+## [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
+
+- **docker:** dependencies installation with latest pnpm ([b1dab0c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b1dab0ce2c231c96a3ba1aecb559054879745170))
+
+### 🤖 Automation
+
+- **deps-dev:** bump @cspell/eslint-plugin from 8.19.4 to 9.0.0 ([#1408](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1408)) ([78c7a82](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/78c7a82d33b0f3a9dc9713e4631b0dbdc652b193))
+- **deps-dev:** bump lint-staged from 15.5.2 to 16.0.0 ([#1413](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1413)) ([f6d19a9](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f6d19a9dd3a420f7e2d9beeaffcddfe90ba73de5))
+- **deps:** bump sonarsource/sonarqube-scan-action from 5.1.0 to 5.2.0 ([7a64458](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7a64458c37ea67ff15cf0723501c56fff73a56cb))
+- **deps:** bump the regular group across 1 directory with 15 updates ([c74bb2c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c74bb2c6d158b4344ef8acfc6a8d6ae84cbc0801))
+- **deps:** bump the regular group across 1 directory with 9 updates ([#1411](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1411)) ([384bf4b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/384bf4b7a95fbc8d93b17950b4c7988982ea648a))
+
 ## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.6...simulator@v2.0.7) (2025-04-30)
 
 ### 🐞 Bug Fixes
index 5f8ab6a1adb64ac32b33ddc47c360e05044866aa..a96a401a6da574c97d04c9be4687902f9a9dd2b8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "2.0.7",
+  "version": "2.0.8",
   "engines": {
     "node": ">=20.11.0",
     "pnpm": ">=9.0.0"
index 13b85d8d883f6879c94575fc0a09977351d18524..b1af320e7f3000e4f74c7fb9102bba0c7d3bb199 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.7
+sonar.projectVersion=2.0.8
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index af5b99e22338ce9eb9f3df4b31b0e0c4be9a6b1c..7275d36c785a627ee2e7b600b6074729d1500b3b 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1412](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1412)) ([74d8348](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/74d8348d64f562a1c4cd74bea36955d83638949c))
+
 ## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.6...ocpp-server@v2.0.7) (2025-04-30)
 
 ### 🤖 Automation
index cb2c39e849a993c07f8b007c6646f01b5423b316..cedb57ec1d539c7c74d2b6ab6f0292e3ce4d55d6 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ocpp-server"
-version = "2.0.7"
+version = "2.0.8"
 description = "OCPP2 mock server"
 authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
 readme = "README.md"
index 376586d9b79fec7c28846a904da94f5506bbf00b..2bf2b6f88d1af21c8d405ee15862da2d3348a79b 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **docker:** dependencies installation with latest pnpm ([b1dab0c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b1dab0ce2c231c96a3ba1aecb559054879745170))
+
 ## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.6...webui@v2.0.7) (2025-04-30)
 
 ### 🤖 Automation
index cf93c4d48e3f418a7145345692b4ecee5560b752..cf00a748020147558c48bf84f9002f3553703cd7 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "2.0.7",
+  "version": "2.0.8",
   "readme": "README.md",
   "engines": {
     "node": ">=20.0.0",
index 45c4631c4838bad9f3cd53602e3294f140c26164..238c81d6315d40a505f37e88f76815e12e017127 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.7
+sonar.projectVersion=2.0.8
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.