Skip to content

Commit

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

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


### 🚀 Features

* Regenerate icons to support Android monochrome icons and iOS dark and tinted icons ([ebf5d2a](https://github.com/OpenCleanEnergy/emma/commit/ebf5d2a8ac11b48432c45ab6e41976d8e05577fe))


### 📦️ Build System, Dependencies

* **deps:** bump the dependencies group in /app with 3 updates ([#213](https://github.com/OpenCleanEnergy/emma/issues/213)) ([0bfed88](https://github.com/OpenCleanEnergy/emma/commit/0bfed88800cc775c4f836519f18e66081d3970fb))

## [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)


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

0 comments on commit 6c81880

Please sign in to comment.