Skip to content

Commit

Permalink
chore: release v1.24.3
Browse files Browse the repository at this point in the history
* (bluefox) GUI was migrated for Admin 7
* (bluefox) Removed gulp
  • Loading branch information
GermanBluefox committed Sep 2, 2024
1 parent ebd0f4f commit c09c6d5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ https://github.com/ioBroker/AdapterRequests/issues/62
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.24.3 (2024-09-02)
* (bluefox) GUI was migrated for Admin 7
* (bluefox) Removed gulp

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.24.2",
"version": "1.24.3",
"news": {
"1.24.3": {
"en": "GUI was migrated for Admin 7\nRemoved gulp",
"de": "GUI wurde für Admin 7 migriert\nEntfernter Gulp",
"ru": "GUI был перенесен на Админ 7\nУдаленный gulp",
"pt": "GUI foi migrado para Admin 7\nGulp removido",
"nl": "GUI is gemigreerd voor Admin 7\nGulp verwijderd",
"fr": "GUI a été migré pour l'Admin 7\nSupprimé le goupille",
"it": "GUI è stata migrata per Admin 7\nGolp rimosso",
"es": "GUI was migrated for Admin 7\nGolpes eliminados",
"pl": "Interfejs GUI został wyemigrowany do Admin 7\nUsunięty przełyk",
"uk": "GUI був мігрований для адміністратора 7\nВиданий гель",
"zh-cn": "管理员 7 的图形用户界面已迁移\n删除的 gulp"
},
"1.24.1": {
"en": "GUI was migrated for Admin 7",
"de": "GUI wurde für Admin 7 migriert",
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.24.2",
"version": "1.24.3",
"description": "ioBroker Adapter to use the Homematic Cloud IP AccessPoint via Hommeatic Cloud Rest API",
"author": {
"name": "Apollon77",
Expand Down
2 changes: 1 addition & 1 deletion 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.24.2",
"version": "1.24.3",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit c09c6d5

Please sign in to comment.