Skip to content

Commit

Permalink
chore: release v5.2.21
Browse files Browse the repository at this point in the history
* (bluefox) Fixed build process
  • Loading branch information
GermanBluefox committed Jan 16, 2022
1 parent 8be9a3e commit 1fca45e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 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.2.21 (2022-01-16)
* (bluefox) Fixed build process

### 5.2.19 (2022-01-10)
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.30470a8b.chunk.css",
"main.js": "/static/js/main.040b7d8d.chunk.js",
"main.js.map": "/static/js/main.040b7d8d.chunk.js.map",
"main.js": "/static/js/main.597729ba.chunk.js",
"main.js.map": "/static/js/main.597729ba.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.041f4dbb.js",
"runtime-main.js.map": "/static/js/runtime-main.041f4dbb.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.f6e7e1ea.chunk.js",
"static/css/main.30470a8b.chunk.css",
"static/js/main.040b7d8d.chunk.js"
"static/js/main.597729ba.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.2.20",
"version": "5.2.21",
"news": {
"5.2.21": {
"en": "Fixed build process",
"de": "Build-Prozess behoben",
"ru": "Исправлен процесс сборки",
"pt": "Processo de compilação corrigido",
"nl": "Vast bouwproces",
"fr": "Processus de construction fixe",
"it": "Risolto il problema con il processo di compilazione",
"es": "Proceso de construcción fijo",
"pl": "Poprawiony proces kompilacji",
"zh-cn": "固定的构建过程"
},
"5.2.20": {
"en": "Fixed build process",
"de": "Build-Prozess behoben",
Expand Down Expand Up @@ -93,18 +105,6 @@
"es": "Se agregó la supervisión de enlaces simbólicos a mi duplicación.\nArregle dos casos de fallas reportados por Sentry",
"pl": "Dodano monitorowanie dowiązań symbolicznych w moim dublowaniu\nNapraw dwa przypadki awarii zgłoszone przez Sentry",
"zh-cn": "添加了对符号链接的监控我的镜像\n修复 Sentry 报告的两个崩溃案例"
},
"5.2.14": {
"en": "Typings imrovement\nadded \"Solar noon\" to astro-list\nAllowed to define different states for reading and writing alias values",
"de": "Verbesserung der Eingaben\n\"Sonnenmittag\" zur Astro-Liste hinzugefügt\nErlaubt, verschiedene Zustände zum Lesen und Schreiben von Alias-Werten zu definieren",
"ru": "Улучшение типографий\nдобавлен \"Солнечный полдень\" в астро-лист\nРазрешено определять различные состояния для чтения и записи значений псевдонима",
"pt": "Melhoria de digitação\nadicionado \"meio-dia solar\" à lista de astrologia\nTem permissão para definir diferentes estados para ler e escrever valores de alias",
"nl": "Verbetering van typen\n\"Zonne-middag\" toegevoegd aan astro-lijst\nToegestaan om verschillende statussen te definiëren voor het lezen en schrijven van aliaswaarden",
"fr": "Amélioration de la dactylographie\na ajouté \"midi solaire\" à la liste des astro\nAutorisé à définir différents états pour la lecture et l'écriture des valeurs d'alias",
"it": "Miglioramento delle digitazioni\naggiunto \"mezzogiorno solare\" all'elenco astronomico\nConsentito di definire diversi stati per la lettura e la scrittura di valori alias",
"es": "Mejora de Typings\nañadido \"mediodía solar\" a la lista de astro\nPermitido definir diferentes estados para leer y escribir valores de alias",
"pl": "Poprawa pisania\ndodano „Słoneczne południe” do astro-listy\nUmożliwiono zdefiniowanie różnych stanów odczytu i zapisu wartości aliasów",
"zh-cn": "打字改进\n在天文列表中添加了“太阳正午”\n允许为读取和写入别名值定义不同的状态"
}
},
"desc": {
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.2.20",
"version": "5.2.21",
"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.2.20",
"version": "5.2.21",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.14",
Expand Down

0 comments on commit 1fca45e

Please sign in to comment.