Skip to content

Commit

Permalink
chore: release v7.2.5
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 committed Oct 10, 2024
1 parent baac030 commit a5e2eb7
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 7.1.2 (2024-09-20)

- (@foxriver76) fixed host base settings dialog

## 7.1.1 (2024-09-15)

- (bluefox) Showed the context menu under cursor position in the object browser
Expand Down
6 changes: 1 addition & 5 deletions 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.5 (2024-10-10)

- (@GermanBluefox) Trying to fix a GUI build process
- (@GermanBluefox) Changed license icon
Expand Down Expand Up @@ -115,10 +115,6 @@ The icons may not be reused in other projects without the proper flaticon licens
- (@foxriver76) do not automatically open the notification dialog without user interaction
- (@foxriver76) fixed logging as a socket client is now throwing real errors

### 7.1.2 (2024-09-20)

- (@foxriver76) fixed host base settings dialog

## License

The MIT License (MIT)
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.4",
"version": "7.2.5",
"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.

28 changes: 14 additions & 14 deletions 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.4",
"version": "7.2.5",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.2.5": {
"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.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`",
Expand Down Expand Up @@ -96,19 +109,6 @@
"pl": "Pokazane menu kontekstowe w pozycji kursora w przeglądarce obiektu\nDodano linki do pseudonimów w przeglądarce obiektu\nDodano potwierdzenie dla okna CRON, jeśli ustawiono na uruchamianie co minutę",
"uk": "Показати контекстне меню під назвою курсора в браузері об'єкта\nДодано посилання на псевдоніми в браузері об'єкта\nДодано підтвердження для діалогу CRON, якщо встановити, щоб викликати кожну хвилину",
"zh-cn": "在对象浏览器中光标位置下显示上下文菜单\n在对象浏览器中添加的链接\n如果设定为每分钟触发 CRON 对话框, 则添加确认"
},
"7.1.0": {
"en": "Added the possibility to show button in notifications\nRemoved gulp from the build process",
"de": "Zusätzlich die Möglichkeit, Schaltfläche in Benachrichtigungen anzeigen\nAus dem Build-Prozess entfernt",
"ru": "Добавлена возможность показать кнопку в уведомлениях\nУдаленный глоток из строительного процесса",
"pt": "Adicionado a possibilidade de mostrar botão em notificações\nGulp removido do processo de compilação",
"nl": "De mogelijkheid toegevoegd om de knop in meldingen te tonen\nGulp uit het bouwproces verwijderd",
"fr": "Ajout de la possibilité d'afficher le bouton dans les notifications\nSupprimé gulp du processus de construction",
"it": "Aggiunto la possibilità di mostrare pulsante in notifiche\nGolp rimosso dal processo di costruzione",
"es": "Se agregó la posibilidad de mostrar botón en notificaciones\nGolp eliminado del proceso de construcción",
"pl": "Dodano możliwość wyświetlenia przycisku w powiadomieniach\nUsunięto przełyk z procesu budowania",
"uk": "Додано можливість показати кнопку в повідомленнях\nЗняти ковпачок з процесу будівництва",
"zh-cn": "添加在通知中显示按钮的可能性\n从构建过程中移除 gulp"
}
},
"desc": {
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "7.2.5",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@iobroker/eslint-config": "^0.1.6",
"@iobroker/json-config": "file:../jsonConfig",
"@iobroker/legacy-testing": "^1.0.13",
"@iobroker/types": "^7.0.0",
"@iobroker/testing": "^5.0.0",
"@iobroker/types": "^7.0.0",
"@types/archiver": "^6.0.2",
"@types/body-parser": "^1.19.5",
"@types/compression": "^1.7.5",
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.4",
"version": "7.2.5",
"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.4",
"version": "7.2.5",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand All @@ -16,11 +16,11 @@
"access": "public"
},
"dependencies": {
"@iobroker/react-components": "file:../react-components",
"crypto-js": "^4.2.0",
"react-ace": "^12.0.0",
"react-color": "^2.19.3",
"react-qr-code": "^2.0.15",
"@iobroker/react-components": "file:../react-components"
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/react-components",
"version": "7.2.4",
"version": "7.2.5",
"description": "React components to develop ioBroker interfaces with react.",
"author": {
"name": "bluefox",
Expand Down Expand Up @@ -50,10 +50,10 @@
},
"homepage": "https://github.com/ioBroker/iobroker.admin#readme",
"dependencies": {
"@iobroker/socket-client": "^3.1.1",
"@iobroker/types": "^6.0.11",
"@iobroker/js-controller-common": "^6.0.11",
"@iobroker/js-controller-common-db": "^6.0.11",
"@iobroker/socket-client": "^3.1.1",
"@iobroker/types": "^6.0.11",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/x-date-pickers": "^7.19.0",
Expand All @@ -67,13 +67,13 @@
"react-inlinesvg": "^4.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@iobroker/eslint-config": "^0.1.6",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-flow": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@iobroker/eslint-config": "^0.1.6",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-color": "^3.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/src/assets/devices.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/react-components/src/assets/rooms.json

Large diffs are not rendered by default.

0 comments on commit a5e2eb7

Please sign in to comment.