Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Aug 15, 2024
1 parent 0f729d5 commit 9c8287e
Show file tree
Hide file tree
Showing 9 changed files with 79 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.1",
"ui/web": "1.5.1",
"tests/ocpp-server": "1.5.1"
".": "1.5.2",
"ui/web": "1.5.2",
"tests/ocpp-server": "1.5.2"
}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.5.1...simulator@v1.5.2) (2024-08-15)


### ✨ Polish

* **deps-dev:** remove unused deps ([fd855c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fd855c1b97eb0eb50caba0f766c94b2cea4ff5e0))


### 🧪 Tests

* add AsyncLock test ([b842c65](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b842c65bd62d35d7b19f5d45371dfe0c6539e6d3))
* add checkStationInfoConnectorStatus() test ([dd81d27](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/dd81d27d043073971f29ec761261489f16c66541))
* add getPhaseRotationValue() test ([2997179](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/29971799109b0dff8f12f0977b5f520ec55cc100))
* add missing tests/utils/AsyncLock.test.ts file ([35f57b2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/35f57b2c14853801f09f675a08decf17f5f6da4c))
* cleanup AsyncLock test ([213958d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/213958d630327ba513982a7f18642b09ec5a03c8))
* refine AsyncLock runExclusive() expectation ([bff96f3](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bff96f3a942ee6ff5f85926683440945017ffeab))


### 🤖 Automation

* **deps-dev:** bump @types/node from 22.0.3 to 22.1.0 ([#1120](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1120)) ([c11dc2a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c11dc2a0aca044ee03dc565dfaff7342b4ce039a))
* **deps-dev:** bump @vitest/coverage-v8 from 2.0.4 to 2.0.5 ([#1117](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1117)) ([4ee8259](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4ee82592a066961b6877858ed29a825bfd480acf))
* **deps-dev:** bump eslint-plugin-jsdoc in the major group ([#1131](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1131)) ([90c55af](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/90c55af4d09233be277d0e73a621441a564c0199))
* **deps-dev:** bump the regular group with 2 updates ([#1138](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1138)) ([81fe15c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/81fe15c66400b48457ab34908cac32ca00d61e38))
* **deps-dev:** bump vitest from 2.0.4 to 2.0.5 ([#1116](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1116)) ([e454b55](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e454b5538856316f8492463262186a24e02e2925))
* **deps:** bump the regular group across 1 directory with 12 updates ([#1140](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1140)) ([89e8682](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/89e8682d8e1b3936bd17af7eca0142f9ad695b7f))
* **deps:** bump the regular group with 2 updates ([#1129](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1129)) ([d9f951c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d9f951c258d12765106548688672b8413716fb16))
* **deps:** bump the regular group with 5 updates ([#1128](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1128)) ([2786b45](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2786b45addc24eaefc167970ef42f831573cc7b8))
* **deps:** bump the regular group with 7 updates ([#1130](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1130)) ([4f1d887](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4f1d8877c57dd59ec6b862c5caee613532e0873a))
* **deps:** bump the regular group with 9 updates ([#1137](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1137)) ([eede99d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/eede99da5f4df39204a48daf6caf8463c1048be6))
* **deps:** bump vue from 3.4.36 to 3.4.37 in the regular group ([#1132](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1132)) ([1e755e0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1e755e07ca8925d906b4b83a9a430d4d4dc4b31d))
* **deps:** bump winston from 3.14.0 to 3.14.1 in the regular group ([#1135](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1135)) ([99edec9](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/99edec9e2c356c875dc6c9a1f0aaca1840ab1af1))

## [1.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.5.0...simulator@v1.5.1) (2024-07-30)

### ✨ Polish
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.1",
"version": "1.5.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.5.1
sonar.projectVersion=1.5.2
# x-release-please-end

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

## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v1.5.1...ocpp-server@v1.5.2) (2024-08-15)


### 🤖 Automation

* **deps-dev:** bump ruff from 0.5.5 to 0.5.6 in /tests/ocpp-server ([#1121](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1121)) ([600d4c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/600d4c16c67c6c91c97368aa59931faa86ccfc23))
* **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1133](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1133)) ([e5ea15f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e5ea15fc2a6ca7679c9eefdb5a3f56163341ea07))
* **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1141](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1141)) ([0f729d5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/0f729d55a33898e17bc7eae9c6789e5460e9ec29))

## [1.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v1.5.0...ocpp-server@v1.5.1) (2024-07-30)

### 🤖 Automation
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.1"
version = "1.5.2"
description = "OCPP2 mock server"
authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
readme = "README.md"
Expand Down
29 changes: 29 additions & 0 deletions ui/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.5.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v1.5.1...webui@v1.5.2) (2024-08-15)


### 🐞 Bug Fixes

* silence TS strict null check errors ([df60841](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/df60841b5f33a375830f6c8865bedaa9a54da65e))


### ✨ Polish

* **deps-dev:** remove unused deps ([fd855c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fd855c1b97eb0eb50caba0f766c94b2cea4ff5e0))


### 🧪 Tests

* add checkStationInfoConnectorStatus() test ([dd81d27](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/dd81d27d043073971f29ec761261489f16c66541))


### 🤖 Automation

* **deps-dev:** bump @types/node from 22.0.3 to 22.1.0 ([#1120](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1120)) ([c11dc2a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c11dc2a0aca044ee03dc565dfaff7342b4ce039a))
* **deps-dev:** bump @vitest/coverage-v8 from 2.0.4 to 2.0.5 ([#1117](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1117)) ([4ee8259](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4ee82592a066961b6877858ed29a825bfd480acf))
* **deps-dev:** bump vitest from 2.0.4 to 2.0.5 ([#1116](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1116)) ([e454b55](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e454b5538856316f8492463262186a24e02e2925))
* **deps:** bump the regular group across 1 directory with 12 updates ([#1140](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1140)) ([89e8682](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/89e8682d8e1b3936bd17af7eca0142f9ad695b7f))
* **deps:** bump the regular group with 2 updates ([#1129](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1129)) ([d9f951c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d9f951c258d12765106548688672b8413716fb16))
* **deps:** bump the regular group with 7 updates ([#1130](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1130)) ([4f1d887](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4f1d8877c57dd59ec6b862c5caee613532e0873a))
* **deps:** bump the regular group with 9 updates ([#1137](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1137)) ([eede99d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/eede99da5f4df39204a48daf6caf8463c1048be6))
* **deps:** bump vue from 3.4.36 to 3.4.37 in the regular group ([#1132](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1132)) ([1e755e0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1e755e07ca8925d906b4b83a9a430d4d4dc4b31d))

## [1.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v1.5.0...webui@v1.5.1) (2024-07-30)

### 🧹 Chores
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.1",
"version": "1.5.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.5.1
sonar.projectVersion=1.5.2
# x-release-please-end

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

0 comments on commit 9c8287e

Please sign in to comment.