Skip to content

Commit 413aefd

Browse files
committed
chore: release v2.7.3
Fix remaining JS-Controller 3.3 warnings
1 parent 8b58f8d commit 413aefd

4 files changed

Lines changed: 19 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ The result object `ret` looks as follows:
7070
Placeholder for next release:
7171
### __WORK IN PROGRESS__
7272
-->
73+
### 2.7.3 (2021-05-14)
74+
* Fix remaining JS-Controller 3.3 warnings
75+
7376
### 2.7.2 (2021-04-30)
7477
* Avoid warning about `undefined` states in JS-Controller 3.3+
7578

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "tradfri",
4-
"version": "2.7.2",
4+
"version": "2.7.3",
55
"news": {
6+
"2.7.3": {
7+
"en": "Fix remaining JS-Controller 3.3 warnings",
8+
"de": "Korrigieren Sie die verbleibenden JS-Controller 3.3-Warnungen",
9+
"ru": "Исправить оставшиеся предупреждения JS-Controller 3.3",
10+
"pt": "Corrigir os avisos restantes do JS-Controller 3.3",
11+
"nl": "Los de resterende JS-Controller 3.3-waarschuwingen op",
12+
"fr": "Correction des avertissements restants du JS-Controller 3.3",
13+
"it": "Correggere i restanti avvisi JS-Controller 3.3",
14+
"es": "Corregir las advertencias restantes de JS-Controller 3.3",
15+
"pl": "Napraw pozostałe ostrzeżenia JS-Controller 3.3",
16+
"zh-cn": "修复剩余的JS-Controller 3.3警告"
17+
},
618
"2.7.2": {
719
"en": "Avoid warning about `undefined` states in JS-Controller 3.3+",
820
"de": "Vermeiden Sie Warnungen vor \"undefinierten\" Zuständen in JS-Controller 3.3+",
@@ -230,18 +242,6 @@
230242
"es": "Se agregó soporte para persianas",
231243
"pl": "Dodano obsługę żaluzji",
232244
"zh-cn": "增加了对百叶窗的支持"
233-
},
234-
"2.3.0": {
235-
"en": "The gateway can now be discovered automatically",
236-
"de": "Automatische Erkennung des Gateways hinzugefügt",
237-
"ru": "Шлюз теперь может быть обнаружен автоматически",
238-
"pt": "O gateway pode agora ser descobertos automaticamente",
239-
"nl": "De gateway kan nu worden ontdekt automatisch",
240-
"fr": "La passerelle peut maintenant être découvert automatiquement",
241-
"it": "Il gateway può ora essere individuati automaticamente",
242-
"es": "La puerta de enlace puede ahora ser descubiertos automáticamente",
243-
"pl": "Brama może być wykryty automatycznie",
244-
"zh-cn": "该网关,现在可以自动发现"
245245
}
246246
},
247247
"title": "IKEA Trådfri",
@@ -335,4 +335,4 @@
335335
"native": {}
336336
}
337337
]
338-
}
338+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.tradfri",
3-
"version": "2.7.2",
3+
"version": "2.7.3",
44
"description": "ioBroker tradfri Adapter",
55
"author": {
66
"name": "AlCalzone",

0 commit comments

Comments
 (0)