Skip to content

Commit

Permalink
chore(main): release app 1.0.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
opencleanenergy[bot] authored Sep 3, 2024
1 parent 004f61b commit 552e47e
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.22](https://github.com/OpenCleanEnergy/emma/compare/app-v1.0.0-alpha.21...app-v1.0.0-alpha.22) (2024-09-03)


### 📦️ Build System, Dependencies

* **deps:** bump signals from 5.4.0 to 5.5.0 in /app in the dependencies group ([#194](https://github.com/OpenCleanEnergy/emma/issues/194)) ([004f61b](https://github.com/OpenCleanEnergy/emma/commit/004f61bccb1f69146a8781c8984e70fc98ce380b))

## [1.0.0-alpha.21](https://github.com/OpenCleanEnergy/emma/compare/app-v1.0.0-alpha.20...app-v1.0.0-alpha.21) (2024-09-03)


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

0 comments on commit 552e47e

Please sign in to comment.