Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.2.3
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 a6a550c commit 7bdf3ad
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 33 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.3 (2024-10-08)

- (@GermanBluefox) Corrected some GUI errors
- (@GermanBluefox) Ignore error by opening `0_userdata.0`
Expand Down
46 changes: 23 additions & 23 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"version": "7.2.2",
"packages": [
"packages/*"
],
"command": {
"run": {
"stream": true
},
"version": {
"npmClientArgs": [
"-f"
],
"allowBranch": [
"master"
],
"ignoreChanges": [
"*.md"
],
"exact": true,
"forcePublish": true
}
"version": "7.2.3",
"packages": [
"packages/*"
],
"command": {
"run": {
"stream": true
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
"version": {
"npmClientArgs": [
"-f"
],
"allowBranch": [
"master"
],
"ignoreChanges": [
"*.md"
],
"exact": true,
"forcePublish": true
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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.2",
"version": "7.2.3",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.2.3": {
"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.2",
"version": "7.2.3",
"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.2.2",
"version": "7.2.3",
"description": "ReactJS components to develop admin interface for ioBroker device manager.",
"author": {
"name": "Jey Cee",
Expand Down
6 changes: 3 additions & 3 deletions 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.2",
"version": "7.2.3",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand All @@ -16,10 +16,10 @@
"access": "public"
},
"dependencies": {
"react-qr-code": "^2.0.15",
"crypto-js": "^4.2.0",
"react-ace": "^12.0.0",
"react-color": "^2.19.3",
"react-ace": "^12.0.0"
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
Expand Down

0 comments on commit 7bdf3ad

Please sign in to comment.