Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "4.6.0",
"ui/common": "4.6.0",
"ui/cli": "4.6.0",
"ui/web": "4.6.0",
"tests/ocpp-server": "4.6.0"
".": "5.0.0",
"ui/common": "5.0.0",
"ui/cli": "5.0.0",
"ui/web": "5.0.0",
"tests/ocpp-server": "5.0.0"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.6.0...simulator@v5.0.0) (2026-05-03)

### 🧹 Chores

- **simulator:** Synchronize simulator-ui-ocpp-server versions

## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.5.1...simulator@v4.6.0) (2026-05-02)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "e-mobility-charging-stations-simulator",
"version": "4.6.0",
"version": "5.0.0",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.9.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=4.6.0
sonar.projectVersion=5.0.0
# x-release-please-end

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down
6 changes: 6 additions & 0 deletions tests/ocpp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.6.0...ocpp-server@v5.0.0) (2026-05-03)

### 🧹 Chores

- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions

## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.5.1...ocpp-server@v4.6.0) (2026-05-02)

### 🧹 Chores
Expand Down
2 changes: 1 addition & 1 deletion tests/ocpp-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ocpp-server"
version = "4.6.0"
version = "5.0.0"
description = "OCPP2 mock server"
authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
readme = "README.md"
Expand Down
6 changes: 6 additions & 0 deletions ui/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.6.0...cli@v5.0.0) (2026-05-03)

### 🧹 Chores

- **cli:** Synchronize simulator-ui-ocpp-server versions

## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.5.1...cli@v4.6.0) (2026-05-02)

### 🐞 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion ui/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "cli",
"version": "4.6.0",
"version": "5.0.0",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.9.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/cli/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-cli
# x-release-please-start-version
sonar.projectVersion=4.6.0
sonar.projectVersion=5.0.0
# x-release-please-end

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down
6 changes: 6 additions & 0 deletions ui/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.6.0...ui-common@v5.0.0) (2026-05-03)

### 🧹 Chores

- **ui-common:** Synchronize simulator-ui-ocpp-server versions

## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.5.1...ui-common@v4.6.0) (2026-05-02)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion ui/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "ui-common",
"version": "4.6.0",
"version": "5.0.0",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.9.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/common/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-ui-common
# x-release-please-start-version
sonar.projectVersion=4.6.0
sonar.projectVersion=5.0.0
# x-release-please-end

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down
127 changes: 127 additions & 0 deletions ui/web/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "web",
"version": "4.6.0",
"version": "5.0.0",
"readme": "README.md",
"engines": {
"node": ">=22.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/web/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-web
# x-release-please-start-version
sonar.projectVersion=4.6.0
sonar.projectVersion=5.0.0
# x-release-please-end

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