From a324d1bc5c74297c42566754afa154a1f89826fd Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 24 Oct 2024 13:15:03 +0200 Subject: [PATCH] chore: release v3.26.7 * (Apollon77) Fix Sentry integration --- 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 12d98a22..4e658553 100644 --- a/README.md +++ b/README.md @@ -488,8 +488,7 @@ After deleting an unused device, please restart the adapter to remove them there ## Changelog - -### __WORK IN PROGRESS__ +### 3.26.7 (2024-10-24) * (Apollon77) Fix Sentry integration ### 3.26.6 (2024-10-20) diff --git a/io-package.json b/io-package.json index 22721a2a..c8f3f164 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "alexa2", - "version": "3.26.6", + "version": "3.26.7", "blockedVersions": [ "~3.14.0", "~3.15.0", @@ -40,6 +40,19 @@ }, "platform": "Javascript/Node.js", "news": { + "3.26.7": { + "en": "Fix Sentry integration", + "de": "Fix Sentry Integration", + "ru": "Интеграция с отправкой", + "pt": "Integração da Sentry", + "nl": "Fix Sentry-integratie", + "fr": "Correction de l'intégration Sentry", + "it": "Fissa integrazione Sentry", + "es": "Integración de Sentry", + "pl": "Napraw integrację zapisu", + "uk": "Фіксована інтеграція Sentry", + "zh-cn": "哨兵一体化" + }, "3.26.6": { "en": "Responsive Design added", "de": "Responsive Design hinzugefügt", @@ -117,19 +130,6 @@ "pl": "Zaginął tekst Admin Config", "uk": "Виправлення відсутніх тексту в Конфігурації адміністратора", "zh-cn": "Fix 在阿德明·阿菲格斯失踪案文" - }, - "3.26.0": { - "en": "Automatically query of activity/history needs to be enabled manually (if you need it!)", - "de": "Automatische Abfrage von Aktivität/Geschichte muss manuell aktiviert werden (wenn Sie es benötigen)", - "ru": "Автоматически запрос активности/истории должен быть включен вручную (если вам это нужно)", - "pt": "Consulta automática da atividade / história precisa ser ativada manualmente (se você precisar)", - "nl": "Automatisch onderzoek naar activiteit/historie moet handmatig ingeschakeld worden als je het nodig hebt", - "fr": "Une requête automatique d'activité/histoire doit être activée manuellement (si vous en avez besoin) ", - "it": "La query automatica di attività/storia deve essere abilitata manualmente (se ne hai bisogno)", - "es": "La consulta automática de la actividad/historia necesita ser activada manualmente (si lo necesita)", - "pl": "Automatycznie zapytanie o aktywność/historię musi być umożliwione ręcznie (jeśli potrzebujemy)", - "uk": "Автоматично квартету діяльності/історінки необхідно ввімкнути вручну", - "zh-cn": "活动/活动需要自动查询(如果你需要!)" } }, "keywords": [ diff --git a/package-lock.json b/package-lock.json index 20f0bc24..468987cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.alexa2", - "version": "3.26.6", + "version": "3.26.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.alexa2", - "version": "3.26.6", + "version": "3.26.7", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index 0bccf2d1..2f16f3a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.alexa2", - "version": "3.26.6", + "version": "3.26.7", "description": "Remote control for Alexa (Amazon Echo)", "author": { "name": "Apollon77",