Skip to content

Commit

Permalink
chore: release v7.1.3
Browse files Browse the repository at this point in the history
* (bluefox) Added version to the side menu
* (klein0r) Added blockly blocks for `getHistory` and calculated times
  • Loading branch information
GermanBluefox committed Aug 9, 2023
1 parent a964f2f commit aa9fb48
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.1.3 (2023-08-09)
* (bluefox) Added version to the side menu
* (klein0r) Added blockly blocks for `getHistory` and calculated times

Expand Down
10 changes: 5 additions & 5 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.js": "/static/js/main.5599bde1.js",
"main.js": "/static/js/main.931d72af.js",
"static/css/827.86b641e1.chunk.css": "/static/css/827.86b641e1.chunk.css",
"static/js/827.0f8f562d.chunk.js": "/static/js/827.0f8f562d.chunk.js",
"static/js/827.5ee4d71c.chunk.js": "/static/js/827.5ee4d71c.chunk.js",
"static/js/90.30165444.chunk.js": "/static/js/90.30165444.chunk.js",
"static/js/664.92d7f11f.chunk.js": "/static/js/664.92d7f11f.chunk.js",
"static/js/281.6af18b40.chunk.js": "/static/js/281.6af18b40.chunk.js",
Expand Down Expand Up @@ -145,9 +145,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.5599bde1.js.map": "/static/js/main.5599bde1.js.map",
"main.931d72af.js.map": "/static/js/main.931d72af.js.map",
"827.86b641e1.chunk.css.map": "/static/css/827.86b641e1.chunk.css.map",
"827.0f8f562d.chunk.js.map": "/static/js/827.0f8f562d.chunk.js.map",
"827.5ee4d71c.chunk.js.map": "/static/js/827.5ee4d71c.chunk.js.map",
"90.30165444.chunk.js.map": "/static/js/90.30165444.chunk.js.map",
"664.92d7f11f.chunk.js.map": "/static/js/664.92d7f11f.chunk.js.map",
"281.6af18b40.chunk.js.map": "/static/js/281.6af18b40.chunk.js.map",
Expand All @@ -169,6 +169,6 @@
"714.3297cc60.chunk.js.map": "/static/js/714.3297cc60.chunk.js.map"
},
"entrypoints": [
"static/js/main.5599bde1.js"
"static/js/main.931d72af.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
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,21 @@
"Apollon77 <[email protected]>",
"AlCalzone"
],
"version": "7.1.2",
"version": "7.1.3",
"news": {
"7.1.3": {
"en": "Added version to the side menu\nAdded blockly blocks for `getHistory` and calculated times",
"de": "Version zum Seitenmenü hinzugefügt\nBlockaden für getHistory und berechnete Zeiten hinzugefügt",
"ru": "Добавлена версия к боковому меню\nДобавлены блокноты для getHistory и рассчитанные времена",
"pt": "Versão adicionada ao menu lateral\nAdicionado bloqueio blocos para getHistory e tempos calculados",
"nl": "Vertaling:\nVertaling:",
"fr": "Ajout de la version au menu\nAjout de blocs bloqués pour getHistory et les temps calculés",
"it": "Versione aggiunta al menu laterale\nAggiunto blocchi per ottenereHistory e tempi calcolati",
"es": "Versión agregada al menú lateral\nBloques bloqueados para conseguirHistoria y tiempos calculados",
"pl": "Dodana wersja do bocznego menu\nZamknięte bloki do gotHistory i obliczane czasy",
"uk": "Додано версію в бічне меню\nДодано блокнотні блоки для getHistory і обчислених разів",
"zh-cn": "增加一侧的男子版本\n增加准时和计算时间的障碍"
},
"7.1.1": {
"en": "corrected the script export",
"de": "korrigierte das skript export",
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": "7.1.2",
"version": "7.1.3",
"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": "7.1.2",
"version": "7.1.3",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit aa9fb48

Please sign in to comment.