Skip to content

Commit

Permalink
chore: release v4.10.10
Browse files Browse the repository at this point in the history
Do not try to set a state value if object creation was not successful (Sentry IOBROKER-JAVASCRIPT-5G)
Make sure no incorrect states are trying to be set (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)
  • Loading branch information
Apollon77 committed Jan 21, 2021
1 parent d04b593 commit 392d371
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 36 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
@@ -1,5 +1,8 @@
The newest change log is in README.md

## 4.10.5 (2020-11-15)
* (bluefox) null timeouts are checked now

## 4.10.4 (2020-11-09)
* (bluefox) null timeouts are checked now
* (AlCalzone) Correction for the typescript with async functions
Expand Down
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -38,7 +38,7 @@ And then call `npm run build`.

## Changelog

### __WORK IN PROGRESS__
### 4.10.10 (2021-01-22)
* (Apollon77) Do not try to set a state value if object creation was not successful (Sentry IOBROKER-JAVASCRIPT-5G)
* (Apollon77) Make sure no incorrect states are trying to be set (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)

Expand All @@ -61,9 +61,6 @@ And then call `npm run build`.
* (AlCalzone) Removed the `--prefix` argument in `npm install`, so package installations on Windows no longer mess up the install directory
* (bluefox) Corrected the set of the binary state

### 4.10.5 (2020-11-15)
* (bluefox) null timeouts are checked now

## License

The MIT License (MIT)
Expand Down
10 changes: 5 additions & 5 deletions admin/asset-manifest.json
@@ -1,26 +1,26 @@
{
"files": {
"main.css": "/static/css/main.ec63fb86.chunk.css",
"main.js": "/static/js/main.3beb2eb0.chunk.js",
"main.js.map": "/static/js/main.3beb2eb0.chunk.js.map",
"main.js": "/static/js/main.217b4b2b.chunk.js",
"main.js.map": "/static/js/main.217b4b2b.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.36ac425a.js",
"runtime-main.js.map": "/static/js/runtime-main.36ac425a.js.map",
"static/css/2.5cf908cf.chunk.css": "/static/css/2.5cf908cf.chunk.css",
"static/js/2.18b3a576.chunk.js": "/static/js/2.18b3a576.chunk.js",
"static/js/2.18b3a576.chunk.js.map": "/static/js/2.18b3a576.chunk.js.map",
"index.html": "/index.html",
"precache-manifest.443ccb0f1ecdd9ccb0ea437e179d16c3.js": "/precache-manifest.443ccb0f1ecdd9ccb0ea437e179d16c3.js",
"precache-manifest.fa219696582e3a933bb99a0988887884.js": "/precache-manifest.fa219696582e3a933bb99a0988887884.js",
"service-worker.js": "/service-worker.js",
"static/css/2.5cf908cf.chunk.css.map": "/static/css/2.5cf908cf.chunk.css.map",
"static/css/main.ec63fb86.chunk.css.map": "/static/css/main.ec63fb86.chunk.css.map",
"static/js/2.18b3a576.chunk.js.LICENSE.txt": "/static/js/2.18b3a576.chunk.js.LICENSE.txt",
"static/js/main.3beb2eb0.chunk.js.LICENSE.txt": "/static/js/main.3beb2eb0.chunk.js.LICENSE.txt"
"static/js/main.217b4b2b.chunk.js.LICENSE.txt": "/static/js/main.217b4b2b.chunk.js.LICENSE.txt"
},
"entrypoints": [
"static/js/runtime-main.36ac425a.js",
"static/css/2.5cf908cf.chunk.css",
"static/js/2.18b3a576.chunk.js",
"static/css/main.ec63fb86.chunk.css",
"static/js/main.3beb2eb0.chunk.js"
"static/js/main.217b4b2b.chunk.js"
]
}
@@ -1,14 +1,14 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "aac352bac7ef2e4b20479e03456e458b",
"revision": "b023c34abbb027af52402f906f90ced3",
"url": "/index.html"
},
{
"revision": "d5d59835108f96135cff",
"url": "/static/css/2.5cf908cf.chunk.css"
},
{
"revision": "6c4390f6ee4b11fb5eb5",
"revision": "9b4f5f270a8406176463",
"url": "/static/css/main.ec63fb86.chunk.css"
},
{
Expand All @@ -20,12 +20,12 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "/static/js/2.18b3a576.chunk.js.LICENSE.txt"
},
{
"revision": "6c4390f6ee4b11fb5eb5",
"url": "/static/js/main.3beb2eb0.chunk.js"
"revision": "9b4f5f270a8406176463",
"url": "/static/js/main.217b4b2b.chunk.js"
},
{
"revision": "578fa69920ac4a551e6d340a37256bed",
"url": "/static/js/main.3beb2eb0.chunk.js.LICENSE.txt"
"url": "/static/js/main.217b4b2b.chunk.js.LICENSE.txt"
},
{
"revision": "0bb40a41b8abfdf8d583",
Expand Down
2 changes: 1 addition & 1 deletion admin/service-worker.js
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"/precache-manifest.443ccb0f1ecdd9ccb0ea437e179d16c3.js"
"/precache-manifest.fa219696582e3a933bb99a0988887884.js"
);

