Skip to content

Commit

Permalink
chore(main): release app 1.0.0-alpha.25
Browse files Browse the repository at this point in the history
  • Loading branch information
opencleanenergy[bot] authored Sep 11, 2024
1 parent 1d0b3ba commit 944409b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.25](https://github.com/OpenCleanEnergy/emma/compare/app-v1.0.0-alpha.24...app-v1.0.0-alpha.25) (2024-09-11)


### 🐛 Bug Fixes

* Fixes overlapping power axis titles if max value is close to last horizontal line. ([1d0b3ba](https://github.com/OpenCleanEnergy/emma/commit/1d0b3ba74e41e8fec5f50550547555f2c368d3fe))

## [1.0.0-alpha.24](https://github.com/OpenCleanEnergy/emma/compare/app-v1.0.0-alpha.23...app-v1.0.0-alpha.24) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app",
"description": "Release-Please: 'name' controls tag name and PR title.",
"version": "1.0.0-alpha.24"
"version": "1.0.0-alpha.25"
}
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# of the product and file versions while build-number is used as the build suffix.

# x-release-please-start-version
version: 1.0.0-alpha.24
version: 1.0.0-alpha.25
# x-release-please-end

environment:
Expand Down
2 changes: 1 addition & 1 deletion devops/templates/web-app/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
web-app:
# x-release-please-start-version
image: ghcr.io/opencleanenergy/openems-web-app:1.0.0-alpha.24
image: ghcr.io/opencleanenergy/openems-web-app:1.0.0-alpha.25
# x-release-please-end
restart: on-failure
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "1.0.0-alpha.24",
"app": "1.0.0-alpha.25",
"server": "1.0.0-alpha.32",
"keycloak": "1.0.0-alpha.3"
}

0 comments on commit 944409b

Please sign in to comment.