Skip to content

Commit

Permalink
chore: release v2.6.5
Browse files Browse the repository at this point in the history
Bugfix: Loading all scenes no longer stalls when a group has no scenes
  • Loading branch information
AlCalzone committed Nov 29, 2020
1 parent 183a14f commit c482a8f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ The result object `ret` looks as follows:
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### 2.6.5 (2020-11-29)
* Bugfix: Loading all scenes no longer stalls when a group has no scenes

### 2.6.4 (2020-11-29)
* Fix: Updated `node-tradfri-client` to suppress warnings about unknown property `9109`
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "tradfri",
"version": "2.6.4",
"version": "2.6.5",
"news": {
"2.6.5": {
"en": "Bugfix: Loading all scenes no longer stalls when a group has no scenes",
"de": "Bugfix: Das Laden aller Szenen wird nicht mehr blockiert, wenn eine Gruppe keine Szenen hat",
"ru": "Исправление: загрузка всех сцен больше не останавливается, если в группе нет сцен.",
"pt": "Correção: o carregamento de todas as cenas não para mais quando um grupo não tem cenas",
"nl": "Bugfix: het laden van alle scènes stopt niet langer wanneer een groep geen scènes heeft",
"fr": "Correctif: le chargement de toutes les scènes ne s'arrête plus lorsqu'un groupe n'a pas de scènes",
"it": "Errore corretto: il caricamento di tutte le scene non si blocca più quando un gruppo non ha scene",
"es": "Corrección de error: la carga de todas las escenas ya no se detiene cuando un grupo no tiene escenas",
"pl": "Poprawka: Ładowanie wszystkich scen nie zatrzymuje się już, gdy grupa nie ma scen",
"zh-cn": "错误修正:当一个组没有场景时,加载所有场景不再停止"
},
"2.6.4": {
"en": "Fix: Updated `node-tradfri-client` to suppress warnings about unknown property `9109`",
"de": "Fix: `node-tradfri-client` wurde aktualisiert, um Warnungen vor unbekannter Eigenschaft` 9109` zu unterdrücken",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tradfri",
"version": "2.6.4",
"version": "2.6.5",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@iobroker/adapter-core": "^2.4.0",
"alcalzone-shared": "^2.0.0",
"node-tradfri-client": "^2.1.7"
"node-tradfri-client": "^2.1.8"
},
"devDependencies": {
"@alcalzone/release-script": "^1.8.1",
Expand Down

0 comments on commit c482a8f

Please sign in to comment.