self.addEventListener('message', (event) => {
Expand Down
3 changes: 3 additions & 0 deletions admin/static/js/main.217b4b2b.chunk.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.3beb2eb0.chunk.js

This file was deleted.

2 changes: 1 addition & 1 deletion admin/tab.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions io-package.json
Expand Up @@ -20,8 +20,20 @@
"Apollon77 <iobroker@fischer-ka.de>",
"AlCalzone"
],
"version": "4.10.9",
"version": "4.10.10",
"news": {
"4.10.10": {
"en": "Do not try to set a state value if object creation was not successful (Sentry IOBROKER-JAVASCRIPT-5G)\nMake sure no incorrect states are trying to be set (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)",
"de": "Versuchen Sie nicht, einen Statuswert festzulegen, wenn die Objekterstellung nicht erfolgreich war (Sentry IOBROKER-JAVASCRIPT-5G).\nStellen Sie sicher, dass keine falschen Zustände festgelegt werden sollen (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A).",
"ru": "Не пытайтесь установить значение состояния, если создание объекта не удалось (Sentry IOBROKER-JAVASCRIPT-5G)\nУбедитесь, что не устанавливаются неправильные состояния (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)",
"pt": "Não tente definir um valor de estado se a criação do objeto não foi bem-sucedida (Sentry IOBROKER-JAVASCRIPT-5G)\nCertifique-se de que nenhum estado incorreto esteja tentando ser definido (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)",
"nl": "Probeer geen statuswaarde in te stellen als het maken van een object niet is gelukt (Sentry IOBROKER-JAVASCRIPT-5G)\nZorg ervoor dat er geen onjuiste statussen worden ingesteld (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)",
"fr": "N'essayez pas de définir une valeur d'état si la création d'objet a échoué (Sentry IOBROKER-JAVASCRIPT-5G)\nAssurez-vous qu'aucun état incorrect ne tente d'être défini (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)",
"it": "Non tentare di impostare un valore di stato se la creazione dell'oggetto non è andata a buon fine (Sentry IOBROKER-JAVASCRIPT-5G)\nAssicurati che non stiano tentando di impostare stati errati (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)",
"es": "No intente establecer un valor de estado si la creación del objeto no fue exitosa (Sentry IOBROKER-JAVASCRIPT-5G)\nAsegúrese de que no se estén intentando establecer estados incorrectos (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)",
"pl": "Nie próbuj ustawiać wartości stanu, jeśli utworzenie obiektu nie powiodło się (Sentry IOBROKER-JAVASCRIPT-5G)\nUpewnij się, że nie próbujesz ustawić żadnych nieprawidłowych stanów (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)",
"zh-cn": "如果对象创建不成功,请勿尝试设置状态值(Sentry IOBROKER-JAVASCRIPT-5G)\n确保没有试图设置不正确的状态(Sentry IOBROKER-JAVASCRIPT-5F,IOBROKER-JAVASCRIPT-5A)"
},
"4.10.9": {
"en": "Make sure to end all Timeouts\nPrevent crash case (Sentry IOBROKER-JAVASCRIPT-51)",
"de": "Stellen Sie sicher, dass alle Timeouts beendet sind\nAbsturz verhindern (Sentry IOBROKER-JAVASCRIPT-51)",
Expand Down Expand Up @@ -249,18 +261,6 @@
"es": "Se corrigió el diálogo de selección de ID",
"pl": "Naprawiono okno dialogowe wyboru identyfikatora",
"zh-cn": "修复了选择ID对话框"
},
"4.7.2": {
"en": "Fixed blockly problem",
"de": "Blockproblem behoben",
"ru": "Исправлена блочная проблема",
"pt": "Problema de bloqueio corrigido",
"nl": "Blokkeerprobleem opgelost",
"fr": "Correction d'un problème de blocage",
"it": "Risolto problema di blocco",
"es": "Problema de bloque fijo",
"pl": "Naprawiono blokowy problem",
"zh-cn": "修复块状问题"
}
},
"desc": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "4.10.9",
"version": "4.10.10",
"description": "Javascript/Coffescript Script Engine for ioBroker",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^2.4.0",
"@types/node": "^12.19.13",
"@types/node": "^12.19.15",
"@types/request": "^2.48.5",
"coffee-compiler": "^0.3.2",
"coffee-script": "^1.12.7",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "js",
"version": "4.10.9",
"version": "4.10.10",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
Expand Down

0 comments on commit 392d371

Please sign in to comment.