chore: release main
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 5 Jul 2024 00:14:39 +0000 (02:14 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 5 Jul 2024 00:14:39 +0000 (02:14 +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 430475d1e422da2a03595bd0e7c6d5c47c0bbf76..212b76dced7440b6a3e7dd37ad8ddf3641c3f87f 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "1.4.0",
-  "ui/web": "1.4.0",
-  "tests/ocpp-server": "1.4.0"
+  ".": "1.4.1",
+  "ui/web": "1.4.1",
+  "tests/ocpp-server": "1.4.1"
 }
index 93b391208061b6c52d82897716c1f824eecd6a9e..bc3f10c2b8ab8cf6f7156dc4e2d90a9d069f914c 100644 (file)
@@ -1,5 +1,17 @@
 # Changelog
 
+## [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
+
+* **ci:** fix release branches creation ([f727f02](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f727f029cb974cffb38a2c569173730b6b808e3f))
+
+
+### ✨ Polish
+
+* **ci:** cleanup release-please configuration ([9880e6f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9880e6fed0333e17aad03f33e5ec4ee6307510ec))
+
 ## [1.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator-v1.3.7...simulator@v1.4.0) (2024-07-04)
 
 ### 🚀 Features
index 72fc91fcf460ce1f2a6ed3d1362011de4386234a..3fe031f5c2b946e3fc2a68e520d6e84b3d38a8e1 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "engines": {
     "node": ">=18.18.0",
     "pnpm": ">=9.0.0"
index 962793132b1b00575c7047c70a5114bfb24c93b4..8f9853caa614fe0110e32940eb1a42187ae2ef4c 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.0
+sonar.projectVersion=1.4.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 66260d3ea132f17c11052627bef43407a96815fb..098a514fd90ab2e3df079e3a89e03e3c4e086294 100644 (file)
@@ -1,5 +1,12 @@
 # Changelog
 
+## [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
+
+* **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [1.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server-v1.3.7...ocpp-server@v1.4.0) (2024-07-04)
 
 ### 🐞 Fixes
index 96bb5f9373bcfeb79f65c02cdd823c9cbf6268ab..ec3cc8057c179ea08271e211c029569f2bb676d1 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ocpp-server"
-version = "1.4.0"
+version = "1.4.1"
 description = "OCPP2 mock server"
 authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
 readme = "README.md"
index 5f0a9c00f5279942c1078cb1c32ceb4173b4714a..215fdb5b5580eb6bd3c3f0b2f7d4b56b43b977e7 100644 (file)
@@ -1,5 +1,12 @@
 # Changelog
 
+## [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
+
+* **ci:** fix release branches creation ([f727f02](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f727f029cb974cffb38a2c569173730b6b808e3f))
+
 ## [1.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-v1.3.7...ui@v1.4.0) (2024-07-04)
 
 ### 🤖 Automation
index 1ac37f46dd18e6c832c3f386897cbdf2c9f558e8..6cbcff419e38556407ae63844c8219380a95f30d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "readme": "README.md",
   "engines": {
     "node": ">=18.0.0",
index 61c6bc6ce475235de5b002f9f397264078159b9d..ad486285cf6cf2a7c88e450ef0527f71114a90dc 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.0
+sonar.projectVersion=1.4.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.