From 8966060c84e4321e4500e539855e8e6d1a862620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 27 May 2025 14:25:01 +0200 Subject: [PATCH] chore: release main (#1406) * 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 | 6 +++--- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- tests/ocpp-server/CHANGELOG.md | 6 ++++++ tests/ocpp-server/pyproject.toml | 2 +- ui/web/CHANGELOG.md | 6 ++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 9 files changed, 34 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 8683fd0b..8cd866e6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.7", - "ui/web": "2.0.7", - "tests/ocpp-server": "2.0.7" + ".": "2.0.8", + "ui/web": "2.0.8", + "tests/ocpp-server": "2.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3699166c..41a9ea81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.0.8](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.7...simulator@v2.0.8) (2025-05-27) + +### 🐞 Bug Fixes + +- **docker:** dependencies installation with latest pnpm ([b1dab0c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b1dab0ce2c231c96a3ba1aecb559054879745170)) + +### 🤖 Automation + +- **deps-dev:** bump @cspell/eslint-plugin from 8.19.4 to 9.0.0 ([#1408](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1408)) ([78c7a82](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/78c7a82d33b0f3a9dc9713e4631b0dbdc652b193)) +- **deps-dev:** bump lint-staged from 15.5.2 to 16.0.0 ([#1413](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1413)) ([f6d19a9](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f6d19a9dd3a420f7e2d9beeaffcddfe90ba73de5)) +- **deps:** bump sonarsource/sonarqube-scan-action from 5.1.0 to 5.2.0 ([7a64458](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7a64458c37ea67ff15cf0723501c56fff73a56cb)) +- **deps:** bump the regular group across 1 directory with 15 updates ([c74bb2c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c74bb2c6d158b4344ef8acfc6a8d6ae84cbc0801)) +- **deps:** bump the regular group across 1 directory with 9 updates ([#1411](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1411)) ([384bf4b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/384bf4b7a95fbc8d93b17950b4c7988982ea648a)) + ## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.6...simulator@v2.0.7) (2025-04-30) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 5f8ab6a1..a96a401a 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.7", + "version": "2.0.8", "engines": { "node": ">=20.11.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 13b85d8d..b1af320e 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.7 +sonar.projectVersion=2.0.8 # 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 af5b99e2..7275d36c 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.8](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.7...ocpp-server@v2.0.8) (2025-05-27) + +### 🤖 Automation + +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1412](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1412)) ([74d8348](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/74d8348d64f562a1c4cd74bea36955d83638949c)) + ## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.6...ocpp-server@v2.0.7) (2025-04-30) ### 🤖 Automation diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index cb2c39e8..cedb57ec 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.7" +version = "2.0.8" 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 376586d9..2bf2b6f8 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.8](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.7...webui@v2.0.8) (2025-05-27) + +### 🐞 Bug Fixes + +- **docker:** dependencies installation with latest pnpm ([b1dab0c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b1dab0ce2c231c96a3ba1aecb559054879745170)) + ## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.6...webui@v2.0.7) (2025-04-30) ### 🤖 Automation diff --git a/ui/web/package.json b/ui/web/package.json index cf93c4d4..cf00a748 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.7", + "version": "2.0.8", "readme": "README.md", "engines": { "node": ">=20.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 45c4631c..238c81d6 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.7 +sonar.projectVersion=2.0.8 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -- 2.43.0