From: Jérôme Benoit Date: Fri, 13 Feb 2026 15:16:06 +0000 (+0100) Subject: chore: release main (#1676) X-Git-Tag: ocpp-server@v2.3.1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0fe8f2db9866a636ae052864ab2bf05a5db6f0a2;p=e-mobility-charging-stations-simulator.git chore: release main (#1676) * chore: release main * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index d3fc4a6e..624d8984 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.3.0", - "ui/web": "2.3.0", - "tests/ocpp-server": "2.3.0" + ".": "2.3.1", + "ui/web": "2.3.1", + "tests/ocpp-server": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 62587cd5..228006e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.3.0...simulator@v2.3.1) (2026-02-13) + +### 🐞 Bug Fixes + +- guard setInterval delays against 32-bit integer overflow ([1f39a68](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1f39a680df8b7fdbb673498edb9a6d42a3b40ea7)) + ## [2.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.2.1...simulator@v2.3.0) (2026-02-12) ### 🚀 Features diff --git a/package.json b/package.json index 74fa97dc..2f1e8da8 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.3.0", + "version": "2.3.1", "engines": { "node": ">=22.0.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index a565b267..927b4127 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.3.0 +sonar.projectVersion=2.3.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 9eda7898..b89e0cbe 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.3.0...ocpp-server@v2.3.1) (2026-02-13) + +### 🧹 Chores + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [2.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.2.1...ocpp-server@v2.3.0) (2026-02-12) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 32841864..c2611a0b 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp-server" -version = "2.3.0" +version = "2.3.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 fb7c680b..b98a1e34 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.3.0...webui@v2.3.1) (2026-02-13) + +### 🧹 Chores + +- **webui:** Synchronize simulator-ui-ocpp-server versions + ## [2.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.2.1...webui@v2.3.0) (2026-02-12) ### 🐞 Bug Fixes diff --git a/ui/web/package.json b/ui/web/package.json index 874e1bb5..1864ed55 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.3.0", + "version": "2.3.1", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index b9664eb6..560b01f4 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.3.0 +sonar.projectVersion=2.3.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.