Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jul 23, 2024
2 parents efd9baf + ef6e300 commit e868de9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ jobs:
draft: false
prerelease: ${{ contains(steps.version.outputs.result, '-') }}
body: ${{ steps.extract_release.outputs.BODY }}

28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "denon",
"version": "1.15.7",
"version": "1.15.8",
"news": {
"1.15.8": {
"en": "updated dependencies\nadded tier and license information\nfixed invalid object `denon.0`",
"de": "aktualisierte abhängigkeiten\nzusätzliche tier- und lizenzinformationen\nungültiges objekt `denon.0`",
"ru": "обновленные зависимости\nдобавленный уровень и лицензионная информация\nнедействительными",
"pt": "dependências atualizadas\nadicionada informação de nível e licença\nobjeto inválido fixo `denon.0`",
"nl": "bijgewerkte afhankelijkheden\ntoegevoegde niveau- en licentieinformatie\nvast ongeldig object ",
"fr": "dépendances actualisées\nles informations de niveau et de licence ajoutées\nobjet non valide corrigé `denon.0`",
"it": "dipendenze aggiornate\ninformazioni aggiuntive di livello e licenza\noggetto non valido fisso `denon.0`",
"es": "dependencias actualizadas\ninformación de nivel añadido y licencia\nobjeto no válido fijo `denon.0`",
"pl": "zaktualizowane zależności\ndodane informacje dotyczące poziomu dokładności i licencji\nustawiony niepoprawny obiekt 'denon.0'",
"uk": "оновлені залежності\nдодано ярус та ліцензія\n`denon.0`",
"zh-cn": "更新的依赖关系\n增加了分层和许可证信息\n固定无效对象`denon.0'"
},
"1.15.7": {
"en": "updated dependencies\nadded tier and license information\nfixed invalid object `denon.0`",
"de": "aktualisierte abhängigkeiten\nzusätzliche tier- und lizenzinformationen\nungültiges objekt `denon.0`",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "sprawa rozruchowa kontrolera v5",
"uk": "фіксований випадок з контролером v5",
"zh-cn": "a. 固定事故案件"
},
"1.15.1": {
"en": "fix `displayContent` showing old information (closes #318)",
"de": "fix displayContent alte Informationen anzeigen (schließt #318)",
"ru": "fix displayСодержание, показывающее старую информацию (closes #318)",
"pt": "corrigir displayConteúdo mostrando informações antigas (fecha #318)",
"nl": "vertaling:",
"fr": "afficher le contenuAfficher les informations anciennes (ferme #318)",
"it": "fix displayContent che mostra vecchie informazioni (chiude #318)",
"es": "pantalla de fijaciónContent mostrando información vieja (cerca #318)",
"pl": "rezultaty pokazują stare informacje (zawiera #318)",
"uk": "фіксувати дисплейКонтент показати старі дані (закриває #318)",
"zh-cn": "fix 显示旧资料(编号:第318号)"
}
},
"title": "DENON AVR",
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": "iobroker.denon",
"version": "1.15.7",
"version": "1.15.8",
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit e868de9

Please sign in to comment.