From: Jérôme Benoit Date: Fri, 5 Jul 2024 00:14:39 +0000 (+0200) Subject: chore: release main X-Git-Tag: ocpp-server@v1.4.1^2~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f1b05f99126064d7a8bc8f752334c447486de1a8;p=e-mobility-charging-stations-simulator.git chore: release main --- diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 430475d1..212b76dc 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b39120..bc3f10c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 72fc91fc..3fe031f5 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/sonar-project.properties b/sonar-project.properties index 96279313..8f9853ca 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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. diff --git a/tests/ocpp-server/CHANGELOG.md b/tests/ocpp-server/CHANGELOG.md index 66260d3e..098a514f 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -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 diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 96bb5f93..ec3cc805 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 5f0a9c00..215fdb5b 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -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 diff --git a/ui/web/package.json b/ui/web/package.json index 1ac37f46..6cbcff41 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -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", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 61c6bc6c..ad486285 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -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.