From 2e717b6a2c7615ccb8227526ff40737477eab92a Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Tue, 17 Oct 2023 14:40:23 +0200 Subject: [PATCH] chore: release v3.10.1 * (foxriver76) fixed frontend/backend communication (closes #481) --- README.md | 3 +-- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d60129d5..165da769 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,7 @@ In den Adapter-Settings muss die IP der Hue Bridge sowie ein Username konfigurie Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> - -### __WORK IN PROGRESS__ +### 3.10.1 (2023-10-17) * (foxriver76) fixed frontend/backend communication (closes #481) ### 3.10.0 (2023-08-29) diff --git a/io-package.json b/io-package.json index 4b0cea61..d35dd039 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,22 @@ { "common": { "name": "hue", - "version": "3.10.0", + "version": "3.10.1", "tier": 2, "news": { + "3.10.1": { + "en": "fixed frontend/backend communication (closes #481)", + "de": "feste frontend/backd-kommunikation (schließt #481)", + "ru": "фиксированное frontend/backend сообщение (closes #481)", + "pt": "comunicação frontend/backend fixo (fecha #481)", + "nl": "vertaling:", + "fr": "communication fixe frontend/backend (ferme #481)", + "it": "comunicazione fisso frontend/backend (chiude #481)", + "es": "comunicación de frontend fijo/backend (cerca #481)", + "pl": "komunikat ustalony (odcinek #481)", + "uk": "фіксований передній / зворотній зв'язок (закривається #481)", + "zh-cn": "固定前线/后端通信(第481号)" + }, "3.10.0": { "en": "fixed problem on auto-deletion of groups\nimplemented Hue Tap Dial (closes #368, closes #416)", "de": "problem bei der auto-deleetion von gruppen behoben\ndurchgeführt Hue Tap Dial (schließt #368, schließt #416)", @@ -81,19 +94,6 @@ "pl": "reakcja czujnika (zamknięta #415)", "uk": "перетворення датчика (закривається #415)", "zh-cn": "fix 转换传感器(第415)" - }, - "3.9.1": { - "en": "implemented more commands of the Push API (mainly buttons)", - "de": "mehr Befehle der Push-API implementiert (hauptsächlich Buttons)", - "ru": "реализовали больше команд Push API (в основном кнопки)", - "pt": "implementou mais comandos da API Push (principalmente botões)", - "nl": "voerde meer commando's van de Push API (mainly knopen)", - "fr": "implémenté plus de commandes de l'API Push (principalement des boutons)", - "it": "implementato più comandi dell'API Push (principalmente pulsanti)", - "es": "implementó más comandos de la API Push (principalmente botones)", - "pl": "zaimplementowano bardziej nadrzędne API Push (głównie guzki)", - "uk": "реалізовано більше команд Push API (головно кнопки)", - "zh-cn": "普什·阿普惠制(主要但州)的指挥" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index c1d7d9ad..ee486ace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.hue", - "version": "3.10.0", + "version": "3.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.hue", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 4ad1cf51..8b8f24a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.hue", - "version": "3.10.0", + "version": "3.10.1", "description": "Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges", "author": "hobbyquaker ", "contributors": [