Skip to content

Commit

Permalink
chore: release v1.0.7
Browse files Browse the repository at this point in the history
* (BenAhrdt) setObjectAsynch bug after offline solved
  • Loading branch information
BenAhrdt committed May 10, 2024
1 parent 6e25350 commit f47a1b9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.7 (2024-05-10)
* (BenAhrdt) setObjectAsynch bug after offline solved

### 1.0.6 (2024-05-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": "lorawan",
"version": "1.0.6",
"version": "1.0.7",
"news": {
"1.0.7": {
"en": "setObjectAsynch bug after offline solved",
"de": "menge ObjectAsynch Bug nach Offline gelöst",
"ru": "set ObjectAsynch bug after offline resolved",
"pt": "conjunto Bug ObjectAsynch após offline resolvido",
"nl": "ingesteld ObjectAsynch bug na offline opgelost",
"fr": "ensemble ObjectAsynch bug après hors ligne résolu",
"it": "set bug ObjectAsynch dopo risolto offline",
"es": "set ObjectAsynch bug después de la resolución offline",
"pl": "zestaw Błąd obiektu Asynch po rozwiązaniu offline",
"uk": "комплекти Об'єктАсинхронний помилка після офлайну",
"zh-cn": "设定 离线后解析 ObjectAsynch 错误"
},
"1.0.6": {
"en": "icons changed\ndevice offline notofication placed in messagehandler.js",
"de": "icons geändert\ngerät offline-noofication platziert in messagehandler.js",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "wsparcie dopełnienia 2",
"uk": "підтримка 2 доповнення",
"zh-cn": "支助2的补充"
},
"1.0.0": {
"en": "implement wifi icons",
"de": "wifi-symbole implementieren",
"ru": "реализовать wifi иконки",
"pt": "implementar ícones de wifi",
"nl": "wifi-pictogrammen implementeren",
"fr": "implémenter des icônes wifi",
"it": "implementare le icone wifi",
"es": "implementar iconos wifi",
"pl": "implementuj ikony wifi",
"uk": "впроваджувати іконки wifi",
"zh-cn": "执行wifi图标"
}
},
"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.lorawan",
"version": "1.0.6",
"version": "1.0.7",
"description": "converts the desired lora gateway data to a ioBroker structure",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit f47a1b9

Please sign in to comment.