Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.4.21
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Corrected the device manager in `hm-rpc` and other adapters
  • Loading branch information
foxriver76 authored Feb 7, 2025
1 parent 70463cc commit 348fe64
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 12 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.4.21 (2025-02-07)
- (@GermanBluefox) Corrected the device manager in `hm-rpc` and other adapters

### 7.4.19 (2025-01-26)
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.4.20",
"version": "7.4.21",
"packages": [
"packages/*"
],
Expand Down
10 changes: 5 additions & 5 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.4.20",
"version": "7.4.21",
"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.4.20",
"version": "7.4.21",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.4.21": {
"en": "Corrected the device manager in `hm-rpc` and other adapters",
"de": "Korrektur des Gerätemanagers in `hm-rpc` und anderen Adaptern",
"ru": "Исправлен менеджер устройства в `hm-rpc' и других адаптерах",
"pt": "Corrigido o gerenciador de dispositivos em `hm-rpc` e outros adaptadores",
"nl": "De apparaatbeheerder is gecorrigeerd in ",
"fr": "Corrigé le gestionnaire de périphérique dans `hm-rpc` et autres adaptateurs",
"it": "Corretto il gestore del dispositivo in `hm-rpc` e altri adattatori",
"es": "Corregido el administrador del dispositivo en `hm-rpc` y otros adaptadores",
"pl": "Poprawiono menedżera urządzenia w 'hm- rpc' i innych adapterach",
"uk": "Виправлено диспетчер пристроїв у `hm-rpc` та інших адаптерах",
"zh-cn": "纠正了“hm-rpc”和其他适配器中的设备管理器"
},
"7.4.19": {
"en": "Corrected file upload in File Browser and in JSON Config",
"de": "Korrigierte Datei hochgeladen in Datei Browser und in JSON Config",
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.4.20",
"version": "7.4.21",
"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.4.20",
"version": "7.4.21",
"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.4.20",
"version": "7.4.21",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 348fe64

Please sign in to comment.