Skip to content

Commit

Permalink
chore: release v0.5.3
Browse files Browse the repository at this point in the history
* (raschy) 	Warning in schema corrected
  • Loading branch information
raschy committed Aug 14, 2024
1 parent 49d0da9 commit 8471a54
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ adaptations of the api, as far as they exist, have not been made.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.5.3 (2024-08-14)
* (raschy) Warning in schema corrected

### 0.5.2 (2024-08-10)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "solarmanpv",
"version": "0.5.2",
"version": "0.5.3",
"news": {
"0.5.3": {
"en": "Warning in schema corrected",
"de": "Warnung im Schema korrigiert",
"ru": "Предупреждение с поправкой на схему",
"pt": "Aviso em schema corrigido",
"nl": "Waarschuwing in schema gecorrigeerd",
"fr": "Avertissement dans le schéma corrigé",
"it": "Avvertenza nello schema corretto",
"es": "Advertencia en esquema corregido",
"pl": "Ostrzeżenie w schemacie poprawione",
"uk": "Попередження в схемі виправлення",
"zh-cn": "已更正的计划中的警告"
},
"0.5.2": {
"en": "updated dependencies\nNodeJS >= 18.x and js-controller >= 5 is required",
"de": "aktualisierte abhängigkeiten\nNodeJS >= 18.x und js-Controller >= 5 ist erforderlich",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Nie posiada urządzeń, które nie są wymagane, nie są wymagane",
"uk": "Не потрібно відображати пристрої, які не потрібні",
"zh-cn": "不显示不需要的设备"
},
"0.4.0": {
"en": "Solarman has switched to a new platform",
"de": "Solarman hat auf eine neue Plattform umgestellt",
"ru": "Solarman перешел на новую платформу",
"pt": "Solarman mudou para uma nova plataforma",
"nl": "Solarman is overgestapt naar een nieuw platform",
"fr": "Solarman est passé à une nouvelle plateforme",
"it": "Solarman è passato a una nuova piattaforma",
"es": "Solarman ha cambiado a una nueva plataforma",
"pl": "Solarman przeszedł do nowej platformy",
"uk": "Solarman перейшов на нову платформу",
"zh-cn": "太阳能man已转向新的平台"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions 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.solarmanpv",
"version": "0.5.2",
"version": "0.5.3",
"description": "Reading data from balcony power plant",
"author": {
"name": "raschy",
Expand Down

0 comments on commit 8471a54

Please sign in to comment.