Skip to content

Commit

Permalink
chore: release v1.8.3
Browse files Browse the repository at this point in the history
* (foxriver76) Improve error messages
  • Loading branch information
foxriver76 committed Sep 25, 2023
1 parent 66de98c commit 61e23b9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ For every shopping list a channel with the following states will be created:
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.8.3 (2023-09-25)
* (foxriver76) Improve error messages

### 1.8.2 (2023-09-24)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "bring",
"version": "1.8.2",
"version": "1.8.3",
"news": {
"1.8.3": {
"en": "Improve error messages",
"de": "Fehlermeldungen verbessern",
"ru": "Улучшить сообщения об ошибках",
"pt": "Melhorar as mensagens de erro",
"nl": "Improve fouten",
"fr": "Améliorer les messages d'erreur",
"it": "Migliorare i messaggi di errore",
"es": "Mejorar los mensajes de error",
"pl": "Improvement error message",
"uk": "Поліпшити повідомлення про помилки",
"zh-cn": "改善错误信息"
},
"1.8.2": {
"en": "do not crash on invalid `setState` calls (closes #211)",
"de": "nicht abstürzen auf ungültig gesetzt Staatsanrufe (schließt #211)",
Expand Down Expand Up @@ -75,18 +88,6 @@
"es": "registrar el mensaje de error en lugar del objeto, si detectamos errores en el widget",
"pl": "loguj komunikat o błędzie zamiast obiektu, jeśli wykryjemy błędy w widżecie",
"zh-cn": "如果我们在小部件中捕获错误,则记录错误消息而不是对象"
},
"1.7.13": {
"en": "fixed the onclick handler if someone added just a number",
"de": "Der Onclick-Handler wurde korrigiert, wenn jemand nur eine Zahl hinzufügte",
"ru": "исправлен обработчик onclick, если кто-то добавил просто число",
"pt": "corrigiu o manipulador onclick se alguém adicionasse apenas um número",
"nl": "de onclick-handler gerepareerd als iemand alleen een nummer heeft toegevoegd",
"fr": "correction du gestionnaire onclick si quelqu'un ajoutait juste un nombre",
"it": "corretto il gestore onclick se qualcuno aggiungeva solo un numero",
"es": "corrigió el controlador onclick si alguien agregaba solo un número",
"pl": "naprawiono obsługę onclick, jeśli ktoś dodał tylko numer",
"zh-cn": "如果有人只添加了一个数字,则修复了 onclick 处理程序"
}
},
"title": "Bring!",
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.bring",
"version": "1.8.2",
"version": "1.8.3",
"engines": {
"node": ">=16.0.0"
},
Expand Down

0 comments on commit 61e23b9

Please sign in to comment.