chore: release main#1824
Conversation
There was a problem hiding this comment.
This is a standard release-please generated PR that bumps all packages from 4.6.0 to 5.0.0 across the monorepo. The changes are purely mechanical version bumps in package.json, pyproject.toml, sonar-project.properties, the release manifest, and CHANGELOG files. The ui/web CHANGELOG correctly aggregates all the accumulated changes since 4.6.0 (including the breaking change to ChargingStation's private Maps) into the 5.0.0 entry, while the other packages only contain the synchronization chore commit, which is accurate.
All version strings are consistent across every file in the PR — no mismatches or stale references are present. The CHANGELOG entries follow the established format and the breaking-change notation is correctly placed under ⚠ BREAKING CHANGES.
This PR looks correct and complete — no substantive issues found.
PR Bot Information
Version: 1.20.37
- Correlation ID:
a224b361-6b8e-4c5d-9e36-3e951aff6095 - Agent Instructions:
- Event Trigger:
pull_request.opened - File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet
SummaryThe following content is AI-generated and provides a summary of the pull request: Release v5.0.0: Major Version Bump for simulator, ui-common, cli, web, and ocpp-serverChore🚀 This is an automated release PR generated by Release Please, bumping all workspace packages from The This release consolidates a large number of features, bug fixes, and improvements that accumulated in the Changes
Breaking Changes
GitHub IssuesKey PRs included in this release:
PR Bot InformationVersion:
|
7822880 to
1800728
Compare
There was a problem hiding this comment.
Pull request overview
Release-Please generated “release main” PR that bumps the monorepo and workspace package versions to 5.0.0 and publishes the corresponding changelog entries and SonarCloud version metadata.
Changes:
- Bump versions to
5.0.0across root + workspaces (web, ui-common, cli, ocpp-server). - Update Release-Please manifest to the new linked group version.
- Update SonarCloud
sonar.projectVersionvalues and append5.0.0changelog sections.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| ui/web/sonar-project.properties | Update SonarCloud project version to 5.0.0 |
| ui/web/package.json | Bump web workspace version to 5.0.0 |
| ui/web/CHANGELOG.md | Add 5.0.0 release notes for web workspace |
| ui/common/sonar-project.properties | Update SonarCloud project version to 5.0.0 |
| ui/common/package.json | Bump ui-common workspace version to 5.0.0 |
| ui/common/CHANGELOG.md | Add 5.0.0 release notes for ui-common workspace |
| ui/cli/sonar-project.properties | Update SonarCloud project version to 5.0.0 |
| ui/cli/package.json | Bump cli workspace version to 5.0.0 |
| ui/cli/CHANGELOG.md | Add 5.0.0 release notes for cli workspace |
| tests/ocpp-server/pyproject.toml | Bump ocpp-server python project version to 5.0.0 |
| tests/ocpp-server/CHANGELOG.md | Add 5.0.0 release notes for ocpp-server |
| sonar-project.properties | Update root SonarCloud project version to 5.0.0 |
| package.json | Bump root package version to 5.0.0 |
| CHANGELOG.md | Add 5.0.0 release notes for simulator |
| .github/release-please/manifest.json | Update manifest versions to 5.0.0 for all linked packages |
| @@ -1,5 +1,137 @@ | |||
| # Changelog | |||
|
|
|||
| ## [5.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.6.0...web@v5.0.0) (2026-05-03) | |||
🤖 I have created a release beep boop
simulator: 5.0.0
5.0.0 (2026-05-03)
🧹 Chores
ui-common: 5.0.0
5.0.0 (2026-05-03)
🧹 Chores
cli: 5.0.0
5.0.0 (2026-05-03)
🧹 Chores
web: 5.0.0
5.0.0 (2026-05-03)
⚠ BREAKING CHANGES
🚀 Features
🐞 Bug Fixes
✨ Polish
🧪 Tests
📚 Documentation
ocpp-server: 5.0.0
5.0.0 (2026-05-03)
🧹 Chores
This PR was generated with Release Please. See documentation.