iobroker.vis-icontwo 1.10.0 → 1.10.1

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.10.1
64
+
65
+ • Bug-Fix
66
+
63
67
  ### 1.10.0
64
68
 
65
69
  • Neue Icons hinzugefügt (Devices - Computers - Zigbee)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "1.10.0",
4
+ "version": "1.10.1",
5
5
  "news": {
6
+ "1.10.1": {
7
+ "en": "Bug fix",
8
+ "de": "Fehlerbehebung",
9
+ "ru": "Задняя фиксация",
10
+ "pt": "Correção de bugs",
11
+ "nl": "Bugfix",
12
+ "fr": "Correction du bug",
13
+ "it": "Correzione di bug",
14
+ "es": "Corrección de errores",
15
+ "pl": "Naprawianie błędów",
16
+ "uk": "Виправлення помилок",
17
+ "zh-cn": "错误修复"
18
+ },
6
19
  "1.10.0": {
7
20
  "en": "new icons added",
8
21
  "de": "neue icons hinzugefügt",
@@ -42,32 +55,6 @@
42
55
  "uk": "додано нові іконки",
43
56
  "zh-cn": "添加新图标"
44
57
  },
45
- "1.6.0": {
46
- "en": "new icons added",
47
- "de": "neue icons hinzugefügt",
48
- "ru": "добавлены новые иконки",
49
- "pt": "novos ícones adicionados",
50
- "nl": "nieuwe pictogrammen toegevoegd",
51
- "fr": "nouvelles icônes ajoutées",
52
- "it": "nuove icone aggiunte",
53
- "es": "nuevos iconos añadidos",
54
- "pl": "dodano nowe ikony",
55
- "uk": "додано нові іконки",
56
- "zh-cn": "添加新图标"
57
- },
58
- "1.5.0": {
59
- "en": "new icons added",
60
- "de": "neue icons hinzugefügt",
61
- "ru": "добавлены новые иконки",
62
- "pt": "novos ícones adicionados",
63
- "nl": "nieuwe pictogrammen toegevoegd",
64
- "fr": "nouvelles icônes ajoutées",
65
- "it": "nuove icone aggiunte",
66
- "es": "nuevos iconos añadidos",
67
- "pl": "dodano nowe ikony",
68
- "uk": "додано нові іконки",
69
- "zh-cn": "添加新图标"
70
- },
71
58
  "1.0.0":{
72
59
  "en": "VIS-2 compatible",
73
60
  "de": "VIS-2 kompatibel",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [
File without changes