Skip to content

Commit

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


### 🚀 Features

* Uicons by Flaticon ([#234](https://github.com/OpenCleanEnergy/emma/issues/234)) ([dd4534d](https://github.com/OpenCleanEnergy/emma/commit/dd4534d0c0cc554f13fe3e845d3d5cb639cc4fc4))


### 📦️ Build System, Dependencies

* **deps:** bump the dependencies group in /app with 2 updates ([#232](https://github.com/OpenCleanEnergy/emma/issues/232)) ([5341c4b](https://github.com/OpenCleanEnergy/emma/commit/5341c4bb1470c3ce143243d7316c58bfcc1d7c18))

## [1.0.0-alpha.30](https://github.com/OpenCleanEnergy/emma/compare/app-v1.0.0-alpha.29...app-v1.0.0-alpha.30) (2024-10-08)


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

0 comments on commit 2955699

Please sign in to comment.