Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.2.6
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Trying to fix a GUI build process
-   (@GermanBluefox) Changed license icon
  • Loading branch information
foxriver76 authored Oct 11, 2024
1 parent 988ae4a commit 620c68a
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 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.6 (2024-10-11)

- (@GermanBluefox) Trying to fix a GUI build process
- (@GermanBluefox) Changed license icon
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.5",
"version": "7.2.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.2.5",
"version": "7.2.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.2.5",
"version": "7.2.6",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.2.6": {
"en": "Trying to fix a GUI build process\nChanged license icon",
"de": "Versuchen, einen GUI-Building-Prozess zu beheben\nGeändertes Lizenzsymbol",
"ru": "Попытка исправить процесс построения графического интерфейса\nИзменение иконки лицензии",
"pt": "Tentando corrigir um processo de compilação GUI\nÍcone de licença alterado",
"nl": "Proberen een GUI build proces te repareren\nGewijzigd licentiepictogram",
"fr": "Essayer de réparer un processus de construction d'interface graphique\nIcône de licence modifiée",
"it": "Cercare di risolvere un processo di costruzione GUI\nIcona di licenza modificata",
"es": "Tratando de arreglar un proceso de construcción GUI\nIcono de licencia cambiado",
"pl": "Próbuje naprawić proces budowania GUI\nZmieniona ikona licencji",
"uk": "Спробуйте виправити процес побудови GUI\nЗміна іконки ліцензії",
"zh-cn": "试图修正图形界面构建进程\n更改许可证图标"
},
"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.5",
"version": "7.2.6",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
6 changes: 3 additions & 3 deletions 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.5",
"version": "7.2.6",
"description": "ReactJS components to develop admin interface for ioBroker device manager.",
"author": {
"name": "Jey Cee",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"homepage": "https://github.com/ioBroker/dm-gui-components#readme",
"dependencies": {
"@iobroker/json-config": "file:../jsonConfig",
"@iobroker/adapter-react-v5": "file:../adapter-react-v5"
"@iobroker/adapter-react-v5": "file:../adapter-react-v5",
"@iobroker/json-config": "file:../jsonConfig"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
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.5",
"version": "7.2.6",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 620c68a

Please sign in to comment.