Skip to content

Commit

Permalink
chore: release v2.2.6
Browse files Browse the repository at this point in the history
* (bluefox) Date binding corrected
* (bluefox) Optimized loading of widgeteria
* (bluefox) Horizontal navigation is fixed
  • Loading branch information
GermanBluefox committed Sep 17, 2023
1 parent 87948fa commit 1efbb65
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 @@ -214,7 +214,7 @@ Notice that these settings are valid only for reconnection and not for the first
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.2.6 (2023-09-17)
* (bluefox) Date binding corrected
* (bluefox) Optimized loading of widgeteria
* (bluefox) Horizontal navigation is fixed
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.2.5",
"version": "2.2.6",
"news": {
"2.2.6": {
"en": "Date binding corrected\nOptimized loading of widgeteria\nHorizontal navigation is fixed",
"de": "Datum verbindlich berichtigt\nOptimierte Beladung von Widgeteria\nHorizontale Navigation ist fixiert",
"ru": "Дата привязки исправлены\nОптимизированная загрузка виджетерии\nГоризонтальная навигация фиксируется",
"pt": "Data de vinculação corrigida\nCarregamento otimizado de widgeteria\nA navegação horizontal é fixa",
"nl": "Vertaling:\nOptimaal geladen widgeteria\nHorizontale navigatie is opgelost",
"fr": "Date corrigée\nChargement optimisé de widgeteria\nLa navigation horizontale est fixe",
"it": "Data binding corretto\nCaricamento ottimizzato di widgeteria\nLa navigazione orizzontale è fissata",
"es": "Fecha de fijación corregida\nCarga optimizada de widgeteria\nNavegación horizontal es fija",
"pl": "Date binding poprawił\nOptymizowane obciążenie widgeteria\nNawigacja lotnicza",
"uk": "Дата обов'язкове виправлення\nОптимальне завантаження віджетів\nГоризонтальна навігація фіксована",
"zh-cn": "具有约束力的\nB. 强制实施目标\n横向导航"
},
"2.2.5": {
"en": "Implemented horizontal navigation",
"de": "Ergänzte horizontale Navigation",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Optymizował renderowanie widgetów",
"uk": "Оптимізований рендеринг віджетів",
"zh-cn": "实现令人发指的目标"
},
"2.1.6": {
"en": "First beta release",
"de": "Erste Beta-Version",
"ru": "Первый бета-релиз",
"pt": "Primeira versão beta",
"nl": "First Beta vrij",
"fr": "Première version bêta",
"it": "Prima versione beta",
"es": "Primera versión beta",
"pl": "Pierwsza wersja beta",
"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.2.5",
"version": "2.2.6",
"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.2.5",
"version": "2.2.6",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 1efbb65

Please sign in to comment.