Skip to content

Commit

Permalink
chore: release v3.0.2
Browse files Browse the repository at this point in the history
* (bluefox) Corrected link from admin
  • Loading branch information
GermanBluefox committed Feb 27, 2023
1 parent 1529d60 commit 12ef887
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ If activated so by every command (no matter if the request came via state or sen
-->

## Changelog
### **WORK IN PROGRESS**
### 3.0.2 (2023-02-27)
* (bluefox) Corrected link from admin

### 3.0.1 (2023-02-21)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.9a2887fc.css",
"main.js": "./static/js/main.d0d82a22.js",
"main.js": "./static/js/main.294acecd.js",
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
Expand Down Expand Up @@ -123,10 +123,10 @@
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
"main.9a2887fc.css.map": "./static/css/main.9a2887fc.css.map",
"main.d0d82a22.js.map": "./static/js/main.d0d82a22.js.map"
"main.294acecd.js.map": "./static/js/main.294acecd.js.map"
},
"entrypoints": [
"static/css/main.9a2887fc.css",
"static/js/main.d0d82a22.js"
"static/js/main.294acecd.js"
]
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab.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"/><link rel="stylesheet" href="./style.css"/><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 src="./langModel.js"></script><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Text2Command [ioBroker]</title><script defer="defer" src="./static/js/main.d0d82a22.js"></script><link href="./static/css/main.9a2887fc.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"/><link rel="stylesheet" href="./style.css"/><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 src="./langModel.js"></script><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Text2Command [ioBroker]</title><script defer="defer" src="./static/js/main.294acecd.js"></script><link href="./static/css/main.9a2887fc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "text2command",
"version": "3.0.1",
"version": "3.0.2",
"news": {
"3.0.2": {
"en": "Corrected link from admin",
"de": "Korrigierter Link von admin",
"ru": "Исправлена ссылка от админ",
"pt": "Link corrigido de admin",
"nl": "Vertaling:",
"fr": "Lien corrigé de l'administrateur",
"it": "Collegamento corretto da admin",
"es": "Enlace corregido de admin",
"pl": "Poprawne połączenie z adminem",
"uk": "Виправлено посилання від адміністратора",
"zh-cn": "A. 来自专注的联系"
},
"3.0.1": {
"en": "Corrected many GUI errors",
"de": "Viele GUI-Fehler korrigiert",
Expand Down Expand Up @@ -76,18 +89,6 @@
"es": "Verificó la existencia de la instancia de sayit antes de la salida",
"pl": "Sprawdzono istnienie instancji sayit przed wyjściem",
"zh-cn": "在输出前检查 sayit 实例的存在"
},
"2.1.6": {
"en": "Corrected GUI",
"de": "Korrigierte GUI",
"ru": "Исправлен графический интерфейс",
"pt": "GUI corrigida",
"nl": "Gecorrigeerde GUI",
"fr": "Interface graphique corrigée",
"it": "GUI corretta",
"es": "Interfaz gráfica de usuario corregida",
"pl": "Poprawione GUI",
"zh-cn": "更正的图形用户界面"
}
},
"title": "Text to command",
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.text2command",
"version": "3.0.1",
"version": "3.0.2",
"description": "Convert texts to ioBroker commands.",
"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": "text2command-react",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.0.13",
Expand Down

0 comments on commit 12ef887

Please sign in to comment.