iobroker.vis-icontwo 0.86.2 → 0.87.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
@@ -5,7 +5,6 @@
5
5
  ![Number of Installations (stable)](http://iobroker.live/badges/vis-icontwo-stable.svg)
6
6
  [![Downloads](https://img.shields.io/npm/dm/iobroker.vis-icontwo.svg?)](https://www.npmjs.com/package/iobroker.vis-icontwo)
7
7
  ![Number of Installations (latest)](http://iobroker.live/badges/vis-icontwo-installed.svg)
8
- [![Dependency Status](https://img.shields.io/david/inventwo/iobroker.vis-icontwo.svg)](https://david-dm.org/inventwo/iobroker.vis-icontwo)
9
8
  [![Known Vulnerabilities](https://snyk.io/test/github/inventwo/iobroker.vis-icontwo/badge.svg)](https://snyk.io/test/github/inventwo/iobroker.vis-icontwo)
10
9
  [![Build status](https://ci.appveyor.com/api/projects/status/2hvs4fvfms7xhmnw?svg=true)](https://ci.appveyor.com/project/inventwo/iobroker-vis-icontwo)
11
10
  [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/inventwo/iobroker.vis-icontow/LICENSE)
@@ -61,6 +60,10 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
61
60
 
62
61
  ## Changelog / Änderungsprotokoll
63
62
 
63
+ ### 0.87.0
64
+
65
+ • Neue Icons hinzugefügt (Battery/Percent)
66
+
64
67
  ### 0.86.2
65
68
 
66
69
  • Bugfix
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "0.86.2",
4
+ "version": "0.87.0",
5
5
  "news": {
6
+ "0.87.0": {
7
+ "en": "new icons added",
8
+ "de": "Neue Symbole hinzugefügt",
9
+ "ru": "добавлены новые иконки",
10
+ "pt": "novos ícones adicionados",
11
+ "nl": "nieuwe pictogrammen toegevoegd",
12
+ "fr": "nouvelles icônes ajoutées",
13
+ "it": "nuove icone aggiunte",
14
+ "es": "nuevos iconos agregados",
15
+ "pl": "dodano nowe ikony",
16
+ "zh-cn": "添加了新图标"
17
+ },
6
18
  "0.86.2": {
7
19
  "en": "Bugfix",
8
20
  "de": "Bug-Fix",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "0.86.2",
3
+ "version": "0.87.0",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [
@@ -25,8 +25,7 @@
25
25
  "dependencies": {
26
26
  "@iobroker/adapter-core": "^2.4.0",
27
27
  "minimist": "^1.2.5",
28
- "np": "^7.0.0",
29
- "npm": "^6.0.0"
28
+ "np": "^7.0.0"
30
29
  },
31
30
  "devDependencies": {
32
31
  "@iobroker/testing": "^2.3.0",