-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (AlCalzone) Fix broken dependency
- Loading branch information
Showing
4 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,20 @@ | |
"Apollon77 <[email protected]>", | ||
"AlCalzone" | ||
], | ||
"version": "5.2.18", | ||
"version": "5.2.19", | ||
"news": { | ||
"5.2.19": { | ||
"en": "Fix broken dependency", | ||
"de": "Gebrochene Abhängigkeit beheben", | ||
"ru": "Исправить сломанную зависимость", | ||
"pt": "Corrigir dependência quebrada", | ||
"nl": "Verbroken afhankelijkheid herstellen", | ||
"fr": "Réparer la dépendance cassée", | ||
"it": "Correggi la dipendenza interrotta", | ||
"es": "Arreglar la dependencia rota", | ||
"pl": "Napraw zepsutą zależność", | ||
"zh-cn": "修复损坏的依赖" | ||
}, | ||
"5.2.18": { | ||
"en": "Fixed some german translations\nFixed astro schedules", | ||
"de": "Einige deutsche Übersetzungen korrigiert\nFeste Astrozeitpläne", | ||
|
@@ -93,18 +105,6 @@ | |
"es": "Se corrigió la carga de tipificaciones de Node.js", | ||
"pl": "Naprawiono ładowanie typowań Node.js", | ||
"zh-cn": "修复了 Node.js 类型的加载" | ||
}, | ||
"5.2.12": { | ||
"en": "Fixed the font in the editor", | ||
"de": "Die Schriftart im Editor korrigiert", | ||
"ru": "Исправлен шрифт в редакторе", | ||
"pt": "Corrigida a fonte no editor", | ||
"nl": "Het lettertype in de editor gerepareerd", | ||
"fr": "Correction de la police dans l'éditeur", | ||
"it": "Risolto il problema con il carattere nell'editor", | ||
"es": "Se corrigió la fuente en el editor.", | ||
"pl": "Poprawiono czcionkę w edytorze", | ||
"zh-cn": "修复了编辑器中的字体" | ||
} | ||
}, | ||
"desc": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "iobroker.javascript", | ||
"version": "5.2.18", | ||
"version": "5.2.19", | ||
"description": "Rules Engine for ioBroker", | ||
"author": "bluefox <[email protected]>", | ||
"contributors": [ | ||
|