Skip to content

Commit

Permalink
chore: release v5.3.1
Browse files Browse the repository at this point in the history
* (Apollon77) Add missing callback check in setObject
  • Loading branch information
Apollon77 committed Mar 3, 2022
1 parent 059f1c3 commit 4e92bc8
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 29 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
The newest change log is in README.md
## 5.2.16 (2021-11-19)
* (bluefox) Fixed the font in the editor

## 5.2.15 (2021-11-18)
* (agross) Added the monitoring of symlinks my mirroring
* (Apollon77) Fix two crash cases reported by Sentry
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ And then call `npm run build`.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
* (Apollon77) Add missing callback check in setObject
### 5.3.1 (2022-03-03)
* (Apollon77) Add missing callback check in setObject

### 5.3.0 (2022-03-02)
* (Apollon77) Prevent some crash cases reported by Sentry (IOBROKER-JAVASCRIPT-A3)
Expand All @@ -60,9 +59,6 @@ And then call `npm run build`.
* (klein0r) Fixed some german translations
* (winnyschuster) Fixed astro schedules

### 5.2.16 (2021-11-19)
* (bluefox) Fixed the font in the editor

## License
The MIT License (MIT)

Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.css": "/static/css/main.5b5813ce.chunk.css",
"main.js": "/static/js/main.82db2d5a.chunk.js",
"main.js.map": "/static/js/main.82db2d5a.chunk.js.map",
"main.js": "/static/js/main.10da293d.chunk.js",
"main.js.map": "/static/js/main.10da293d.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.02a8da94.js",
"runtime-main.js.map": "/static/js/runtime-main.02a8da94.js.map",
"static/css/2.a442f2b4.chunk.css": "/static/css/2.a442f2b4.chunk.css",
Expand All @@ -19,6 +19,6 @@
"static/css/2.a442f2b4.chunk.css",
"static/js/2.26654149.chunk.js",
"static/css/main.5b5813ce.chunk.css",
"static/js/main.82db2d5a.chunk.js"
"static/js/main.10da293d.chunk.js"
]
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,20 @@
"Apollon77 <[email protected]>",
"AlCalzone"
],
"version": "5.3.0",
"version": "5.3.1",
"news": {
"5.3.1": {
"en": "Add missing callback check in setObject",
"de": "Fehlende Callback-Prüfung in setObject hinzugefügt",
"ru": "Добавить отсутствующую проверку обратного вызова в setObject",
"pt": "Adicionar verificação de retorno de chamada ausente em setObject",
"nl": "Voeg ontbrekende terugbelcontrole toe in setObject",
"fr": "Ajouter une vérification de rappel manquante dans setObject",
"it": "Aggiungi il controllo della richiamata mancante in setObject",
"es": "Agregar verificación de devolución de llamada faltante en setObject",
"pl": "Dodaj brakujące sprawdzenie wywołania zwrotnego w setObject",
"zh-cn": "在 setObject 中添加缺少的回调检查"
},
"5.3.0": {
"en": "Prevent some crash cases reported by Sentry (IOBROKER-JAVASCRIPT-A3)\nFix Enum Updates\nOptimize making sure data are current for synchronous return of states/objects even for asynchronous action cases before\nMake sure admin files is cleaned up on update\nupdate channel/device structures for $ selector on object updates\nAdjustments for js-controller 4.0",
"de": "Einige von Sentry gemeldete Absturzfälle verhindern (IOBROKER-JAVASCRIPT-A3)\nEnum-Updates beheben\nOptimieren Sie, indem Sie sicherstellen, dass die Daten für die synchrone Rückgabe von Zuständen/Objekten auch für asynchrone Aktionsfälle zuvor aktuell sind\nStellen Sie sicher, dass die Verwaltungsdateien beim Update bereinigt werden\nKanal-/Gerätestrukturen für $-Selektor bei Objektaktualisierungen aktualisieren\nAnpassungen für js-controller 4.0",
Expand Down Expand Up @@ -93,18 +105,6 @@
"es": "Se corrigieron algunas traducciones alemanas.\nHorarios astro fijos",
"pl": "Naprawiono niektóre niemieckie tłumaczenia\nStałe harmonogramy astro",
"zh-cn": "修正了一些德语翻译\n固定的天文时间表"
},
"5.2.16": {
"en": "Fixed fonts",
"de": "Feste Schriftarten",
"ru": "Фиксированные шрифты",
"pt": "Fontes fixas",
"nl": "Vaste lettertypen",
"fr": "Polices fixes",
"it": "Caratteri fissi",
"es": "Fuentes fijas",
"pl": "Naprawiono czcionki",
"zh-cn": "固定字体"
}
},
"desc": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "5.3.0",
"version": "5.3.1",
"description": "Rules Engine for ioBroker",
"author": "bluefox <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.0",
"@types/node": "^17.0.21",
"@types/node": "^16.11.26",
"@types/request": "^2.48.8",
"coffee-compiler": "^0.3.2",
"coffee-script": "^1.12.7",
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": "js",
"version": "5.3.0",
"version": "5.3.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.14",
Expand Down

0 comments on commit 4e92bc8

Please sign in to comment.