From 1cce7f18dbc2179de7e3ea482d2b6827f04462fc Mon Sep 17 00:00:00 2001 From: ltspicer Date: Tue, 4 Jun 2024 19:13:28 +0200 Subject: [PATCH] chore: release v1.3.2 Error intercepted for: - RemainsUntilCombined no data found - CalculatedRemaining is empty --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index bc32918..59a9ace 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The data point CalculatedRemaining/JsonForEcharts (calculated remaining quantity Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.3.2 (2024-06-04) Error intercepted for: - RemainsUntilCombined no data found diff --git a/io-package.json b/io-package.json index 2c01e90..2da9800 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "heizoel24-mex", - "version": "1.3.1", + "version": "1.3.2", "news": { + "1.3.2": { + "en": "Error intercepted for:\n- RemainsUntilCombined no data found\n- CalculatedRemaining is empty", + "de": "Fehler abgefangen bei:\n- RemainsUntil Keine Daten gefunden\n- CalculatedRemaining ist leer", + "ru": "Ошибка перехвачена для:\n- RemainsUntil Сводные данные отсутствуют\n- Рассчитанный Остаток пуст", + "pt": "Erro interceptado para:\n- Permanece até Combinado nenhum dado encontrado\n- O restante está vazio", + "nl": "Fout onderschept voor:\n- Blijft tot Gecombineerd geen gegevens gevonden\n- BerekendRemaining is leeg", + "fr": "Erreur interceptée pour :\n- Reste jusqu'à Aucune donnée combinée n'a été trouvée\n- CalculéLe reste est vide", + "it": "Errore intercettato per:\n- Resta fino a quando Nessun dato trovato\n- CalculatedRemaining è vuoto", + "es": "Error interceptado para:\n- PermanecesUntil No se encontraron datos combinados\n- CalculadoEl mantenimiento está vacío", + "pl": "Błąd przechwycony dla:\n- Do czasu Nie znaleziono połączonych danych\n- Obliczenie pozostałych jest puste", + "uk": "Перехоплення помилок:\n- RemainsUntil Не знайдено ніяких даних\n- ОбчисленняПорожня", + "zh-cn": "已拦截错误 :\n- 留下来直到 合并未找到数据\n- 计算是空的" + }, "1.3.1": { "en": "CalculatedRemaining json data point for eCharts added", "de": "Berechnung Weiterführender json-Datenpunkt für eCharts hinzugefügt", @@ -80,19 +93,6 @@ "pl": "Brak błędów", "uk": "Немає помилок", "zh-cn": "未找到错误" - }, - "0.0.1": { - "en": "initial release", - "de": "Erstveröffentlichung", - "ru": "Начальная версия", - "pt": "lançamento inicial", - "nl": "Eerste uitgave", - "fr": "Première version", - "it": "Versione iniziale", - "es": "Versión inicial", - "pl": "Pierwsze wydanie", - "uk": "Початкова версія", - "zh-cn": "首次出版" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 689dc76..d1bbeea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.heizoel24-mex", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.heizoel24-mex", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.4", diff --git a/package.json b/package.json index 441b16d..e92e24a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.heizoel24-mex", - "version": "1.3.1", + "version": "1.3.2", "description": "Read in data from MEX", "author": { "name": "Daniel Luginbühl",