chore: release main
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Jul 2024 12:55:19 +0000 (14:55 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Jul 2024 12:55:19 +0000 (14:55 +0200)
.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 212b76dced7440b6a3e7dd37ad8ddf3641c3f87f..66dccca0f4aacd8e06854e67bd4ad7c5d195d72c 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "1.4.1",
-  "ui/web": "1.4.1",
-  "tests/ocpp-server": "1.4.1"
+  ".": "1.4.2",
+  "ui/web": "1.4.2",
+  "tests/ocpp-server": "1.4.2"
 }
index 73466d257acf06d2d6d86eb0143675f6ae6a40f8..e26ffb79f32486ad9266c05d933d3a9c8a7f732a 100644 (file)
@@ -1,5 +1,20 @@
 # Changelog
 
+## [1.4.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.4.1...simulator@v1.4.2) (2024-07-06)
+
+
+### 📚 Documentation
+
+* format 'Branching model' section in README.md ([3196db2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3196db2fbe206231fc0ee7d7947b19937a23ce42))
+
+
+### 🤖 Automation
+
+* **ci:** do not cancel workflow in case of autofix failure ([7e302de](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7e302dea6f55838438fbe7bf0b9b8e70f3c3af21))
+* **ci:** fix release-please changelog after module renaming ([26058fd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/26058fdb1d89d53caceceb1a981e3d48d73dcfae))
+* **ci:** rename module in changelog ([b7c140d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b7c140d7aad6d935d8941b07062011d4171596e9))
+* **deps:** bump poolifier from 4.0.15 to 4.0.16 ([8965c9e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8965c9e361bd771e59963c7ebd22b4d3fc0da04b))
+
 ## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.4.0...simulator@v1.4.1) (2024-07-05)
 
 ### 🐞 Fixes
index 983aec7d14298a32e884c392ca14a06622a05bb8..e94cb4286b6b55f41f8f3ed202e1808a23f3c723 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.4.1",
+  "version": "1.4.2",
   "engines": {
     "node": ">=18.18.0",
     "pnpm": ">=9.0.0"
index 8f9853caa614fe0110e32940eb1a42187ae2ef4c..6059e784f4339f6b306ce51a0228f694eea67fff 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=1.4.1
+sonar.projectVersion=1.4.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 93759e4c68684dfae5a36073e3364dc77989f6b6..c94094bf5acc3e96fa37c2f613f948f9e2790a67 100644 (file)
@@ -1,5 +1,12 @@
 # Changelog
 
+## [1.4.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v1.4.1...ocpp-server@v1.4.2) (2024-07-06)
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump ruff from 0.5.0 to 0.5.1 in /tests/ocpp-server ([b6f8b09](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b6f8b09baf035ba075a837cb9199e821b2deb6fa))
+
 ## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v1.4.0...ocpp-server@v1.4.1) (2024-07-05)
 
 ### 🧹 Chores
index ec3cc8057c179ea08271e211c029569f2bb676d1..a9166b8ba4bc906317d25aa2f6b279b788132ca1 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ocpp-server"
-version = "1.4.1"
+version = "1.4.2"
 description = "OCPP2 mock server"
 authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
 readme = "README.md"
index d4a32e6ee7a5dd55c8ca8740ee1d3ee80c81a02f..0d03b620c0ca1394b5a2cf13dc91150aaf2e7418 100644 (file)
@@ -1,5 +1,12 @@
 # Changelog
 
+## [1.4.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui-v1.4.1...webui@v1.4.2) (2024-07-06)
+
+
+### 🧹 Chores
+
+* **webui:** Synchronize simulator-ui-ocpp-server versions
+
 ## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui@v1.4.0...ui@v1.4.1) (2024-07-05)
 
 ### 🐞 Fixes
index 8b0281545d25b1a8489ccc54789e07b3c2f80455..592aced6dae821a53eddfc0fa61d5409f5c2c6ff 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "1.4.1",
+  "version": "1.4.2",
   "readme": "README.md",
   "engines": {
     "node": ">=18.0.0",
index ad486285cf6cf2a7c88e450ef0527f71114a90dc..35bc5722db7050914553638952536f2109f6cb59 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=1.4.1
+sonar.projectVersion=1.4.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.