Skip to content

Commit

Permalink
Merge pull request #1070 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 4, 2024
2 parents d295031 + ba5c18c commit fd28cc9
Show file tree
Hide file tree
Showing 9 changed files with 56 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.3.7",
"ui/web": "1.3.7",
"tests/ocpp-server": "1.3.7"
".": "1.4.0",
"ui/web": "1.4.0",
"tests/ocpp-server": "1.4.0"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

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

### 🚀 Features

- switch to release-please release manager ([2c02376](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2c02376b6b17a6094c451b976275ed9eb2e1407b))

### 🐞 Fixes

- **ci:** fix release-please GH action run ([2a91b70](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2a91b70f1cf33c64ee6f2f3be63bb9b5614cd319))
- **ci:** silence release-please GH action warnings ([4dc1046](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4dc10464e640d30a12ece043edcd72390cd1fb43))
- ensure checks are run on release PR ([ce4b669](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ce4b6698ed11fbee77caf6f448fef2db36240bcc))

### 📚 Documentation

- add branching model to README.md ([d295031](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d295031fa6c94271ec551f32bba55f9cd99c998e))
- add PR template ([8d9bfb0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8d9bfb088bc280dac892ca71f40bb085842eb7e7))

### ✨ Polish

- **test:** code cleanups ([b53037c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b53037c097bf8412831281229234e814aaae82a9))
- **test:** typing cleanups ([65a1581](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/65a1581afd90a44096f1c0157abf4d5531d76fa5))

### 🤖 Automation

- bump volta node version ([abc5de8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/abc5de857ea9e4a27f83d1c2fe60b4618775a540))
- **ci:** fix component handling in release-please ([60414a7](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/60414a7e313e6ce7b3a9effd8a8cccb41555a04c))
- **ci:** limit initial release PR to previous version commit ([e49bac4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e49bac45f5d513b19991fde86e7c234eb46ab85d))
- **ci:** remove release-please workspace plugin ([94097a8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/94097a8d456f51654a9b201e41309d9628638a81))
- **deps-dev:** apply updates ([e92bd99](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e92bd991d1f0c43442dd20d7b5e34fd30f9bb136))
- **deps-dev:** apply updates ([a33e3b4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a33e3b4129757990b84af075cf9b678506937afb))
- **deps:** bump ws from 8.17.1 to 8.18.0 ([4119c6e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4119c6edbafb3fe813587770a2fb5a91c85a8340))

## [v1.3.7](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.6...v1.3.7)

- fix: fix OCPP2 mock server command sending [`#1061`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1061)
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.3.7",
"version": "1.4.0",
"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.3.7
sonar.projectVersion=1.4.0
# x-release-please-end

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

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

### 🐞 Fixes

- **ocpp-server:** randomize GetBaseReport request id ([8fe113d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8fe113d7ae764df93daaa7a69c6fe810b6703587))
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.3.7"
version = "1.4.0"
description = "OCPP2 mock server"
authors = ["Jérôme Benoit <[email protected]>"]
readme = "README.md"
Expand Down
9 changes: 9 additions & 0 deletions ui/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

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

### 🤖 Automation

- bump volta node version ([abc5de8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/abc5de857ea9e4a27f83d1c2fe60b4618775a540))
- **deps-dev:** apply updates ([e92bd99](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e92bd991d1f0c43442dd20d7b5e34fd30f9bb136))
- **deps-dev:** apply updates ([a33e3b4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a33e3b4129757990b84af075cf9b678506937afb))
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.3.7",
"version": "1.4.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=0.3.0
sonar.projectVersion=1.4.0
# x-release-please-end

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

0 comments on commit fd28cc9

Please sign in to comment.