Skip to content

Commit

Permalink
chore: release v1.26.3
Browse files Browse the repository at this point in the history
* (@GermanBluefox) Updated packages
  • Loading branch information
GermanBluefox committed Dec 29, 2024
1 parent d3b3277 commit 0058f45
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 @@ -69,7 +69,7 @@ https://forum.iobroker.net/topic/27532/homematic-ip-cloud-access-point-adapter
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.26.3 (2024-12-29)
* (@GermanBluefox) Updated packages

### 1.26.2 (2024-12-10)
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": "hmip",
"version": "1.26.2",
"version": "1.26.3",
"news": {
"1.26.3": {
"en": "Updated packages",
"de": "Aktualisierte Pakete",
"ru": "Обновленные пакеты",
"pt": "Pacotes atualizados",
"nl": "Bijgewerkte pakketten",
"fr": "Paquets mis à jour",
"it": "Pacchetti aggiornati",
"es": "Paquetes actualizados",
"pl": "Aktualizacja pakietów",
"uk": "Оновлені пакети",
"zh-cn": "更新软件包"
},
"1.26.2": {
"en": "Adapter requires node.js 20 now\nAdded support for Home Control Unit\nCorrected the admin GUI",
"de": "Adapter benötigt node.js 20 jetzt\nUnterstützung für Home Control Unit\nKorrektur der admin GUI",
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.hmip",
"version": "1.26.2",
"version": "1.26.3",
"description": "ioBroker Adapter to use the Homematic Cloud IP AccessPoint via Hommeatic Cloud Rest API",
"author": {
"name": "Apollon77",
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-hmip",
"private": true,
"version": "1.26.2",
"version": "1.26.3",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down Expand Up @@ -46,4 +46,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 0058f45

Please sign in to comment.