Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
chore: release v1.9.18
Browse files Browse the repository at this point in the history
* (Apollon77) Fix invalid object definition to prevent errors in js-controller 4
  • Loading branch information
Apollon77 committed Feb 1, 2022
1 parent f4807d4 commit 12472a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ because without his work, we would not have all the great information about the

## Changelog
<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
### 1.9.18 (2022-02-01)
* (Apollon77) Fix invalid object definition to prevent errors in js-controller 4

### 1.9.17 (2022-01-26)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "info",
"version": "1.9.17",
"version": "1.9.18",
"news": {
"1.9.18": {
"en": "Fix invalid object definition to prevent errors in js-controller 4",
"de": "Beheben Sie eine ungültige Objektdefinition, um Fehler in js-controller 4 zu vermeiden",
"ru": "Исправьте неверное определение объекта, чтобы предотвратить ошибки в js-контроллере 4.",
"pt": "Corrija a definição de objeto inválida para evitar erros no js-controller 4",
"nl": "Herstel ongeldige objectdefinitie om fouten in js-controller te voorkomen",
"fr": "Correction d'une définition d'objet invalide pour éviter les erreurs dans js-controller 4",
"it": "Correggi la definizione di oggetto non valida per evitare errori in js-controller 4",
"es": "Solucione la definición de objeto no válida para evitar errores en js-controller 4",
"pl": "Napraw nieprawidłową definicję obiektu, aby zapobiec błędom w kontrolerze js 4",
"zh-cn": "修复无效的对象定义以防止 js-controller 4 中的错误"
},
"1.9.17": {
"en": "Design fix\nUpdate dependencies",
"de": "Design-Fix\nAbhängigkeiten aktualisieren",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Ajuste los tipos de objetos para evitar advertencias de js-controller 3.3",
"pl": "Dostosuj typy obiektów, aby zapobiec ostrzeżeniom js-controller 3.3",
"zh-cn": "调整对象类型以防止 js-controller 3.3 警告"
},
"1.9.7": {
"en": "updated the clock background",
"de": "den Hintergrund der Uhr aktualisiert",
"ru": "обновил фон часов",
"pt": "atualizou o fundo do relógio",
"nl": "de klokachtergrond bijgewerkt",
"fr": "mis à jour l'arrière-plan de l'horloge",
"it": "aggiornato lo sfondo dell'orologio",
"es": "actualizó el fondo del reloj",
"pl": "zaktualizowałem tło zegara",
"zh-cn": "更新了时钟背景"
}
},
"title": "Information tab",
Expand Down
2 changes: 1 addition & 1 deletion 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.info",
"version": "1.9.17",
"version": "1.9.18",
"description": "This is an ioBroker adapter to get information about your system and some news about ioBroker.",
"author": {
"name": "ldittmar",
Expand Down

0 comments on commit 12472a1

Please sign in to comment.