Skip to content

Commit

Permalink
chore: release v2.2.1
Browse files Browse the repository at this point in the history
* (bluefox) GUI was migrated for admin v7
  • Loading branch information
GermanBluefox committed Jul 6, 2024
1 parent 10a2e8c commit 9e6fa3b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ sendTo("parser.0", "trigger", "temperatureMunich" /* name of rule, or parser.0.t
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.2.1 (2024-07-06)
* (bluefox) GUI was migrated for admin v7

### 2.1.0 (2023-12-14)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "parser",
"version": "2.2.0",
"version": "2.2.1",
"news": {
"2.2.1": {
"en": "GUI was migrated for admin v7",
"de": "GUI wurde für admin v7 migriert",
"ru": "GUI был перенесен на admin v7",
"pt": "GUI foi migrado para admin v7",
"nl": "GUI is gemigreerd voor admin v7",
"fr": "GUI a été migré pour admin v7",
"it": "GUI è stato migrato per admin v7",
"es": "GUI fue migrado por admin v7",
"pl": "Interfejs GUI został wysłany do admin v7",
"uk": "GUI був мігрований для адміністратора v7",
"zh-cn": "管理员 v7 的图形用户界面已迁移"
},
"2.1.0": {
"en": "Only node 16 and higher is supported",
"de": "Nur Knoten 16 und höher unterstützt",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.parser",
"version": "2.2.0",
"version": "2.2.1",
"description": "Parses web pages and files for values.",
"author": {
"name": "bluefox",
Expand Down
4 changes: 2 additions & 2 deletions src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-telegram",
"private": true,
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down Expand Up @@ -43,4 +43,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 9e6fa3b

Please sign in to comment.