Skip to content

Commit

Permalink
chore: release v1.12.1
Browse files Browse the repository at this point in the history
* (bluefox) Corrected error in GUI with empty password
  • Loading branch information
GermanBluefox committed Sep 27, 2022
1 parent e31cb96 commit f2cdeca
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 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.1 (2022-09-27)
* (bluefox) Corrected error in GUI with empty password

### 1.12.0 (2022-09-27)
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.596decac.js",
"main.js": "./static/js/main.c8817654.js",
"index.html": "./index.html",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.596decac.js.map": "./static/js/main.596decac.js.map"
"main.c8817654.js.map": "./static/js/main.c8817654.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.596decac.js"
"static/js/main.c8817654.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>IoT Settings</title><script defer="defer" src="./static/js/main.596decac.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"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.c8817654.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>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "iot",
"version": "1.12.0",
"version": "1.12.1",
"news": {
"1.12.1": {
"en": "Corrected error in GUI with empty password",
"de": "Fehler behoben in GUI mit leerem Passwort",
"ru": "Исправлена ошибка в GUI с пустым паролем",
"pt": "Erro corrigido em GUI com senha vazia",
"nl": "Verkeerde fout in GUI met lege wachtwoord",
"fr": "Erreur corrigée dans GUI avec mot de passe vide",
"it": "Errore corretto in GUI con password vuota",
"es": "Error corregido en GUI con contraseña vacía",
"pl": "Nieprawidłowy błąd w GUI z pustym hasłem",
"zh-cn": "古伊的错误与空言"
},
"1.12.0": {
"en": "Do not control saturation with a percentage request via alexa\nMigrated GUI to v5",
"de": "Kontrollieren Sie keine Sättigung mit einer prozentualen Anfrage über alexa\nMigrated GUI to v5",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Solucionar casos de fallas informados por Sentry",
"pl": "Napraw przypadki awarii zgłoszone przez Sentry",
"zh-cn": "修复 Sentry 报告的崩溃案例"
},
"1.11.3": {
"en": "Added the generation of URL key for services",
"de": "Generierung von URL-Schlüsseln für Dienste hinzugefügt",
"ru": "Добавлена генерация URL-ключа для сервисов",
"pt": "Adicionada a geração de chave de URL para serviços",
"nl": "Het genereren van de URL-sleutel voor services toegevoegd",
"fr": "Ajout de la génération de clé URL pour les services",
"it": "Aggiunta la generazione della chiave URL per i servizi",
"es": "Se agregó la generación de clave de URL para servicios.",
"pl": "Dodano generowanie klucza URL dla usług",
"zh-cn": "为服务添加了 URL 密钥的生成"
}
},
"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.0",
"version": "1.12.1",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with 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": "iot-admin",
"version": "1.12.0",
"version": "1.12.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^3.1.34",
Expand Down

0 comments on commit f2cdeca

Please sign in to comment.