Skip to content

Commit

Permalink
chore: release v2.9.22
Browse files Browse the repository at this point in the history
* (foxriver76) try to fix problems introduced with 2.9.21
  • Loading branch information
foxriver76 committed Jan 22, 2024
1 parent 69b27c9 commit 10e8201
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.22 (2024-01-22)
* (foxriver76) try to fix problems introduced with 2.9.21

### 2.9.21 (2024-01-19)
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.21",
"version": "2.9.22",
"news": {
"2.9.22": {
"en": "try to fix problems introduced with 2.9.21",
"de": "versuchen, probleme mit 2.9.21 zu beheben",
"ru": "попытаться исправить проблемы, введенные с 2.9.21",
"pt": "tentar corrigir problemas introduzidos com 2.9.21",
"nl": "proberen problemen op te lossen die zijn geïntroduceerd met 2.9.21",
"fr": "essayer de résoudre les problèmes introduits avec 2.9.21",
"it": "cercare di risolvere i problemi introdotti con 2.9.21",
"es": "tratar de solucionar problemas introducidos con 2.9.21",
"pl": "spróbuj rozwiązać problemy wprowadzone z 2.9.21",
"uk": "намагатися виправити проблеми, впроваджені 2.9.21",
"zh-cn": "2.9.21. 试图解决提出的问题"
},
"2.9.21": {
"en": "fixed crash case when fixing widgets\nfixed bug, that opacity is applied twice on image edit mode overlay",
"de": "fester crashfall bei der befestigung von widgets\nfehler behoben, dass die opazität zweimal auf bildbearbeitung modus overlay angewendet wird",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "użyj prawidłowych wartości awaryjnych dla wyznaczania sygnałów widget",
"uk": "використовуйте правильні значення випадання для визначення сигналів віджету",
"zh-cn": "使用正确的倒置值来确定部件信号"
},
"2.9.15": {
"en": "fixed issue with BulkEditor",
"de": "problem mit BulkEditor behoben",
"ru": "фиксированная проблема с BulkEditor",
"pt": "problema fixo com BulkEditor",
"nl": "vast probleem met BulkEditor",
"fr": "problème corrigé avec BulkEditor",
"it": "problema fisso con BulkEditor",
"es": "edición fija con BulkEditor",
"pl": "stałe wydanie z BulkEditor",
"uk": "фіксована проблема з BulkEditor",
"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.21",
"version": "2.9.22",
"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.21",
"version": "2.9.22",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 10e8201

Please sign in to comment.