From e90a2b36fdd9ef11ccc2bd64e3f8ce20a70fc5bd Mon Sep 17 00:00:00 2001 From: Patrick <49351462+patrickbs96@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:17:43 +0100 Subject: [PATCH] chore: release v1.0.10 * Add sendTo message `uploadTwinkleMovie` to upload a twinkle movie with own colors * Update Release Integration in Github Actions and Sentry --- README.md | 2 +- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dee2e90d..da214cf2 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ response => { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.10 (2022-12-05) * Add sendTo message `uploadTwinkleMovie` to upload a twinkle movie with own colors * Update Release Integration in Github Actions and Sentry diff --git a/io-package.json b/io-package.json index 357c4d31..1802cd13 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "twinkly", - "version": "1.0.10-beta.3", + "version": "1.0.10", "news": { + "1.0.10": { + "en": "Add sendTo message `uploadTwinkleMovie` to upload a twinkle movie with own colors\nUpdate Release Integration in Github Actions and Sentry", + "de": "In den Warenkorb Zur Nachricht hochladenTwinkle Film zum Hochladen eines twinkle Films mit eigenen Farben\nVeröffentlichung Integration in Github Actions und Sentry", + "ru": "Добавить отправить Чтобы загрузить сообщениеTwinkle Фильм для загрузки фильма twinkle с собственными цветами\nИнтеграция обновлений в Github Actions и Sentry", + "pt": "Adicionar Para enviar mensagemTwinkle Filme para fazer upload de um filme twinkle com próprias cores\nIntegração de lançamento de atualização em ações do Github e Sentry", + "nl": "Vertaling: Twinkle Film om een tweelingfilm te uploaden met eigen kleuren\nUpdate Release Integratie in Github Acties", + "fr": "Ajouter envoyer Pour envoyer un messageTwinkle Film pour télécharger un film avec des couleurs propres\nMise à jour Intégration de la publication dans les actions Github et Sentry", + "it": "Aggiungi Caricamento messaggioTwinkle Film per caricare un film twinkle con i propri colori\nIntegrazione del rilascio di aggiornamento in Github Azioni e Sentry", + "es": "Agregar envío Para cargar mensajesTwinkle Película para subir una película con colores propios\nUpdate Release Integration in Github Actions and Sentry", + "pl": "Wysyłać do wiadomości upload Movie wydało film z własnymi kolorami\nUchwalenie Integracji w Github Actions and Sentry", + "uk": "Додати відправлення Для завантаження повідомлень Фільми для завантаження близнюків з власними квітами\nОновлення інтеграції релізів в Github Дії та Стоматології", + "zh-cn": "增 编 D. 发出的信息 装有自己的颜色的双壳电影\nB. 吉隆布行动和Sentry的最新释放" + }, "1.0.9": { "en": "Now detects if Twinkly is in a group (firmware >= 2.8.3). If so, the group can only be controlled by the master, the states from the slave are read-only.", "de": "Erkennt nun, ob Twinkly in einer Gruppe ist (Firmware >= 2,8.3) Wenn ja, kann die Gruppe nur vom Master gesteuert werden, werden die Zustände vom Slave nur eingelesen.", diff --git a/package-lock.json b/package-lock.json index 9b5a088d..00f11e4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.twinkly", - "version": "1.0.10-beta.3", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.twinkly", - "version": "1.0.10-beta.3", + "version": "1.0.10", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.7", diff --git a/package.json b/package.json index 080de27a..0739bfaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.twinkly", - "version": "1.0.10-beta.3", + "version": "1.0.10", "description": "Adapter to communicate with the Twinkly lights.", "author": { "name": "patrickbs96",