Skip to content

Commit

Permalink
chore: release v7.0.10
Browse files Browse the repository at this point in the history
* (klein0r) Added new blocks: new line, random number, value between min and max, if empty
* (bluefox) corrected blockly
  • Loading branch information
GermanBluefox committed Jun 13, 2023
1 parent a6db742 commit 2472023
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 7.0.10 (2023-06-13)
* (klein0r) Added new blocks: new line, random number, value between min and max, if empty
* (bluefox) corrected blockly

Expand Down
10 changes: 5 additions & 5 deletions admin/asset-manifest.json
@@ -1,8 +1,8 @@
{
"files": {
"main.js": "/static/js/main.4c223e43.js",
"main.js": "/static/js/main.04ba962e.js",
"static/css/98.cacc94fa.chunk.css": "/static/css/98.cacc94fa.chunk.css",
"static/js/98.48c0023e.chunk.js": "/static/js/98.48c0023e.chunk.js",
"static/js/98.c67ef2c8.chunk.js": "/static/js/98.c67ef2c8.chunk.js",
"static/js/90.30165444.chunk.js": "/static/js/90.30165444.chunk.js",
"static/js/305.6132eb16.chunk.js": "/static/js/305.6132eb16.chunk.js",
"static/js/281.6af18b40.chunk.js": "/static/js/281.6af18b40.chunk.js",
Expand Down Expand Up @@ -143,9 +143,9 @@
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
"main.4c223e43.js.map": "/static/js/main.4c223e43.js.map",
"main.04ba962e.js.map": "/static/js/main.04ba962e.js.map",
"98.cacc94fa.chunk.css.map": "/static/css/98.cacc94fa.chunk.css.map",
"98.48c0023e.chunk.js.map": "/static/js/98.48c0023e.chunk.js.map",
"98.c67ef2c8.chunk.js.map": "/static/js/98.c67ef2c8.chunk.js.map",
"90.30165444.chunk.js.map": "/static/js/90.30165444.chunk.js.map",
"305.6132eb16.chunk.js.map": "/static/js/305.6132eb16.chunk.js.map",
"281.6af18b40.chunk.js.map": "/static/js/281.6af18b40.chunk.js.map",
Expand All @@ -166,6 +166,6 @@
"277.01962033.chunk.js.map": "/static/js/277.01962033.chunk.js.map"
},
"entrypoints": [
"static/js/main.4c223e43.js"
"static/js/main.04ba962e.js"
]
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.

15 changes: 14 additions & 1 deletion io-package.json
Expand Up @@ -20,8 +20,21 @@
"Apollon77 <iobroker@fischer-ka.de>",
"AlCalzone"
],
"version": "7.0.9",
"version": "7.0.10",
"news": {
"7.0.10": {
"en": "Added new blocks: new line, random number, value between min and max, if empty\ncorrected blockly",
"de": "Neue Blöcke hinzugefügt: neue Zeile, Zufallszahl, Wert zwischen min und max, wenn leer\nblockweise korrigiert",
"ru": "Добавлены новые блоки: новая строка, случайный номер, значение между мином и макс, если пусто\nисправлено блокно",
"pt": "Adicionado novos blocos: nova linha, número aleatório, valor entre min e max, se vazio\ncorrigido em bloco",
"nl": "Nieuwe blokken toegevoegd: nieuwe lijn, willekeurig nummer, waarde tussen min en max, als leeg\nvertaling:",
"fr": "Ajout de nouveaux blocs: nouvelle ligne, nombre aléatoire, valeur entre min et max, si vide\ncorrigée",
"it": "Aggiunto nuovi blocchi: nuova linea, numero casuale, valore tra min e max, se vuoto\ncorretto blocco",
"es": "Nuevos bloques añadidos: nueva línea, número aleatorio, valor entre min y max, si vacío\ncorregido bloqueado",
"pl": "Dodać nowe bloki: nowa linia, liczba losowa, wartość pomiędzy minem a maxą, jeśli pusta linia\npoprawiony blok",
"uk": "Додано нові блоки: новий рядок, випадковий номер, значення між хв і макс, якщо порожні\nвиправлений блокнот",
"zh-cn": "增加新的阻碍因素:如空洞,新线、随机编号、矿金和玉米之间价值。\n更正"
},
"7.0.8": {
"en": "Corrected trigger block\nCorrected typescript V5\ncoffescript was degraded to the previous version\ntried to correct vscode font\nreverted blockly to the previous version",
"de": "Korrigierter Triggerblock\nKorrigierte Schrift V5\ncoffescript wurde auf die vorherige version degradiert\nversucht, vscode schrift zu korrigieren\nblockweise auf die vorherige version umgestellt",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "7.0.9",
"version": "7.0.10",
"description": "Rules Engine for ioBroker",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "js",
"version": "7.0.9",
"version": "7.0.10",
"private": true,
"dependencies": {
"@craco/craco": "^7.1.0",
Expand Down

0 comments on commit 2472023

Please sign in to comment.