Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.2.4
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Corrected file browser
-   (@GermanBluefox) Changed Open/Close Folder icons
  • Loading branch information
foxriver76 authored Oct 7, 2024
1 parent 1c18663 commit b52f832
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to create the configuration page with ReactJS:
- Change `name` from `src` to `ADAPTERNAME-admin` (Of course replace `ADAPTERNAME` with yours)
- Add to devDependencies:
```
"@iobroker/adapter-react-v5": "^7.2.3",
"@iobroker/adapter-react-v5": "^7.2.4",
```
Versions can be higher.
So your `src/package.json` should look like:
Expand All @@ -24,7 +24,7 @@ If you want to create the configuration page with ReactJS:
"version": "0.1.0",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^7.2.3",
"@iobroker/adapter-react-v5": "^7.2.4",
"@iobroker/build-tools": "^1.0.0",
"@iobroker/eslint-config": "^0.1.2",
"@mui/material": "^6.0.2",
Expand Down Expand Up @@ -697,7 +697,7 @@ You can find the migration instructions:
-->

## Changelog
### **WORK IN PROGRESS**
### 7.2.4 (2024-10-07)

- (@GermanBluefox) Corrected file browser
- (@GermanBluefox) Changed Open/Close Folder icons
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/adapter-react-v5",
"version": "7.2.3",
"version": "7.2.4",
"description": "React classes to develop admin interfaces for ioBroker with react.",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/devices.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/rooms.json

Large diffs are not rendered by default.

0 comments on commit b52f832

Please sign in to comment.