Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.4.3
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Changed information box on the hosts tab
-   (@GermanBluefox) Corrected some errors in JsonConfig library
-   (@GermanBluefox) Added flag expertMode to hide JSON config controls for non-experts
-   (@GermanBluefox) Corrected cloud icon for admin
-   (@GermanBluefox) Added old dialog names to adapter-react-v5 again
  • Loading branch information
foxriver76 authored Dec 1, 2024
1 parent 44f0c2b commit a36a282
Show file tree
Hide file tree
Showing 9 changed files with 809 additions and 807 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older changes
## 7.3.1 (2024-11-14)

- (@GermanBluefox) Corrected cloud icon for admin
- (@GermanBluefox) Added old dialog names to adapter-react-v5 again
- (@GermanBluefox) Corrected the password field in JSON-Config

## 7.2.6 (2024-10-11)

- (@GermanBluefox) Trying to fix a GUI build process
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 7.4.3 (2024-12-01)

- (@GermanBluefox) Changed information box on the hosts tab
- (@GermanBluefox) Corrected some errors in JsonConfig library
Expand All @@ -114,12 +113,6 @@ The icons may not be reused in other projects without the proper flaticon licens
- (@GermanBluefox) Some GUI packages were updated.
- (@GermanBluefox) Improved file viewer. Added icons viewer

### 7.3.1 (2024-11-14)

- (@GermanBluefox) Corrected cloud icon for admin
- (@GermanBluefox) Added old dialog names to adapter-react-v5 again
- (@GermanBluefox) Corrected the password field in JSON-Config

## 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.4.2",
"version": "7.4.3",
"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.4.2",
"version": "7.4.3",
"description": "React components to develop ioBroker interfaces with react.",
"author": {
"name": "bluefox",
Expand Down
1,583 changes: 793 additions & 790 deletions packages/admin/io-package.json

Large diffs are not rendered by default.

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.2",
"version": "7.4.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.4.2",
"version": "7.4.3",
"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.2",
"version": "7.4.3",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit a36a282

Please sign in to comment.