Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
new widget Presence
  • Loading branch information
EdgarM73 committed Mar 26, 2021
1 parent a1c8ccb commit 9fa8bd3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

## 1.4.3 (2021-03-26)
* update internal test-and-release script

## 1.4.2 (2021-03-26)
* updated internal test-and-release script

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ thanks to @sigi234
*
-->

### __WORK IN PROGRESS__
### 1.5.0 (2021-03-26)
* new widget Presence

### 1.4.7 (2021-03-26)
Expand All @@ -106,9 +106,6 @@ thanks to @sigi234
### 1.4.4 (2021-03-26)
* update internal test-and-release script

### 1.4.3 (2021-03-26)
* update internal test-and-release script

## License
MIT License

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "vis-material-advanced",
"version": "1.4.7",
"version": "1.5.0",
"news": {
"1.5.0": {
"en": "new widget Presence",
"de": "neues Widget Präsenz",
"ru": "присутствие нового виджета",
"pt": "nova presença de widget",
"nl": "nieuwe widget Aanwezigheid",
"fr": "nouveau widget Présence",
"it": "nuovo widget Presence",
"es": "Presencia de nuevo widget",
"pl": "nowy widżet Obecność",
"zh-cn": "新的小部件状态"
},
"1.4.7": {
"en": "removed unit test",
"de": "Unit Test entfernt",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "border-fix debido a cambios en css",
"pl": "border-fix z powodu zmian w css",
"zh-cn": "由于CSS更改而导致的边界修复"
},
"0.8.13": {
"en": "bugfix LightIcon not switching\nbugfix Volume Icon not shown if no object is set",
"de": "Bugfix LightIcon wechselt nicht\nBugfix Volume Icon wird nicht angezeigt, wenn kein Objekt festgelegt ist",
"ru": "исправление ошибки LightIcon не переключается\nbugfix Значок громкости не отображается, если объект не установлен",
"pt": "bugfix LightIcon não muda\ncorreção de bug O ícone de volume não é mostrado se nenhum objeto for definido",
"nl": "bugfix LightIcon schakelt niet over\nbugfix Volumepictogram niet weergegeven als er geen object is ingesteld",
"fr": "bugfix LightIcon ne bascule pas\nbugfix Icône de volume non affichée si aucun objet n'est défini",
"it": "bugfix LightIcon non cambia\nbugfix L'icona del volume non viene visualizzata se non è impostato alcun oggetto",
"es": "corrección de errores LightIcon no cambia\ncorrección de errores El icono de volumen no se muestra si no se establece ningún objeto",
"pl": "bugfix LightIcon się nie przełącza\nbugfix Ikona głośności nie jest wyświetlana, jeśli żaden obiekt nie jest ustawiony",
"zh-cn": "错误修正LightIcon无法切换\n如果未设置任何对象,则不显示错误修正卷图标"
}
},
"title": "Material Advanced",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.vis-material-advanced",
"version": "1.4.7",
"version": "1.5.0",
"description": "This Adapter provides standardized Widgets for vis in ioBroker. Lots of different predifined widgets",
"author": "EdgarM73 <edgar.miller@gmail.com>",
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced",
Expand Down

0 comments on commit 9fa8bd3

Please sign in to comment.