Skip to content

Commit

Permalink
chore: release v1.9.3
Browse files Browse the repository at this point in the history
* (bluefox) Convert actual values with provided "convert" function too
  • Loading branch information
GermanBluefox committed Dec 19, 2024
1 parent 0ec43f8 commit 175c52e
Show file tree
Hide file tree
Showing 30 changed files with 328 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You can debug view charts locally with:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.9.3 (2024-12-19)
* (bluefox) Convert actual values with provided "convert" function too

### 1.9.2 (2024-09-10)
Expand Down
6 changes: 3 additions & 3 deletions admin/chart/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "./static/css/main.e631bfb5.css",
"main.js": "./static/js/main.41aee66a.js",
"main.js": "./static/js/main.b6a15844.js",
"index.html": "./index.html",
"main.e631bfb5.css.map": "./static/css/main.e631bfb5.css.map",
"main.41aee66a.js.map": "./static/js/main.41aee66a.js.map"
"main.b6a15844.js.map": "./static/js/main.b6a15844.js.map"
},
"entrypoints": [
"static/css/main.e631bfb5.css",
"static/js/main.41aee66a.js"
"static/js/main.b6a15844.js"
]
}
2 changes: 1 addition & 1 deletion admin/chart/index.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>Echarts [ioBroker]</title><script defer="defer" src="./static/js/main.41aee66a.js"></script><link href="./static/css/main.e631bfb5.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>Echarts [ioBroker]</title><script defer="defer" src="./static/js/main.b6a15844.js"></script><link href="./static/css/main.e631bfb5.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.

Large diffs are not rendered by default.

Loading

0 comments on commit 175c52e

Please sign in to comment.