Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.2.2
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Corrected some GUI errors
  • Loading branch information
foxriver76 authored Oct 7, 2024
1 parent 33155aa commit d4531a4
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 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.2 (2024-10-07)

- (@GermanBluefox) Corrected some GUI errors

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.1",
"version": "7.2.2",
"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.1",
"version": "7.2.2",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.2.2": {
"en": "Corrected some GUI errors",
"de": "Einige GUI-Fehler korrigiert",
"ru": "Исправлены некоторые ошибки GUI",
"pt": "Corrigido alguns erros GUI",
"nl": "Enkele GUI-fouten gecorrigeerd",
"fr": "Correction de certaines erreurs d'interface graphique",
"it": "Corretto alcuni errori GUI",
"es": "Corregido algunos errores de GUI",
"pl": "Poprawiono niektóre błędy GUI",
"uk": "Виправлено деякі помилки інтерфейсу",
"zh-cn": "更正了一些图形用户界面错误"
},
"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.1",
"version": "7.2.2",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
}
]
],
"version": "7.2.0"
"version": "7.2.1"
}
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.1",
"version": "7.2.2",
"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.1",
"version": "7.2.2",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit d4531a4

Please sign in to comment.