Skip to content

Commit

Permalink
Corrected GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 25, 2023
1 parent aaedf3f commit 7776350
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- ble

## Changelog
### 0.1.1 (2023-10-24)
### **WORK IN PROGRESS**
* (bluefox) Devices were implemented

### 0.0.5 (2023-10-24)
Expand Down
13 changes: 0 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@
"name": "matter",
"version": "0.1.1",
"news": {
"0.1.1": {
"en": "Devices were implemented",
"de": "Geräte wurden implementiert",
"ru": "Были реализованы устройства",
"pt": "Dispositivos foram implementados",
"nl": "De slachtoffers werden uitgevoerd",
"fr": "Des dispositifs ont été mis en œuvre",
"it": "I dispositivi sono stati implementati",
"es": "Se aplicaron dispositivos",
"pl": "Zbiór został zaimplementowany",
"uk": "Пристрої реалізовані",
"zh-cn": "被处决者"
},
"0.0.5": {
"en": "Fixed names under linux",
"de": "Feste Namen unter Linux",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@types/iobroker": "^5.0.6",
"@types/jsonwebtoken": "^9.0.4",
"@types/node": "^20.8.7",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"chai": "^4.3.10",
"eslint": "^8.52.0",
Expand Down
10 changes: 5 additions & 5 deletions src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@iobroker/adapter-react-v5": "^4.6.7",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/styles": "^5.14.14",
"@sentry/browser": "^7.74.1",
"@sentry/integrations": "^7.74.1",
"@mui/icons-material": "^5.14.15",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"@sentry/browser": "^7.75.0",
"@sentry/integrations": "^7.75.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
6 changes: 0 additions & 6 deletions src-admin/src/components/DeviceDialog.d.ts

This file was deleted.

0 comments on commit 7776350

Please sign in to comment.