Skip to content

Commit

Permalink
chore: release v1.4.7
Browse files Browse the repository at this point in the history
removed unit test
  • Loading branch information
EdgarM73 committed Mar 26, 2021
1 parent 0477b60 commit da553b2
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.2 (2021-03-26)
* updated internal test-and-release script

## 1.4.1 (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 @@ -89,7 +89,7 @@ thanks to @sigi234
### __WORK IN PROGRESS__
*
-->
### __WORK IN PROGRESS__
### 1.4.7 (2021-03-26)
* removed unit test


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

### 1.4.2 (2021-03-26)
* updated 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.6",
"version": "1.4.7",
"news": {
"1.4.7": {
"en": "removed unit test",
"de": "Unit Test entfernt",
"ru": "удален модульный тест",
"pt": "teste de unidade removido",
"nl": "verwijderde unit test",
"fr": "test unitaire supprimé",
"it": "test unitario rimosso",
"es": "prueba unitaria eliminada",
"pl": "usunięto test jednostkowy",
"zh-cn": "删除单元测试"
},
"1.4.6": {
"en": "removed lint",
"de": "Flusen entfernt",
Expand Down Expand Up @@ -230,18 +242,6 @@
"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如果未设置任何对象,则不显示错误修正卷图标"
},
"0.8.12": {
"en": "Value font-size can be changed now",
"de": "Der Wert der Schriftgröße kann jetzt geändert werden",
"ru": "Значение font-size теперь можно изменить",
"pt": "O valor do tamanho da fonte pode ser alterado agora",
"nl": "De lettergrootte van de waarde kan nu worden gewijzigd",
"fr": "La valeur de la taille de police peut être modifiée maintenant",
"it": "Ora è possibile modificare la dimensione del carattere del valore",
"es": "El tamaño de fuente del valor se puede cambiar ahora",
"pl": "Wartość rozmiaru czcionki można teraz zmienić",
"zh-cn": "值字体大小可以立即更改"
}
},
"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.6",
"version": "1.4.7",
"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 da553b2

Please sign in to comment.