Skip to content

Commit

Permalink
chore: release v5.0.3
Browse files Browse the repository at this point in the history
* (bluefox) Fixed error with mutli-devices
  • Loading branch information
GermanBluefox committed May 13, 2022
1 parent 80b9dd8 commit cc6afd1
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ There are some programs in folder *test' to test the TCP communication:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 5.0.3 (2022-05-13)
* (bluefox) Fixed error with mutli-devices

### 5.0.0 (2022-05-11)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "./static/css/main.fb1757a1.css",
"main.js": "./static/js/main.bd869655.js",
"main.js": "./static/js/main.c7667180.js",
"index.html": "./index.html",
"main.fb1757a1.css.map": "./static/css/main.fb1757a1.css.map",
"main.bd869655.js.map": "./static/js/main.bd869655.js.map"
"main.c7667180.js.map": "./static/js/main.c7667180.js.map"
},
"entrypoints": [
"static/css/main.fb1757a1.css",
"static/js/main.bd869655.js"
"static/js/main.c7667180.js"
]
}
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Modbus</title><script defer="defer" src="./static/js/main.bd869655.js"></script><link href="./static/css/main.fb1757a1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Modbus</title><script defer="defer" src="./static/js/main.c7667180.js"></script><link href="./static/css/main.fb1757a1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "modbus",
"version": "5.0.2",
"version": "5.0.3",
"news": {
"5.0.3": {
"en": "Fixed error with mutli-devices",
"de": "Fehler bei Multi-Geräten behoben",
"ru": "Исправлена ошибка с mutli-устройствами",
"pt": "Corrigido erro com vários dispositivos",
"nl": "Vaste fout met meerdere apparaten",
"fr": "Correction d'une erreur avec plusieurs appareils",
"it": "Risolto errore con più dispositivi",
"es": "Solucionado el error con varios dispositivos.",
"pl": "Naprawiono błąd z wieloma urządzeniami",
"zh-cn": "修复了多设备的错误"
},
"5.0.0": {
"en": "BREAKING: All space characters will be replaced with underscores now in the Objects IDs, not only the first one.\nCatch error reported by sentry when invalid Master port is entered\nGUI migrated to mui-v5",
"de": "BREAKING: Alle Leerzeichen werden jetzt in den Objekt-IDs durch Unterstriche ersetzt, nicht nur die erste.\nVom Sentry gemeldeter Fangfehler, wenn ein ungültiger Master-Port eingegeben wird\nGUI auf mui-v5 migriert",
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.modbus",
"version": "5.0.2",
"version": "5.0.3",
"description": "Connect devices oder Modbus protocol to ioBroker",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modebus-admin",
"version": "5.0.2",
"version": "5.0.3",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^2.1.7",
Expand Down

0 comments on commit cc6afd1

Please sign in to comment.