Skip to content

Commit

Permalink
chore: release v1.19.3
Browse files Browse the repository at this point in the history
- support null value
  • Loading branch information
jogibear9988 committed Nov 3, 2024
1 parent e9b4578 commit f0ffca3
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 @@ -129,7 +129,7 @@ runtime.html?screenName=screen2
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 1.19.3 (2024-11-03)
- support null value

### 1.19.2 (2024-11-03)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "webui",
"version": "1.19.2",
"version": "1.19.3",
"titleLang": {
"en": "webui",
"de": "webui",
Expand Down Expand Up @@ -29,6 +29,19 @@
"zh-cn": "使用万维网传送器的高锰用户接口"
},
"news": {
"1.19.3": {
"en": "support null value",
"de": "unterstützungswert",
"ru": "нулевое значение",
"pt": "suporte valor nulo",
"nl": "steun nulwaarde",
"fr": "support valeur null",
"it": "supporto valore null",
"es": "valor nulo",
"pl": "wartość null wsparcia",
"uk": "підтримка значення null",
"zh-cn": "支持无效值"
},
"1.19.2": {
"en": "use name in classlist",
"de": "name in der klassenliste verwenden",
Expand Down Expand Up @@ -106,19 +119,6 @@
"pl": "mała literówka fix",
"uk": "маленький типофікс",
"zh-cn": "小类型修复"
},
"1.18.2": {
"en": "better refcatoring",
"de": "besser refcatoring",
"ru": "лучший хладагент",
"pt": "melhor refcatoring",
"nl": "betere refcatoring",
"fr": "mieux réfcatorer",
"it": "migliore refcatoring",
"es": "mejor refcatoring",
"pl": "lepsza rekatalizacja",
"uk": "кращий рефторинг",
"zh-cn": "更好的还原"
}
},
"icon": "logo.png",
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.webui",
"version": "1.19.2",
"version": "1.19.3",
"description": "ioBroker webui",
"type": "module",
"main": "dist/backend/main.js",
Expand Down

0 comments on commit f0ffca3

Please sign in to comment.