Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OFFICIAL RELEASE] 7.2.4 #2754

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading