From 7ac8e3046c76a0b61cea0d455ef389227f0a3b84 Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Wed, 28 Feb 2024 18:16:52 +0100 Subject: [PATCH] chore: release v1.14.3 * (jens-maus) update node-ical to latest 0.18.0 --- CHANGELOG_OLD.md | 3 +++ README.md | 5 +---- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 8ebcb81..f742859 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,7 @@ # Older changes +## 1.13.5 (2023-12-15) +* (jens-maus) updated node-ical to latest 0.17.1 + ## 1.13.4 (2023-12-10) * (jens-maus) updated node-ical to latest 0.17.0 * (jens-maus) updated dependencies diff --git a/README.md b/README.md index 4e3c946..fa67de4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.14.3 (2024-02-28) * (jens-maus) update node-ical to latest 0.18.0 ### 1.14.2 (2024-01-29) @@ -50,9 +50,6 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u * (mcm1957) Incorrect jsonConfig has been fixed [#602] * (mcm1957) Dependencies have been updated -### 1.13.5 (2023-12-15) -* (jens-maus) updated node-ical to latest 0.17.1 - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index d6a7934..f0a13cb 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "ical", - "version": "1.14.2", + "version": "1.14.3", "news": { + "1.14.3": { + "en": "update node-ical to latest 0.18.0", + "de": "update node-ical auf neueste 0.18.0", + "ru": "обновление узла к последнему 0.18.0", + "pt": "atualização node-ical para mais recente 0.18.0", + "nl": "node-ical updaten naar de laatste 0.18.0", + "fr": "mettre à jour noeud-ical à la dernière 0.18.0", + "it": "aggiornamento nodo-ical al più recente 0.18.0", + "es": "actualización node-ical al último 0.18.0", + "pl": "aktualizacja nodeical do najnowszej wersji 0.18.0", + "uk": "оновлення вершини-ical до останньої 0.18.0", + "zh-cn": "将节点更新为最新0.1.8" + }, "1.14.2": { "en": "update node-ical to latest 0.17.2", "de": "update node-ical bis neueste 0,17.2", @@ -80,19 +93,6 @@ "pl": "uaktualnić węzeł do 0.17.0\nzależności aktualizacji", "uk": "оновлений вузол-ical to last 0.17.0\nоновлені залежності", "zh-cn": "最新资料\n二. 最新依赖" - }, - "1.13.3": { - "en": "updated node-ical to latest 0.16.1\nUse color picker in adapter settings\nDropped Admin 4 UI\nAdded Ukrainian language", - "de": "aktualisiert kinematisch auf neuste 0,16,1\nVerwenden Sie Farbwähler in Adaptereinstellungen\nAdmin 4 UI fallen lassen\nUkrainische Sprache", - "ru": "обновленный node-ical до последней 0.16.1\nИспользуйте цвет пикер в настройках адаптера\nDropped Админ 4 UI\nДобавлен украинский язык", - "pt": "atualizado node-ical para mais recente 0.16.1\nUse o seletor de cores nas configurações do adaptador\nAdmin Dropped 4 UI\nAdicionado idioma ucraniano", - "nl": "vertaling: 0.16.1\nGebruik kleurenpikker in adapter setting\nDrop Admin 4 UI\nVoeg Oekraïense taal toe", - "fr": "mise à jour node-ical to latest 0,16.1\nUtiliser le cueilleur de couleur dans les réglages de l'adaptateur\nDropped Admin 4 UI\nAjout de la langue ukrainienne", - "it": "aggiornato nodo-ical al più recente 0.16.1\nUtilizzare il raccoglitore di colore nelle impostazioni dell'adattatore\nAmministrazioni a goccia 4 UI\nAggiunto lingua ucraina", - "es": "actualizado nodo-ical a último 0.16.1\nUse el selector de color en la configuración del adaptador\nAdmin 4 UI\nIdioma ucraniano añadido", - "pl": "uaktualnianie węzła 0,16.1\nUżycie koloru w ustawieniach adapterowych\nDropped Admin 4\nJęzyk ukraiński", - "uk": "оновлений вузол-ical в останні роки 0 товар(ов) - 0.00 р\nВикористання кольорового пікера в налаштуваннях адаптера\nПоза «69»\nУкраїнська мова", - "zh-cn": "最新资料 0.16.1\nB. 在适应环境中使用颜色的采样\nDrodmin 4 UI\n增加乌克兰语" } }, "title": "iCal Calendar", diff --git a/package-lock.json b/package-lock.json index 6eb4efe..864a721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.ical", - "version": "1.14.2", + "version": "1.14.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.ical", - "version": "1.14.2", + "version": "1.14.3", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 7b2aac9..f9af6a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.ical", - "version": "1.14.2", + "version": "1.14.3", "description": "Allows read information from google calender and from iCal.", "author": { "name": "bluefox",