From b2e81baafeef1fd8958f1c32bf855f63fd25ca72 Mon Sep 17 00:00:00 2001 From: Patrick <49351462+patrickbs96@users.noreply.github.com> Date: Fri, 1 Jul 2022 12:36:08 +0200 Subject: [PATCH] chore: release v0.2.13 * (patrickbs96) Update dependencies --- README.md | 2 +- io-package.json | 26 +++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2399f56b..553e16c8 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The following States are available: Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.2.13 (2022-07-01) * (patrickbs96) Update dependencies ### 0.2.11 (2022-01-02) diff --git a/io-package.json b/io-package.json index da27eb9b..7e5c44fb 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "twinkly", - "version": "0.2.12", + "version": "0.2.13", "news": { + "0.2.13": { + "en": "Update dependencies", + "de": "Abhängigkeiten aktualisieren", + "ru": "Обновить зависимости", + "pt": "Dependências de atualização", + "nl": "Update afhankelijkheid", + "fr": "Mettre à jour les dépendances", + "it": "Dipendenze di aggiornamento", + "es": "Actualizar las dependencias", + "pl": "Zależności aktualnej", + "zh-cn": "最新依赖" + }, "0.2.12": { "en": "Update dependencies", "de": "Abhängigkeiten aktualisieren", @@ -74,18 +86,6 @@ "es": "Maneje la entrada incorrecta para que no cause excepciones", "pl": "Obsługuj nieprawidłowe dane wejściowe, aby nie powodowały wyjątków", "zh-cn": "处理错误的输入,以免引起异常" - }, - "0.2.2": { - "en": "Add Feature to change Color", - "de": "Funktion hinzufügen, um die Farbe zu ändern", - "ru": "Добавить функцию, чтобы изменить цвет", - "pt": "Adicionar característica para mudar a cor", - "nl": "Functie toevoegen om kleur te wijzigen", - "fr": "Ajouter une fonctionnalité pour changer la couleur", - "it": "Aggiungi funzionalità per cambiare colore", - "es": "Agregar función para cambiar el color", - "pl": "Dodaj funkcję, aby zmienić kolor", - "zh-cn": "添加功能以更改颜色" } }, "title": "Twinkly", diff --git a/package-lock.json b/package-lock.json index 7ae2fc93..cfe9bd28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.twinkly", - "version": "0.2.12", + "version": "0.2.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.twinkly", - "version": "0.2.12", + "version": "0.2.13", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index 43f04b1c..97225e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.twinkly", - "version": "0.2.12", + "version": "0.2.13", "description": "Adapter to communicate with the Twinkly lights.", "author": { "name": "patrickbs96",