Skip to content

Commit 109ac90

Browse files
committed
chore: release main
1 parent 776ac75 commit 109ac90

9 files changed

Lines changed: 29 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-
".": "4.4.0",
3-
"ui/web": "4.4.0",
4-
"tests/ocpp-server": "4.4.0"
2+
".": "4.4.1",
3+
"ui/web": "4.4.1",
4+
"tests/ocpp-server": "4.4.1"
55
}

CHANGELOG.md

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

3+
## [4.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.4.0...simulator@v4.4.1) (2026-04-10)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* **deps:** update all non-major dependencies ([#1785](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1785)) ([776ac75](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/776ac75627d8f2355956447b0dcae3021b5cf300))
9+
310
## [4.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.3.1...simulator@v4.4.0) (2026-04-07)
411

512
### 🚀 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": "4.4.0",
4+
"version": "4.4.1",
55
"engines": {
66
"node": ">=22.0.0",
77
"pnpm": ">=10.9.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=4.4.0
7+
sonar.projectVersion=4.4.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.4.0...ocpp-server@v4.4.1) (2026-04-10)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* **deps:** update all non-major dependencies ([#1785](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1785)) ([776ac75](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/776ac75627d8f2355956447b0dcae3021b5cf300))
9+
310
## [4.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.3.1...ocpp-server@v4.4.0) (2026-04-07)
411

512
### 🚀 Features

tests/ocpp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ocpp-server"
3-
version = "4.4.0"
3+
version = "4.4.1"
44
description = "OCPP2 mock server"
55
authors = [{ name = "Jérôme Benoit", email = "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+
## [4.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.4.0...webui@v4.4.1) (2026-04-10)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* **deps:** update all non-major dependencies ([#1785](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1785)) ([776ac75](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/776ac75627d8f2355956447b0dcae3021b5cf300))
9+
310
## [4.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.3.1...webui@v4.4.0) (2026-04-07)
411

512
### 🧹 Chores

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": "4.4.0",
4+
"version": "4.4.1",
55
"readme": "README.md",
66
"engines": {
77
"node": ">=22.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=4.4.0
7+
sonar.projectVersion=4.4.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)