Skip to content

Commit

Permalink
chore: release v2.9.23
Browse files Browse the repository at this point in the history
* (foxriver76) fixed another bug due to previous versions
  • Loading branch information
foxriver76 committed Jan 24, 2024
1 parent b6beb87 commit ab27d66
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ab27d66

Please sign in to comment.