Skip to content

Commit

Permalink
chore: release v4.0.12
Browse files Browse the repository at this point in the history
* (Garfonso) fix lint errors
  • Loading branch information
Garfonso committed Dec 15, 2023
1 parent 854fa2a commit eadedaf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older Changes
## 4.0.7 (2023-12-12)
* (Garfonso) history should be working again.

## 4.0.6 (2023-12-09)
* (Garfonso) fixed: thermostat card for thermostats without mode / off state
* (Garfonso) fixed: history and history graph missing for some stuff
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ After that checkout modified version in `./build` folder. Then.
PLACEHOLDER for next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.0.12 (2023-12-15)
* (Garfonso) fix lint errors

### 4.0.11 (2023-12-15)
Expand All @@ -491,9 +491,6 @@ After that checkout modified version in `./build` folder. Then.
### 4.0.8 (2023-12-12)
* (Garfonso) re-add legacy history for custom cards

### 4.0.7 (2023-12-12)
* (Garfonso) history should be working again.

## License

Copyright 2019-2023, bluefox <[email protected]>
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": "lovelace",
"version": "4.0.11",
"version": "4.0.12",
"news": {
"4.0.12": {
"en": "fix lint errors",
"de": "lint fehler beheben",
"ru": "исправить ошибки lint",
"pt": "corrigir erros de lint",
"nl": "lint fouten",
"fr": "corriger les erreurs lint",
"it": "correggere gli errori di lintuizione",
"es": "corregir errores lint",
"pl": "błędy lintowe",
"uk": "виправлено помилки в розмітці",
"zh-cn": "f 固定错误"
},
"4.0.11": {
"en": "updated dependencies",
"de": "aktualisierte abhängigkeiten",
Expand Down Expand Up @@ -44,19 +57,6 @@
"4.0.6": {
"en": "fixed: thermostat card for thermostats without mode / off state\nfixed: history and history graph missing for some stuff",
"de": "repariert: thermostatkarte für thermostate ohne modus / aus zustand\nrepariert: history und history diagramm fehlt für einige sachen"
},
"4.0.5": {
"en": "revert shopping list (not working right now)\nprevent invalid date error",
"de": "Shoppignlist Änderungen rückgängig gemacht (funktionieren nicht)\nungültiger datumsfehler verhindern",
"ru": "перевернуть список покупок\nпредотвратить недопустимую ошибку",
"pt": "lista de compras reverter\nevitar erro de data inválido",
"nl": "revert shoppen\nongeldige datum fout",
"fr": "retourner la liste des courses\nprévenir l'erreur de date invalide",
"it": "rifare la lista della spesa\nprevenire errore di data non valido",
"es": "revertir la lista de compras\nprevenir el error de fecha inválida",
"pl": "lista zakupów\nzapobieganie błędom",
"uk": "перевернути список покупок\nзапобігання недійсної помилки дати",
"zh-cn": "回购单\n防止无效日期"
}
},
"title": "Visualization with Lovelace-UI",
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.lovelace",
"version": "4.0.11",
"version": "4.0.12",
"description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit eadedaf

Please sign in to comment.