Skip to content

Commit

Permalink
chore: release v1.18.5
Browse files Browse the repository at this point in the history
- compile fix
  • Loading branch information
jogibear9988 committed Nov 2, 2024
1 parent 75b5485 commit 981b47b
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.18.5 (2024-11-02)
- compile fix

### 1.18.4 (2024-11-02)
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.18.4",
"version": "1.18.5",
"titleLang": {
"en": "webui",
"de": "webui",
Expand Down Expand Up @@ -29,6 +29,19 @@
"zh-cn": "使用万维网传送器的高锰用户接口"
},
"news": {
"1.18.5": {
"en": "compile fix",
"de": "kompilator fix",
"ru": "исправление",
"pt": "conserto de compilação",
"nl": "compileer fix",
"fr": "compiler la correction",
"it": "compilazione correzione",
"es": "compilado",
"pl": "fix kompilacji",
"uk": "фіксатор",
"zh-cn": "编译修正"
},
"1.18.4": {
"en": "fix wrong shadow root used",
"de": "falsche schattenwurzel verwendet",
Expand Down Expand Up @@ -106,19 +119,6 @@
"pl": "fix kompilacja",
"uk": "фіксувати збірник",
"zh-cn": "固定编译"
},
"1.17.2": {
"en": "switch combo in complex prop editor",
"de": "schaltkombination in komplexem prope editor",
"ru": "выключатель комбо в сложном редакторе реквизитов",
"pt": "combo interruptor no editor de adereço complexo",
"nl": "switch combo in complexe propeditor",
"fr": "switch combo dans l'éditeur de prop complexe",
"it": "commutare combo in un editor di prop complesso",
"es": "conmutar combo en el editor de prop complejo",
"pl": "przełącz combo w edytorze złożonych rekwizytów",
"uk": "вимикач combo в складних редакторах",
"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.18.4",
"version": "1.18.5",
"description": "ioBroker webui",
"type": "module",
"main": "dist/backend/main.js",
Expand Down

0 comments on commit 981b47b

Please sign in to comment.