Skip to content

Commit

Permalink
chore: release main (#1196)
Browse files Browse the repository at this point in the history
* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
jerome-benoit and autofix-ci[bot] authored Oct 23, 2024
1 parent b648336 commit 1c0c41d
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.5.2",
"ui/web": "1.5.2",
"tests/ocpp-server": "1.5.2"
".": "2.0.0",
"ui/web": "2.0.0",
"tests/ocpp-server": "2.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v2.0.0) (2024-10-23)

### ⚠ BREAKING CHANGES

- bump the minimum node version supported to 20.x.x

### ⚡ Performance

- use crypto `hash` instead of `createHash` ([1f9416c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1f9416ccaf3bacf0c4f3f61ae8501d8b3f036ad2))

### 🤖 Automation

- **ci:** readd pnpm audit step ([11d2ed9](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/11d2ed98b089dff19a7c2521b0f36ffc81a49b0c))
- **ci:** switch to workflow token ([ecb01bf](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ecb01bf1c1d631d2f0920c870097c7f17df6118a))
- **deps-dev:** bump neostandard in the regular group ([#1198](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1198)) ([d65f40c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d65f40c07014ba5c72e180ec8ca43b67bac0aacf))
- **deps:** bump the regular group with 2 updates ([#1197](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1197)) ([6f31a7a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6f31a7a48fbe760691ebc36695ca8ab07b538f8b))

### 🧹 Chores

- bump the minimum node version supported to 20.x.x ([7b8957c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7b8957c7a45de0415157f08ce7aa18e0b2fc83c4))

## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.5.2) (2024-10-21)

### 🐞 Bug Fixes
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": "1.5.2",
"version": "2.0.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.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=1.5.2
sonar.projectVersion=2.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

## [2.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v2.0.0) (2024-10-23)

### 🤖 Automation

- **deps-dev:** bump taskipy in /tests/ocpp-server in the regular group ([#1199](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1199)) ([cd41213](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/cd41213f50caaf842c4cc078ce5907adba68c05b))

## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.5.2) (2024-10-21)

### 🐞 Bug Fixes
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 @@
[tool.poetry]
name = "ocpp-server"
version = "1.5.2"
version = "2.0.0"
description = "OCPP2 mock server"
authors = ["Jérôme Benoit <[email protected]>"]
readme = "README.md"
Expand Down
6 changes: 6 additions & 0 deletions ui/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v2.0.0) (2024-10-23)

### 🤖 Automation

- **deps:** bump the regular group with 2 updates ([#1197](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1197)) ([6f31a7a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6f31a7a48fbe760691ebc36695ca8ab07b538f8b))

## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.5.2) (2024-10-21)

### 🐞 Bug Fixes
Expand Down
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": "webui",
"version": "1.5.2",
"version": "2.0.0",
"readme": "README.md",
"engines": {
"node": ">=18.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-webui
# x-release-please-start-version
sonar.projectVersion=1.5.2
sonar.projectVersion=2.0.0
# x-release-please-end

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

0 comments on commit 1c0c41d

Please sign in to comment.