Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 11, 2024
1 parent ac8ff10 commit deaebb7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,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.49 (2024-04-11)
* (bluefox) Corrected the scroll buttons in Tabs widget
* (bluefox) Corrected resizers if the border width is set

Expand Down
15 changes: 14 additions & 1 deletion packages/iobroker.vis-2/io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vis-2",
"version": "2.9.48",
"version": "2.9.49",
"news": {
"2.9.49": {
"en": "Corrected the scroll buttons in Tabs widget\nCorrected resizers if the border width is set",
"de": "Korrektur der Scroll-Tasten in Tabs Widget\nKorrigierte Resizer, wenn die Grenzbreite eingestellt ist",
"ru": "Исправлены кнопки прокрутки в виджете Tabs\nКорректированные ретрансляторы, если установлена ширина границы",
"pt": "Corrigido os botões de rolagem no widget Tabs\nRedimensionadores corrigidos se a largura da borda for definida",
"nl": "Schuifknoppen in tabs-widget gecorrigeerd\nGecorrigeerde resizers als de randbreedte is ingesteld",
"fr": "Correction des boutons de défilement dans le widget Tabs\nResizers corrigés si la largeur de la bordure est définie",
"it": "Corretto il pulsante di scorrimento nel widget Tabs\nResponsabili corretti se la larghezza del bordo è impostata",
"es": "Corregido los botones de desplazamiento en el widget de pestañas\nResizers corregidos si se fija el ancho de la frontera",
"pl": "Poprawiono przyciski przewijania w widżecie Tabs\nPoprawione rezysery, jeżeli szerokość graniczna jest ustawiona",
"uk": "Виправлено кнопки прокрутки в віджеті Tabs\nВиправлені резистори, якщо ширина кордону встановлена",
"zh-cn": "更正 Tabs 部件中的滚动按钮\n如果设置了边框宽度, 已更正的再分配器"
},
"2.9.48": {
"en": "Showed selected view in the view dialog\nAdded customization of loading screen\nRespected the sentry disable flag in GUI",
"de": "Gezeigte ausgewählte Ansicht im Ansichtsdialog\nHinzugefügt Anpassung des Ladebildschirms\nRespected the sentry disable flag in GUI",
Expand Down
2 changes: 1 addition & 1 deletion packages/iobroker.vis-2/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.48",
"version": "2.9.49",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/types-vis-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/types-vis-2",
"version": "2.9.48",
"version": "2.9.49",
"description": "Types for vis-2",
"files": [
"index.d.ts",
Expand All @@ -10,4 +10,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit deaebb7

Please sign in to comment.