chore: release main (#1196)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 23 Oct 2024 17:49:19 +0000 (19:49 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2024 17:49:19 +0000 (19:49 +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 f5f18f9a1e04ce92d77442474f5e96c27d53dc30..3e281a65c507b2530823996f015a16cf007b9586 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "1.5.2",
-  "ui/web": "1.5.2",
-  "tests/ocpp-server": "1.5.2"
+  ".": "2.0.0",
+  "ui/web": "2.0.0",
+  "tests/ocpp-server": "2.0.0"
 }
index 3dd8497ce8220279542faf62c898c7b2c486b63e..257e4992eac4984fc64cfdcba2f599e4142e6fab 100644 (file)
@@ -1,5 +1,26 @@
 # Changelog
 
+## [2.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.5.2...simulator@v2.0.0) (2024-10-23)
+
+### ⚠ BREAKING CHANGES
+
+- bump the minimum node version supported to 20.x.x
+
+### ⚡ Performance
+
+- use crypto `hash` instead of `createHash` ([1f9416c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1f9416ccaf3bacf0c4f3f61ae8501d8b3f036ad2))
+
+### 🤖 Automation
+
+- **ci:** readd pnpm audit step ([11d2ed9](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/11d2ed98b089dff19a7c2521b0f36ffc81a49b0c))
+- **ci:** switch to workflow token ([ecb01bf](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ecb01bf1c1d631d2f0920c870097c7f17df6118a))
+- **deps-dev:** bump neostandard in the regular group ([#1198](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1198)) ([d65f40c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d65f40c07014ba5c72e180ec8ca43b67bac0aacf))
+- **deps:** bump the regular group with 2 updates ([#1197](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1197)) ([6f31a7a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6f31a7a48fbe760691ebc36695ca8ab07b538f8b))
+
+### 🧹 Chores
+
+- bump the minimum node version supported to 20.x.x ([7b8957c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7b8957c7a45de0415157f08ce7aa18e0b2fc83c4))
+
 ## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.5.1...simulator@v1.5.2) (2024-10-21)
 
 ### 🐞 Bug Fixes
index 2964336c79c311b78478e3d59bfff9e400f5cd35..7d53c8f8e4bb9f1cb9d917312ea1340482802757 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.5.2",
+  "version": "2.0.0",
   "engines": {
     "node": ">=20.0.0",
     "pnpm": ">=9.0.0"
index db857ba19f620bdd70dc5660160c56fbb38c01f8..52cb7e7d41e1be54062737f6464a92093b684aa8 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.5.2
+sonar.projectVersion=2.0.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 57d7cc78c5810f36870148eff67d20ea9df5daa8..32daa7eeda72c5f05b62201576bedf10fa653f6b 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [2.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v1.5.2...ocpp-server@v2.0.0) (2024-10-23)
+
+### 🤖 Automation
+
+- **deps-dev:** bump taskipy in /tests/ocpp-server in the regular group ([#1199](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1199)) ([cd41213](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/cd41213f50caaf842c4cc078ce5907adba68c05b))
+
 ## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v1.5.1...ocpp-server@v1.5.2) (2024-10-21)
 
 ### 🐞 Bug Fixes
index 6bfd1dc697e708bf13eb7f3029164f36eaab4248..6fba4135573ffe865f983d198497850083c06af0 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ocpp-server"
-version = "1.5.2"
+version = "2.0.0"
 description = "OCPP2 mock server"
 authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
 readme = "README.md"
index f144d97683b046407e6345043575f18304551f0b..7858e1d5ad69ca53f5db4fd6daeea9568522b262 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [2.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v1.5.2...webui@v2.0.0) (2024-10-23)
+
+### 🤖 Automation
+
+- **deps:** bump the regular group with 2 updates ([#1197](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1197)) ([6f31a7a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6f31a7a48fbe760691ebc36695ca8ab07b538f8b))
+
 ## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v1.5.1...webui@v1.5.2) (2024-10-21)
 
 ### 🐞 Bug Fixes
index 7486c4a6f2fa78084fb4952abd3b6a6ba01b12e2..10dae4814c44ee78b6e0738ba9068888ecc090da 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "1.5.2",
+  "version": "2.0.0",
   "readme": "README.md",
   "engines": {
     "node": ">=18.0.0",
index dc7762f9bc85e9509bc81d4ed20acc74e5e1458f..f6c94a9f148373954426dad36e212a9f3f223985 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.5.2
+sonar.projectVersion=2.0.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.