Skip to content

Commit

Permalink
chore(main): release app 1.0.0-alpha.36
Browse files Browse the repository at this point in the history
  • Loading branch information
opencleanenergy[bot] authored Oct 21, 2024
1 parent 9699f5d commit 2168fc5
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.36](https://github.com/OpenCleanEnergy/emma/compare/app-v1.0.0-alpha.35...app-v1.0.0-alpha.36) (2024-10-21)


### 📦️ Build System, Dependencies

* Bump gradle plugin `com.android.application` from 7.3.0 to 7.4.2 ([9699f5d](https://github.com/OpenCleanEnergy/emma/commit/9699f5d7238bd345e8345ec57b104bf03027a65c))

## [1.0.0-alpha.35](https://github.com/OpenCleanEnergy/emma/compare/app-v1.0.0-alpha.34...app-v1.0.0-alpha.35) (2024-10-18)


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.35"
"version": "1.0.0-alpha.36"
}
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.35
version: 1.0.0-alpha.36
# 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.35
image: ghcr.io/opencleanenergy/openems-web-app:1.0.0-alpha.36
# 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.35",
"app": "1.0.0-alpha.36",
"server": "1.0.0-alpha.37",
"keycloak": "1.0.0-alpha.3"
}

0 comments on commit 2168fc5

Please sign in to comment.