Skip to content

Commit

Permalink
chore: release v1.20.1
Browse files Browse the repository at this point in the history
- fix in designer with svgs
  • Loading branch information
jogibear9988 committed Dec 3, 2024
1 parent 97915c4 commit 9a38de0
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.20.1 (2024-12-03)
- fix in designer with svgs

### 1.20.0 (2024-12-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.20.0",
"version": "1.20.1",
"titleLang": {
"en": "webui",
"de": "webui",
Expand Down Expand Up @@ -29,6 +29,19 @@
"zh-cn": "使用万维网传送器的高锰用户接口"
},
"news": {
"1.20.1": {
"en": "fix in designer with svgs",
"de": "fix in designer mit svgs",
"ru": "исправить в дизайнере с svgs",
"pt": "corrigir no designer com svgs",
"nl": "fix in ontwerper met svgs",
"fr": "fixer en concepteur avec svgs",
"it": "fix in designer con svgs",
"es": "fijado en diseñador con svgs",
"pl": "fix in designer with svgs",
"uk": "фіксація в дизайнеру з кс",
"zh-cn": "使用 svgs 在设计器中固定"
},
"1.20.0": {
"en": "add a few packages\nrun simple script cmd and update get parent screen\nupdate packages, downgrade monaco\nfix backup",
"de": "ein paar pakete hinzufügen\neinfaches skript cmd und aktualisieren erhalten elternbildschirm\nupdate pakete, downgrade monaco\nwiederherstellen",
Expand Down Expand Up @@ -106,19 +119,6 @@
"pl": "naprawić błąd w systemie skryptu",
"uk": "виправлено помилку в системі скриптів",
"zh-cn": "修补脚本系统错误"
},
"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": "编译修正"
}
},
"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.20.0",
"version": "1.20.1",
"description": "ioBroker webui",
"type": "module",
"main": "dist/backend/main.js",
Expand Down

0 comments on commit 9a38de0

Please sign in to comment.