Skip to content

Commit

Permalink
Merge pull request #1072 from SAP/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
jerome-benoit authored Jul 6, 2024
2 parents 26058fd + 8d92657 commit b01f556
Show file tree
Hide file tree
Showing 9 changed files with 33 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.4.1",
"ui/web": "1.4.1",
"tests/ocpp-server": "1.4.1"
".": "1.4.2",
"ui/web": "1.4.2",
"tests/ocpp-server": "1.4.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.4.2) (2024-07-06)

### 📚 Documentation

- format 'Branching model' section in README.md ([3196db2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3196db2fbe206231fc0ee7d7947b19937a23ce42))

### 🤖 Automation

- **ci:** do not cancel workflow in case of autofix failure ([7e302de](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7e302dea6f55838438fbe7bf0b9b8e70f3c3af21))
- **ci:** fix release-please changelog after module renaming ([26058fd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/26058fdb1d89d53caceceb1a981e3d48d73dcfae))
- **ci:** rename module in changelog ([b7c140d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b7c140d7aad6d935d8941b07062011d4171596e9))
- **deps:** bump poolifier from 4.0.15 to 4.0.16 ([8965c9e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8965c9e361bd771e59963c7ebd22b4d3fc0da04b))

## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.4.1) (2024-07-05)

### 🐞 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.4.1",
"version": "1.4.2",
"engines": {
"node": ">=18.18.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.4.1
sonar.projectVersion=1.4.2
# 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

## [1.4.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.4.2) (2024-07-06)

### 🤖 Automation

- **deps-dev:** bump ruff from 0.5.0 to 0.5.1 in /tests/ocpp-server ([b6f8b09](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b6f8b09baf035ba075a837cb9199e821b2deb6fa))

## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.4.1) (2024-07-05)

### 🧹 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 @@
[tool.poetry]
name = "ocpp-server"
version = "1.4.1"
version = "1.4.2"
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

## [1.4.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]) (2024-07-06)

### 🧹 Chores

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

## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/[email protected]@v1.4.1) (2024-07-05)

### 🐞 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.4.1",
"version": "1.4.2",
"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.4.1
sonar.projectVersion=1.4.2
# x-release-please-end

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

0 comments on commit b01f556

Please sign in to comment.