Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit b028612

Browse files
chore(main): release app 1.0.0-alpha.52 (#318)
Co-authored-by: opencleanenergy[bot] <170932198+opencleanenergy[bot]@users.noreply.github.com>
1 parent b3f0636 commit b028612

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0-alpha.52](https://github.com/OpenCleanEnergy/OpenEMS/compare/app-v1.0.0-alpha.51...app-v1.0.0-alpha.52) (2024-12-16)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Fixes wrong signing config ([b3f0636](https://github.com/OpenCleanEnergy/OpenEMS/commit/b3f0636ed14ffbe8ed3dbacc492855d0e6aa4788))
9+
310
## [1.0.0-alpha.51](https://github.com/OpenCleanEnergy/OpenEMS/compare/app-v1.0.0-alpha.50...app-v1.0.0-alpha.51) (2024-12-16)
411

512

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "app",
33
"description": "Release-Please: 'name' controls tag name and PR title.",
4-
"version": "1.0.0-alpha.51"
4+
"version": "1.0.0-alpha.52"
55
}

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1818
# of the product and file versions while build-number is used as the build suffix.
1919

2020
# x-release-please-start-version
21-
version: 1.0.0-alpha.51
21+
version: 1.0.0-alpha.52
2222
# x-release-please-end
2323

2424
environment:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
web-app:
33
# x-release-please-start-version
4-
image: ghcr.io/opencleanenergy/openems-web-app:1.0.0-alpha.51
4+
image: ghcr.io/opencleanenergy/openems-web-app:1.0.0-alpha.52
55
# x-release-please-end
66
restart: on-failure

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app": "1.0.0-alpha.51",
2+
"app": "1.0.0-alpha.52",
33
"server": "1.0.0-alpha.47",
44
"keycloak": "1.0.0-alpha.8"
55
}

0 commit comments

Comments
 (0)