diff --git a/README.md b/README.md index 68e9274de..78185f196 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ E.g., if it was used in a menu and the menu is red, the circle would be red. ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 2.9.23 (2024-01-24) * (foxriver76) fixed another bug due to previous versions ### 2.9.22 (2024-01-22) diff --git a/io-package.json b/io-package.json index 510ee9a8c..c69458b30 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "vis-2", - "version": "2.9.22", + "version": "2.9.23", "news": { + "2.9.23": { + "en": "fixed another bug due to previous versions", + "de": "einen anderen fehler aufgrund früherer versionen behoben", + "ru": "исправить еще один жучок из-за предыдущих версий", + "pt": "corrigiu outro bug devido a versões anteriores", + "nl": "vaste een andere bug als gevolg van eerdere versies", + "fr": "correction d'un autre bug en raison des versions précédentes", + "it": "fisso un altro bug a causa delle versioni precedenti", + "es": "solucionado otro fallo debido a versiones anteriores", + "pl": "naprawiono kolejny błąd z powodu poprzednich wersji", + "uk": "виправлено ще одну помилку через попередні версії", + "zh-cn": "由于以前的版本而修补另一个错误" + }, "2.9.22": { "en": "try to fix problems introduced with 2.9.21", "de": "versuchen, probleme mit 2.9.21 zu beheben", @@ -80,19 +93,6 @@ "pl": "dedykowany system zezwoleń na poziomie projektu wprowadzony", "uk": "запроваджено систему дозволів на рівні проекту", "zh-cn": "在项目一级采用专门许可制度" - }, - "2.9.16": { - "en": "use the correct fallback values for widget signals determination", - "de": "verwenden sie die richtigen rückfallwerte für die widget-signalbestimmung", - "ru": "использовать правильные значения обратной связи для определения сигналов виджета", - "pt": "use os valores de retorno corretos para determinação de sinais de widget", - "nl": "de juiste terugvalwaarden gebruiken voor het bepalen van widgetsignalen", - "fr": "utiliser les valeurs correctes de recul pour la détermination des signaux widget", - "it": "utilizzare i valori di errore corretti per la determinazione dei segnali widget", - "es": "utilizar los valores de retroceso correctos para la determinación de señales widget", - "pl": "użyj prawidłowych wartości awaryjnych dla wyznaczania sygnałów widget", - "uk": "використовуйте правильні значення випадання для визначення сигналів віджету", - "zh-cn": "使用正确的倒置值来确定部件信号" } }, "title": "Visualisation Next Generation", diff --git a/package.json b/package.json index d8e3e4a94..3a2d0889e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.vis-2", "description": "Next generation graphical user interface for ioBroker.", - "version": "2.9.22", + "version": "2.9.23", "author": { "name": "bluefox", "email": "dogafox@gmail.com" diff --git a/src/package.json b/src/package.json index ebde34d0d..8cfc3d88e 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "vis-2-gui", - "version": "2.9.22", + "version": "2.9.23", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11",