Skip to content

Commit

Permalink
Update app version to v21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent 2193774 commit 8493261
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
"20.0.0": {
"en": "Heatzy Pro & Glow/Shine are now fully supported!\nSome flows may need updating due to related breaking changes.",
"fr": "Heatzy Pro et Glow/Shine sont désormais entièrement pris en charge !\nCertains flows peuvent nécessiter une mise à jour en raison de changements majeurs liés à cette intégration."
},
"21.0.0": {
"en": "Added Onyx support"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"climate"
],
"esm": true,
"version": "20.0.0",
"version": "21.0.0",
"compatibility": ">=12.2.0",
"tags": {
"en": [
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"climate"
],
"esm": true,
"version": "20.0.0",
"version": "21.0.0",
"compatibility": ">=12.2.0",
"tags": {
"en": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.heatzy",
"version": "20.0.0",
"version": "21.0.0",
"type": "module",
"scripts": {
"format": "prettier . --check",
Expand Down

0 comments on commit 8493261

Please sign in to comment.