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..0ce94f505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.2...simulator@v2.0.3) (2025-01-02) + + +### 🤖 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 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:** 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)) + ## [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 c11445290..938937015 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..9089b2367 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,13 @@ # 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-02) + + +### 🤖 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:** 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)) + ## [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 0bbe7dcd0..b9437dd89 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..d904963bf 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.2...webui@v2.0.3) (2025-01-02) + + +### 🤖 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)) + ## [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 7d7750ad6..f915a101d 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.