Skip to content

Commit

Permalink
chore: release v2.7.1
Browse files Browse the repository at this point in the history
Dependency updates
Fixed issues in `io-package.json` and README found by the adapter checker
  • Loading branch information
AlCalzone committed Mar 12, 2021
1 parent 945a8f1 commit 1730064
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The result object `ret` looks as follows:
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 2.7.1 (2021-03-12)
* Dependency updates
* Fixed issues in `io-package.json` and README found by the adapter checker

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "tradfri",
"version": "2.7.0",
"version": "2.7.1",
"news": {
"2.7.1": {
"en": "Dependency updates\nFixed issues in `io-package.json` and README found by the adapter checker",
"de": "Abhängigkeitsaktualisierungen\nProbleme in `io-package.json` und README behoben, die vom Adapterprüfer gefunden wurden",
"ru": "Обновления зависимостей\nИсправлены проблемы в `io-package.json` и README, обнаруженные средством проверки адаптера.",
"pt": "Atualizações de dependência\nCorrigidos problemas em `io-package.json` e README encontrados pelo verificador de adaptador",
"nl": "Afhankelijkheid updates\nProblemen opgelost in `io-package.json` en README gevonden door de adapterchecker",
"fr": "Mises à jour des dépendances\nCorrection de problèmes dans `io-package.json` et README trouvés par le vérificateur d'adaptateur",
"it": "Aggiornamenti delle dipendenze\nRisolti i problemi in `io-package.json` e README trovati dal controllo dell'adattatore",
"es": "Actualizaciones de dependencia\nProblemas resueltos en `io-package.json` y README encontrados por el verificador del adaptador",
"pl": "Aktualizacje zależności\nNaprawiono problemy w plikach `io-package.json` i plik README znalezione przez narzędzie do sprawdzania adapterów",
"zh-cn": "依赖关系更新\n修复了适配器检查器在io-package.json和自述文件中的问题"
},
"2.7.0": {
"en": "Compatibility with gateway firmware v1.13.21\nAdded `whenPowerRestored` setting to configure what bulbs do after a power loss",
"de": "Kompatibilität mit der Gateway-Firmware v1.13.21\nDie Einstellung \"whenPowerRestored\" wurde hinzugefügt, um zu konfigurieren, was Lampen nach einem Stromausfall tun",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "Exponer el porcentaje de batería para dispositivos con batería.",
"pl": "Odsłonić procent baterii dla urządzeń z baterią",
"zh-cn": "显示带电池的设备的电池百分比"
},
"2.1.0": {
"en": "* Support for compact mode\n* Optimizations and fixes under the hood\n* When `node-aead-crypto` is not installed, display instructions on how to fix it",
"de": "* Unterstützung für den Kompaktmodus\n* Optimierungen und Korrekturen unter der Haube\n* Wenn `node-aead-crypto` nicht installiert ist, zeigen Sie Anweisungen zur Behebung an",
"ru": "* Поддержка компактного режима\n* Оптимизация и исправления под капотом\n* Когда `node-aead-crypto` не установлен, отобразите инструкции о том, как это исправить",
"pt": "* Suporte para o modo compacto\n* Otimizações e correções sob o capô\n* Quando o `node-aead-crypto` não está instalado, exibe instruções sobre como corrigi-lo",
"nl": "* Ondersteuning voor de compacte modus\n* Optimalisaties en oplossingen onder de motorkap\n* Wanneer `node-aead-crypto` niet is geïnstalleerd, geeft u instructies voor het oplossen ervan op",
"fr": "* Prise en charge du mode compact\n* Optimisations et corrections sous le capot\n* Lorsque `node-aead-crypto` n'est pas installé, affiche les instructions pour le corriger.",
"it": "* Supporto per la modalità compatta\n* Ottimizzazioni e correzioni sotto il cofano\n* Quando `node-aead-crypto` non è installato, visualizzare le istruzioni su come risolverlo",
"es": "* Soporte para modo compacto.\n* Optimizaciones y correcciones bajo el capó.\n* Cuando `node-aead-crypto` no está instalado, muestra instrucciones sobre cómo solucionarlo",
"pl": "* Wsparcie dla trybu kompaktowego\n* Optymalizacje i poprawki pod maską\n* Kiedy `node-aead-crypto` nie jest zainstalowany, wyświetl instrukcje, jak to naprawić",
"zh-cn": "*支持紧凑的模式\n*优化和修复盖下\n*当`节点-aead-加密`是没有安装,显示说明如何解决它"
}
},
"title": "IKEA Trådfri",
Expand Down Expand Up @@ -335,4 +335,4 @@
"native": {}
}
]
}
}
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.tradfri",
"version": "2.7.0",
"version": "2.7.1",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand Down

0 comments on commit 1730064

Please sign in to comment.