From f2b010fe73a5bc1299d003a330c75034c4c0998a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 10 Jan 2025 18:15:24 +0100 Subject: [PATCH] chore: release main --- .github/release-please/manifest.json | 6 +++--- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- tests/ocpp-server/CHANGELOG.md | 16 ++++++++++++++++ tests/ocpp-server/pyproject.toml | 2 +- ui/web/CHANGELOG.md | 10 ++++++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 9 files changed, 49 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0b1aaa3b0..a710953d8 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.2", - "ui/web": "2.0.2", - "tests/ocpp-server": "2.0.2" + ".": "2.0.3", + "ui/web": "2.0.3", + "tests/ocpp-server": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c17328b8..cd80d946f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.2...simulator@v2.0.3) (2025-01-10) + + +### 🤖 Automation + +* **deps-dev:** bump @types/node in the regular group ([#1264](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1264)) ([7d3076d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7d3076df490d0c4fe2f19bba39066384bf2a6060)) +* **deps-dev:** bump @types/node in the regular group ([#1269](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1269)) ([f76119c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f76119cefac3d3ef7f8186e5e37e92c11f58be5f)) +* **deps-dev:** bump eslint-plugin-perfectionist in the regular group ([#1267](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1267)) ([a5946ce](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a5946ce92ecb10e34b4f3d9141411c465bf5d7ab)) +* **deps-dev:** bump eslint-plugin-perfectionist in the regular group ([#1271](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1271)) ([ba78676](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ba7867687bbf53d9b966d8995706348c048c6973)) +* **deps-dev:** bump glob from 11.0.0 to 11.0.1 in the regular group ([#1274](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1274)) ([df397f6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/df397f603cec1aa565474ac0d01edb7c064fdb1f)) +* **deps-dev:** bump jsdom from 25.0.1 to 26.0.0 ([#1276](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1276)) ([a082525](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a082525de20451c572433ac5cb9b4b6c0a908b1d)) +* **deps-dev:** bump typescript in the typescript group ([#1275](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1275)) ([8a16c2c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8a16c2cd8dea56de21d7a4bfabc2178b4091f6d8)) +* **deps:** bump the regular group with 2 updates ([#1262](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1262)) ([a8de006](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a8de0063cd6e9e817d8edf715679173c9beed470)) +* **deps:** bump the regular group with 5 updates ([#1273](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1273)) ([3594fbd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3594fbd4ef832fb9da039f103ee6b2bc4e062863)) + ## [2.0.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.1...simulator@v2.0.2) (2024-12-23) ### ✨ Polish diff --git a/package.json b/package.json index 001b918e8..150ded547 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "2.0.2", + "version": "2.0.3", "engines": { "node": ">=20.0.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 5a8d3c0b8..bc24963ae 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=2.0.2 +sonar.projectVersion=2.0.3 # 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 6d2a7aa89..711dbc0e2 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.2...ocpp-server@v2.0.3) (2025-01-10) + + +### 🐞 Bug Fixes + +* port OCPP 2 server code to ocpp version 2 library ([5dd0043](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5dd0043f62de284dfdfcd055d891240a696851a3)) + + +### 🤖 Automation + +* **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1265](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1265)) ([c16a083](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c16a08374580fbe02b9797909b559ad18241c7a1)) +* **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1272](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1272)) ([724426b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/724426b6062a2515eaa4b96747d672cd93f4421f)) +* **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1277](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1277)) ([00c442c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/00c442c3e5e5b09307ae59cd82a9ce76483674b3)) +* **deps:** bump ocpp from 2.0.0rc3 to 2.0.0rc4 in /tests/ocpp-server ([#1266](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1266)) ([ef6b26b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ef6b26b096bb3c6faea89a3c62346e510d81861d)) +* **deps:** bump ocpp from 2.0.0rc4 to 2.0.0 in /tests/ocpp-server ([#1268](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1268)) ([6f05e7a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6f05e7a9c51a7a271f5a3a6867a823cf53383d5d)) + ## [2.0.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.1...ocpp-server@v2.0.2) (2024-12-23) ### 🤖 Automation diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 7c9c451c2..c03f116b4 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp-server" -version = "2.0.2" +version = "2.0.3" 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 6a56fd537..a5ecfbe15 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.2...webui@v2.0.3) (2025-01-10) + + +### 🤖 Automation + +* **deps-dev:** bump @types/node in the regular group ([#1264](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1264)) ([7d3076d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7d3076df490d0c4fe2f19bba39066384bf2a6060)) +* **deps-dev:** bump @types/node in the regular group ([#1269](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1269)) ([f76119c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f76119cefac3d3ef7f8186e5e37e92c11f58be5f)) +* **deps-dev:** bump jsdom from 25.0.1 to 26.0.0 ([#1276](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1276)) ([a082525](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a082525de20451c572433ac5cb9b4b6c0a908b1d)) +* **deps-dev:** bump typescript in the typescript group ([#1275](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1275)) ([8a16c2c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8a16c2cd8dea56de21d7a4bfabc2178b4091f6d8)) + ## [2.0.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.1...webui@v2.0.2) (2024-12-23) ### ✨ Polish diff --git a/ui/web/package.json b/ui/web/package.json index 8d0a1fa00..2e8d24445 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "2.0.2", + "version": "2.0.3", "readme": "README.md", "engines": { "node": ">=18.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index e85b4fcdc..9a8447da1 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=2.0.2 +sonar.projectVersion=2.0.3 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.