Skip to content

Commit

Permalink
chore: release v1.12.2
Browse files Browse the repository at this point in the history
* (Apollon77) Fix crash case
  • Loading branch information
Apollon77 committed Oct 1, 2022
1 parent 4195b3d commit 145208c
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 27 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ Following types are supported:
-->

## Changelog

### __WORK IN PROGRESS__
### 1.12.2 (2022-10-01)
* (Apollon77) Fix crash case

### 1.12.1 (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.c8817654.js",
"main.js": "./static/js/main.b54155f0.js",
"index.html": "./index.html",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.c8817654.js.map": "./static/js/main.c8817654.js.map"
"main.b54155f0.js.map": "./static/js/main.b54155f0.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.c8817654.js"
"static/js/main.b54155f0.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.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>
<!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.b54155f0.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>
2 changes: 1 addition & 1 deletion admin/static/css/main.96b3c861.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

This file was deleted.

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.1",
"version": "1.12.2",
"news": {
"1.12.2": {
"en": "Fix crash case",
"de": "Fehlerbehebung",
"ru": "Fix случай аварии",
"pt": "Corrigir caso de acidente",
"nl": "Vertaling:",
"fr": "Trouble de l ' accident",
"it": "Caso di arresto fisso",
"es": "Caso de accidente fijo",
"pl": "Sprawa katastrofy",
"zh-cn": "九. 事故"
},
"1.12.1": {
"en": "Corrected error in GUI with empty password",
"de": "Fehler behoben in GUI mit leerem Passwort",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Alisa: actualización para sensor binario \"movimiento\" y \"contacto\"",
"pl": "Alisa: aktualizacja czujnika binarnego „ruchu” i „kontaktu”",
"zh-cn": "Alisa:二进制传感器“运动”和“接触”的更新"
},
"1.11.4": {
"en": "Fix crash cases reported by Sentry",
"de": "Von Sentry gemeldete Absturzfälle beheben",
"ru": "Исправить случаи сбоев, о которых сообщил Sentry",
"pt": "Corrigir casos de travamento relatados pelo Sentinela",
"nl": "Herstel crashgevallen gemeld door Sentry",
"fr": "Correction des cas de plantage signalés par Sentry",
"it": "Risolvi i casi di crash segnalati da Sentry",
"es": "Solucionar casos de fallas informados por Sentry",
"pl": "Napraw przypadki awarii zgłoszone przez Sentry",
"zh-cn": "修复 Sentry 报告的崩溃案例"
}
},
"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.1",
"version": "1.12.2",
"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.1",
"version": "1.12.2",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^3.1.34",
Expand Down Expand Up @@ -33,4 +33,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 145208c

Please sign in to comment.