Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.4.6
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Corrected the rendering of custom JSON config components
-   (@GermanBluefox) Corrected the news dialog for multi-line messages
  • Loading branch information
foxriver76 authored Dec 11, 2024
1 parent 45ab670 commit 69beec4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 7.4.6 (2024-12-11)

- (@GermanBluefox) Corrected the rendering of custom JSON config components
- (@GermanBluefox) Corrected the news dialog for multi-line messages
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.4.5",
"version": "7.4.6",
"packages": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/adapter-react-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/adapter-react-v5",
"version": "7.4.5",
"version": "7.4.6",
"description": "React components to develop ioBroker interfaces with react.",
"author": {
"name": "bluefox",
Expand Down
15 changes: 14 additions & 1 deletion packages/admin/io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "7.4.5",
"version": "7.4.6",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.4.6": {
"en": "Corrected the rendering of custom JSON config components\nCorrected the news dialog for multi-line messages",
"de": "Korrektur des Renderns von benutzerdefinierten JSON config Komponenten\nKorrektur des Nachrichtendialogs für Multi-Line-Nachrichten",
"ru": "Исправлено отображение пользовательских компонентов конфигурации JSON\nИсправлен диалог новостей для многолинейных сообщений",
"pt": "Corrigido a renderização de componentes de configuração JSON personalizados\nCorrigido o diálogo de notícias para mensagens multilinhas",
"nl": "De weergave van aangepaste JSON config componenten gecorrigeerd\nHet dialoogvenster Nieuws voor meerregelige berichten corrigeren",
"fr": "Correction du rendu des composants de configuration JSON personnalisés\nCorrection de la boîte de dialogue de nouvelles pour les messages multilignes",
"it": "Corretto il rendering dei componenti di configurazione JSON personalizzati\nCorretto la finestra di dialogo delle notizie per i messaggi multi-linea",
"es": "Corregido el renderizado de componentes de configuración personalizados JSON\nCorregido el diálogo de noticias para mensajes multilínea",
"pl": "Poprawiono renderowanie niestandardowych komponentów konfiguracyjnych JSON\nPoprawiono okno dialogowe wiadomości dla wiadomości wieloliniowych",
"uk": "Виправлено відображення компонентів користувацького налаштування JSON\nВиправлено діалогове вікно новин для багатоканальних повідомлень",
"zh-cn": "纠正自定义 JSON 配置组件的渲染\n更正多行消息的新闻对话框"
},
"7.4.4": {
"en": "Showed value in object edit dialog",
"de": "Gezeigter Wert im Objekt bearbeiten Dialog",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "7.4.5",
"version": "7.4.6",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/dm-gui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/dm-gui-components",
"version": "7.4.5",
"version": "7.4.6",
"description": "ReactJS components to develop admin interface for ioBroker device manager.",
"author": {
"name": "Jey Cee",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonConfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iobroker/json-config",
"description": "This package contains the ioBroker JSON config UI components",
"version": "7.4.5",
"version": "7.4.6",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 69beec4

Please sign in to comment.