Skip to content

Commit

Permalink
chore: release v5.4.5
Browse files Browse the repository at this point in the history
* (Apollon77) Fix existsState and existsObject
  • Loading branch information
Apollon77 committed Mar 20, 2022
1 parent bce651c commit 4c736fb
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ And then call `npm run build`.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 5.4.5 (2022-03-20)
* (Apollon77) Fix existsState and existsObject

### 5.4.3 (2022-03-17)
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.545730b9.chunk.js",
"main.js.map": "/static/js/main.545730b9.chunk.js.map",
"main.js": "/static/js/main.ebb4c299.chunk.js",
"main.js.map": "/static/js/main.ebb4c299.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.545730b9.chunk.js"
"static/js/main.ebb4c299.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.

14 changes: 13 additions & 1 deletion 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.4.4",
"version": "5.4.5",
"news": {
"5.4.5": {
"en": "Fix existsState and existsObject",
"de": "ExistiertState und ExistiertObjekt korrigiert",
"ru": "Исправление existsState и existsObject",
"pt": "Correção de existState e existObject",
"nl": "Bestaande Staat en ExistObject repareren",
"fr": "Correction de l'état de l'état et de l'objet de l'existence",
"it": "Risolto il problema esiste Stato ed Esiste Oggetto",
"es": "Repara existState y existeObject",
"pl": "Napraw stan istnieje i istniejeObject",
"zh-cn": "修复 existsState 和 existsObject"
},
"5.4.3": {
"en": "Fix handling of month schedules with given date list\nOptimize scheduling to make sure to not miss triggers if callbacks would need too long",
"de": "Behandlung von Monatsplänen mit gegebener Datumsliste korrigiert\nOptimieren Sie die Planung, um sicherzustellen, dass Sie keine Trigger verpassen, wenn Rückrufe zu lange dauern würden",
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.javascript",
"version": "5.4.4",
"version": "5.4.5",
"description": "Rules Engine for ioBroker",
"author": "bluefox <[email protected]>",
"contributors": [
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.4.4",
"version": "5.4.5",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.14",
Expand Down

0 comments on commit 4c736fb

Please sign in to comment.