Skip to content

Commit

Permalink
chore: release v1.12.5
Browse files Browse the repository at this point in the history
* (bluefox) Small changes on configuration GUI
  • Loading branch information
GermanBluefox committed Nov 9, 2022
1 parent a19c8fe commit 6b747d6
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Following types are supported:
-->

## Changelog
### **WORK IN PROGRESS**
### 1.12.5 (2022-11-09)
* (bluefox) Small changes on configuration GUI

### 1.12.4 (2022-11-03)
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.96b3c861.css",
"main.js": "./static/js/main.03ea7a2d.js",
"main.js": "./static/js/main.a9dfceba.js",
"index.html": "./index.html",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.03ea7a2d.js.map": "./static/js/main.03ea7a2d.js.map"
"main.a9dfceba.js.map": "./static/js/main.a9dfceba.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.03ea7a2d.js"
"static/js/main.a9dfceba.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" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.03ea7a2d.js"></script><link href="./static/css/main.96b3c861.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" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.a9dfceba.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 0 additions & 3 deletions admin/static/js/main.03ea7a2d.js

This file was deleted.

3 changes: 3 additions & 0 deletions admin/static/js/main.a9dfceba.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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": "iot",
"version": "1.12.4",
"version": "1.12.5",
"news": {
"1.12.5": {
"en": "Small changes on configuration GUI",
"de": "Kleine Änderungen an der Konfiguration GUI",
"ru": "Небольшие изменения на конфигурации GUI",
"pt": "Pequenas mudanças na interface gráfica de configuração",
"nl": "Kleine veranderingen op vertrouwelijke GUI",
"fr": "Petits changements sur la configuration GUI",
"it": "Piccoli cambiamenti nella configurazione GUI",
"es": "Pequeños cambios en la configuración GUI",
"pl": "Małe zmiany w konfiguracji GUI",
"uk": "Невеликі зміни конфігурації GUI",
"zh-cn": "A. 对组合的小变化"
},
"1.12.4": {
"en": "Added ukrainian language\nCorrected blockly for unknown languages",
"de": "Ukrainische Sprache hinzugefügt\nBlockiert für unbekannte Sprachen",
Expand Down Expand Up @@ -75,18 +88,6 @@
"es": "Actualizar las dependencias para permitir una mejor reconstrucción automática",
"pl": "Odpowiadanie zależności pozwala na lepszą automatyczną przebudowę",
"zh-cn": "B. 改善自动重建的新的依赖"
},
"1.11.7": {
"en": "Tried to correct URL key creation for Google home",
"de": "Versuche, die URL-Schlüssel-Erstellung für Google Home zu korrigieren",
"ru": "Попробовал исправить создание ключа URL для дома Google",
"pt": "Tentei corrigir a criação de chaves URL para o Google home",
"nl": "Geprobeerd om de sleutel te corrigeren voor Google thuis",
"fr": "Trié pour corriger la création de clé URL pour Google home",
"it": "Ho cercato di correggere la creazione di chiave URL per la casa di Google",
"es": "Trató de corregir la creación de clave URL para Google home",
"pl": "Poprawić kluczową rolę URL w Google home",
"zh-cn": "纠正谷歌家的关键创建"
}
},
"title": "IoT Assistants",
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.iot",
"version": "1.12.4",
"version": "1.12.5",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
"author": {
"name": "bluefox",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iot-admin",
"version": "1.12.4",
"version": "1.12.5",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^3.2.6",
Expand Down Expand Up @@ -33,4 +33,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 6b747d6

Please sign in to comment.