iobroker.vis-icontwo 0.98.0 → 1.0.0

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
@@ -60,6 +60,10 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
60
60
 
61
61
  ## Changelog / Änderungsprotokoll
62
62
 
63
+ ### 1.0.0
64
+
65
+ • VIS-2 kompatibel
66
+
63
67
  ### 0.98.0
64
68
 
65
69
  • Neue Icons hinzugefügt (Devices - printer AMS)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "0.98.0",
4
+ "version": "1.0.0",
5
5
  "news": {
6
+ "1.0.0":{
7
+ "en": "VIS-2 compatible",
8
+ "de": "VIS-2 kompatibel",
9
+ "ru": "VIS-2 совместимый",
10
+ "pt": "VIS-2 compatível",
11
+ "nl": "VIS-2 compatible",
12
+ "fr": "VIS-2 compatible",
13
+ "it": "VIS-2 compatibile",
14
+ "es": "VIS-2 compatible",
15
+ "pl": "VIS-2 kompatybilny",
16
+ "uk": "VIS-2 сумісний",
17
+ "zh-cn": "六S-2"
18
+ },
6
19
  "0.98.0": {
7
20
  "en": "new icons added",
8
21
  "de": "Neue Symbole hinzugefügt",
@@ -85,7 +98,8 @@
85
98
  "readme": "https://github.com/inventwo/ioBroker.vis-icontwo/blob/master/README.md",
86
99
  "loglevel": "info",
87
100
  "restartAdapters": [
88
- "vis"
101
+ "vis",
102
+ "vis-2"
89
103
  ],
90
104
  "singleton": true,
91
105
  "localLink": "http://icontwo.inventwo.com/",
@@ -108,9 +122,7 @@
108
122
  "dependencies": [
109
123
  {
110
124
  "js-controller": ">=3.1.0"
111
- },
112
- "vis"
113
- ]
125
+ } ]
114
126
  },
115
127
  "native": {},
116
128
  "objects": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "0.98.0",
3
+ "version": "1.0.0",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [