iobroker.drag-indicator 2.1.5 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/io-package.json +14 -15
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -21,6 +21,9 @@ e.g. you can use it for power or temperature values.
|
|
|
21
21
|
Placeholder for the next version (at the beginning of the line):
|
|
22
22
|
### **WORK IN PROGRESS**
|
|
23
23
|
-->
|
|
24
|
+
### 2.1.6 (2024-08-09)
|
|
25
|
+
* (BenAhrdt) correct changes for check and service bot
|
|
26
|
+
|
|
24
27
|
### 2.1.5 (2024-08-09)
|
|
25
28
|
* (BenAhrdt) changes for check and service bot
|
|
26
29
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "drag-indicator",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.1.6": {
|
|
7
|
+
"en": "correct changes for check and service bot",
|
|
8
|
+
"de": "korrekte änderungen für check und service bot",
|
|
9
|
+
"ru": "правильные изменения для проверки и обслуживания бота",
|
|
10
|
+
"pt": "alterações corretas para check e service bot",
|
|
11
|
+
"nl": "correcte wijzigingen voor controle en service bot",
|
|
12
|
+
"fr": "corrects changements pour vérifier et service bot",
|
|
13
|
+
"it": "modifiche corrette per check e service bot",
|
|
14
|
+
"es": "cambios correctos para cheque y servicio bot",
|
|
15
|
+
"pl": "poprawne zmiany dla bota czekowego i serwisowego",
|
|
16
|
+
"uk": "правильні зміни для перевірки та обслуговування бота",
|
|
17
|
+
"zh-cn": "检查和服务机器人的正确更改"
|
|
18
|
+
},
|
|
6
19
|
"2.1.5": {
|
|
7
20
|
"en": "changes for check and service bot",
|
|
8
21
|
"de": "änderungen für check- und service-bot",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "depozyty",
|
|
81
94
|
"uk": "depencies оновлений",
|
|
82
95
|
"zh-cn": "最新资料"
|
|
83
|
-
},
|
|
84
|
-
"2.0.9": {
|
|
85
|
-
"en": "updated to release script V3",
|
|
86
|
-
"de": "aktualisiert zum Release-Skript V3",
|
|
87
|
-
"ru": "обновлено для выпуска скрипта V3",
|
|
88
|
-
"pt": "atualizado para lançar script V3",
|
|
89
|
-
"nl": "vertaling:",
|
|
90
|
-
"fr": "mise à jour du script V3",
|
|
91
|
-
"it": "aggiornato allo script di rilascio V3",
|
|
92
|
-
"es": "actualizado para lanzar script V3",
|
|
93
|
-
"pl": "uaktualnianie scenariusza V3",
|
|
94
|
-
"zh-cn": "附录五3",
|
|
95
|
-
"uk": "оновлено для випуску сценарію V3"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -125,7 +125,6 @@
|
|
|
125
125
|
"BenAhrdt <bsahrdt@gmail.com>"
|
|
126
126
|
],
|
|
127
127
|
"keywords": [
|
|
128
|
-
"ioBroker",
|
|
129
128
|
"drag-indicator",
|
|
130
129
|
"Schleppzeiger",
|
|
131
130
|
"min",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.drag-indicator",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "Shows the min and max of a selected value",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"homepage": "https://github.com/BenAhrdt/ioBroker.drag-indicator",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"keywords": [
|
|
12
|
+
"ioBroker",
|
|
12
13
|
"drag-indicator",
|
|
13
14
|
"Schleppzeiger",
|
|
14
15
|
"min",
|