Skip to content

Commit 8b9723a

Browse files
committed
chore: release main
1 parent 426ad30 commit 8b9723a

9 files changed

Lines changed: 45 additions & 8 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "2.1.0",
3-
"ui/web": "2.1.0",
4-
"tests/ocpp-server": "2.1.0"
2+
".": "2.1.1",
3+
"ui/web": "2.1.1",
4+
"tests/ocpp-server": "2.1.1"
55
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.1.0...simulator@v2.1.1) (2025-08-12)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* ensure UUIDv4 validation is RFC 9562 compliant ([426ad30](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/426ad303c9e8bb7a229be1bc8a4db7faca7c3b8d))
9+
* inputs gards logic in percentile() ([c9b23f5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c9b23f5d162bc9071b2c8864036094e7efb35125))
10+
11+
12+
### ✨ Polish
13+
14+
* cleanup async lock implementation ([2e71940](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2e719408cec263020d66d056d63579b154524eb4))
15+
16+
17+
### 🤖 Automation
18+
19+
* **deps-dev:** bump eslint-plugin-jsdoc in the regular group ([#1482](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1482)) ([17c6bdf](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/17c6bdf205fbd984eb40ee9b1baedc5f70a0f524))
20+
* **deps-dev:** bump the regular group across 1 directory with 2 updates ([#1486](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1486)) ([9bf18e3](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9bf18e3550c8a92e6e6b7c5ff0b9b1e49a9ae4a3))
21+
* **deps-dev:** bump the regular group with 2 updates ([#1477](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1477)) ([9dae2d1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9dae2d14c51d476267036b4426dcfb40262aa2af))
22+
* **deps-dev:** bump typescript in the typescript group ([#1485](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1485)) ([622f9f6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/622f9f6edb57daa3dacec4db8e411cbcefe7e0b3))
23+
* **deps:** bump actions/checkout from 4 to 5 ([#1491](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1491)) ([36f68d8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/36f68d814c02ea63c8d9a6c5031f7ded9ea9ef22))
24+
325
## [2.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.10...simulator@v2.1.0) (2025-07-24)
426

527
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "e-mobility-charging-stations-simulator",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"engines": {
66
"node": ">=20.11.0",
77
"pnpm": ">=9.0.0"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=sap-1
44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=e-mobility-charging-stations-simulator
66
# x-release-please-start-version
7-
sonar.projectVersion=2.1.0
7+
sonar.projectVersion=2.1.1
88
# x-release-please-end
99

1010
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

tests/ocpp-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.1.0...ocpp-server@v2.1.1) (2025-08-12)
4+
5+
6+
### 🤖 Automation
7+
8+
* **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1481](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1481)) ([35462e1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/35462e1c098ba22f1c00aecbe440eef267364976))
9+
* **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1490](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1490)) ([fd006ff](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fd006ff43daf84c37123e1bedcb81a9d99faa646))
10+
311
## [2.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.10...ocpp-server@v2.1.0) (2025-07-24)
412

513
### 🤖 Automation

tests/ocpp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ocpp-server"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "OCPP2 mock server"
55
authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
66
readme = "README.md"

ui/web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.1.0...webui@v2.1.1) (2025-08-12)
4+
5+
6+
### 🤖 Automation
7+
8+
* **deps-dev:** bump typescript in the typescript group ([#1485](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1485)) ([622f9f6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/622f9f6edb57daa3dacec4db8e411cbcefe7e0b3))
9+
310
## [2.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.10...webui@v2.1.0) (2025-07-24)
411

512
### 🚀 Features

ui/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "webui",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"readme": "README.md",
66
"engines": {
77
"node": ">=20.0.0",

ui/web/sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=sap-1
44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=e-mobility-charging-stations-simulator-webui
66
# x-release-please-start-version
7-
sonar.projectVersion=2.1.0
7+
sonar.projectVersion=2.1.1
88
# x-release-please-end
99

1010
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

0 commit comments

Comments
 (0)