iobroker.drag-indicator 2.0.7 → 2.0.8

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 CHANGED
@@ -22,6 +22,9 @@ e.g. you can use it for power or temperature values.
22
22
  ### **WORK IN PROGRESS**
23
23
  -->
24
24
 
25
+ ### 2.0.8 (2022-08-28) - update new release script
26
+ * (BenAhrdt) updated to release script V3
27
+
25
28
  ### 2.0.7 (2022-08-28) - cronjob updated to complex mode
26
29
  * (BenAhrdt) cronjob wizard removed and complex mode enabled
27
30
 
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "drag-indicator",
4
- "version": "2.0.7",
4
+ "version": "2.0.8",
5
5
  "news": {
6
+ "2.0.8": {
7
+ "en": "updated to release script V3",
8
+ "de": "aktualisiert zum Release-Skript V3",
9
+ "ru": "обновлено для выпуска скрипта V3",
10
+ "pt": "atualizado para lançar script V3",
11
+ "nl": "vertaling:",
12
+ "fr": "mise à jour du script V3",
13
+ "it": "aggiornato allo script di rilascio V3",
14
+ "es": "actualizado para lanzar script V3",
15
+ "pl": "uaktualnianie scenariusza V3",
16
+ "zh-cn": "附录五3"
17
+ },
6
18
  "2.0.7": {
7
19
  "en": "cronjob wizard removed and complex mode enabled",
8
20
  "de": "cronjob assistent entfernt und komplexer modus aktiviert",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.drag-indicator",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Shows the min and max of a selected value",
5
5
  "author": {
6
6
  "name": "BenAhrdt",
@@ -23,7 +23,9 @@
23
23
  "node-schedule": "^2.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@alcalzone/release-script": "^2.2.2",
26
+ "@alcalzone/release-script": "3.5.9",
27
+ "@alcalzone/release-script-plugin-iobroker": "3.5.9",
28
+ "@alcalzone/release-script-plugin-license": "3.5.9",
27
29
  "@iobroker/adapter-dev": "^1.0.0",
28
30
  "@iobroker/testing": "^2.5.6",
29
31
  "@types/chai": "^4.3.0",