Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.2.4
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Corrected some GUI errors
-   (@GermanBluefox) Ignore error by opening `0_userdata.0`
  • Loading branch information
foxriver76 authored Oct 8, 2024
1 parent 63ca2d8 commit 49692b4
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.2.4 (2024-10-08)

- (@GermanBluefox) Corrected some GUI errors
- (@GermanBluefox) Ignore error by opening `0_userdata.0`
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.2.3",
"version": "7.2.4",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

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.2.3",
"version": "7.2.4",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.2.4": {
"en": "Corrected some GUI errors\nIgnore error by opening `0_userdata.0`",
"de": "Einige GUI-Fehler korrigiert\nFehler ignorieren durch Öffnen von `0_userdata.0`",
"ru": "Исправлены некоторые ошибки GUI\nИгнорировать ошибку, открывая `0_userdata.0`",
"pt": "Corrigido alguns erros GUI\nIgnorar erro ao abrir `0_userdata.0`",
"nl": "Enkele GUI-fouten gecorrigeerd\nFout negeren door het openen van ",
"fr": "Correction de certaines erreurs d'interface graphique\nIgnorer l'erreur en ouvrant `0_userdata.0`",
"it": "Corretto alcuni errori GUI\nIgnora errore aprendo `0_userdata.0`",
"es": "Corregido algunos errores de GUI\nIgnora el error al abrir `0_userdata.0`",
"pl": "Poprawiono niektóre błędy GUI\nIgnoruj błąd otwierając '0 _ userdata.0'",
"uk": "Виправлено деякі помилки інтерфейсу\nІм’я користувача `0_userdata.0`",
"zh-cn": "更正了一些图形用户界面错误\n打开 '0_userdata.0' 忽略错误"
},
"7.2.0": {
"en": "Added the check of well-known passwords for the linux systems\nAdded the history for the installation from URL\nfixed wrongly displayed repository warning",
"de": "Hinzugefügt die Überprüfung der bekannten Passwörter für die Linux-Systeme\nDie Geschichte der Installation von URL hinzugefügt\nfalsch angezeigte repository-warnung",
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.2.3",
"version": "7.2.4",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
}
]
],
"version": "7.2.2"
}
"version": "7.2.3"
}
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.2.3",
"version": "7.2.4",
"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.2.3",
"version": "7.2.4",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 49692b4

Please sign in to comment.