Skip to content

Commit

Permalink
chore: release v1.21.0-alpha.0
Browse files Browse the repository at this point in the history
- (mcm1957) Adapter requires nodejs 16 or newer now.
- (mcm1957) Dependencies have been updated.
  • Loading branch information
mcm1957 committed Dec 27, 2023
1 parent 021a04a commit 1dfab63
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ https://github.com/ioBroker/AdapterRequests/issues/62
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.21.0-alpha.0 (2023-12-27)
- (mcm1957) Adapter requires nodejs 16 or newer now.
- (mcm1957) Dependencies have been updated.

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "hmip",
"version": "1.20.0",
"version": "1.21.0-alpha.0",
"news": {
"1.21.0-alpha.0": {
"en": "Adapter requires nodejs 16 or newer now.\nDependencies have been updated.",
"de": "Adapter benötigt jetzt Node-js 16 oder neuer.\nAbhängigkeiten wurden aktualisiert.",
"ru": "Адаптер требует nodejs 16 или новее теперь.\nОбновлены зависимости.",
"pt": "Adaptador requer nodejs 16 ou mais recente agora.\nAs dependências foram atualizadas.",
"nl": "Adapter vereist nodejs 16 of Newer nu.\nAfhankelijkheid is geüpdateerd.",
"fr": "Adaptateur nécessite nodejs 16 ou plus maintenant.\nLes dépendances ont été mises à jour.",
"it": "Adattatore richiede nodejs 16 o più nuovo ora.\nLe dipendenze sono state aggiornate.",
"es": "Adaptador requiere nodejs 16 o más nuevo ahora.\nSe han actualizado las dependencias.",
"pl": "Adapter wymaga węzła 16 lub nowszych.\nW zależności zostały zaktualizowane.",
"uk": "Адаптер вимагає nodejs 16 або новіший зараз.\nОновлено залежність.",
"zh-cn": "现在需要16个或新人员。.\n情况已经更新。."
},
"1.20.0": {
"en": "IMPORTANT: Node.js 12.x is now required at minimum\nAdd additional fields for MULTI_MODE_INPUT_CHANNEL for Doorbell\nAdd valve position for FLOOR_TERMINAL_BLOCK_MECHANIC_CHANNEL\nAdd several more states for SWITCH_CHANNEL, DIMMER_CHANNEL, WEATHER_SENSOR_CHANNEL, SHUTTER_CHANNEL \nAdd channel label",
"de": "WICHTIG: Node.js 12.x ist jetzt mindestens erforderlich\nFügen Sie weitere Felder für MULTI_MODE_INPUT_CHANNEL für Doorbell hinzu\nVentilstellung für FLOOR_TERMINAL_BLOCK_MECHANIC_CHANNEL hinzufügen\nFügen Sie mehrere Zustände für SWITCH_CHANNEL, DIMMER_CHANNEL, WEATHER_SENSOR_CHANNEL, SHUTTER_CHANNEL hinzu\nHinzufügen von Channel Label",
Expand Down Expand Up @@ -74,18 +87,6 @@
"es": "También reinicializar objetos cuando se detectan nuevos grupos o clientes\nSe agregó soporte experimental para configurar dimLevel para canales de atenuación de entrada multimodo",
"pl": "Ponowna inicjalizacja obiektów również po wykryciu nowych grup lub klientów\nDodano eksperymentalne wsparcie dla ustawienia poziomu dimLevel dla kanałów ściemniacza wejścia Multi Mode",
"zh-cn": "当检测到新组或客户端时也重新初始化对象\n添加了为多模式输入调光器通道设置 dimLevel 的实验性支持"
},
"1.16.1": {
"en": "Fix crash case introduced by last version",
"de": "Absturzfall behoben, der in der letzten Version eingeführt wurde",
"ru": "Исправить случай сбоя, появившийся в последней версии",
"pt": "Corrigir caso de falha introduzido pela última versão",
"nl": "Fix crash case geïntroduceerd door de laatste versie",
"fr": "Correction du cas de crash introduit par la dernière version",
"it": "Risolto il caso di crash introdotto dall'ultima versione",
"es": "Arreglar el caso de bloqueo introducido por la última versión",
"pl": "Napraw przypadek awarii wprowadzony przez ostatnią wersję",
"zh-cn": "修复上一版本引入的崩溃案例"
}
},
"title": "HomeMaticIP Cloud AccessPoint",
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.hmip",
"version": "1.20.0",
"version": "1.21.0-alpha.0",
"description": "ioBroker Adapter to use the Homematic Cloud IP AccessPoint via Hommeatic Cloud Rest API",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 1dfab63

Please sign in to comment.