Skip to content

Commit 24a5074

Browse files
committed
chore: release v2.1.5
* (@GermanBluefox) Added a theme type to context
1 parent 814c601 commit 24a5074

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This adapter is built with the help of `type-detector`. All possible devices cou
131131
Placeholder for the next version (at the beginning of the line):
132132
### **WORK IN PROGRESS**
133133
-->
134-
### **WORK IN PROGRESS**
134+
### 2.1.5 (2026-05-28)
135135
* (@GermanBluefox) Added a theme type to context
136136

137137
### 2.1.4 (2026-05-27)

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "devices",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"news": {
6+
"2.1.5": {
7+
"en": "Added a theme type to context",
8+
"de": "Hinzufügen eines Thementyps zum Kontext",
9+
"ru": "Добавлен тип темы в контекст",
10+
"pt": "Adicionado um tipo de tema ao contexto",
11+
"nl": "Een thematype aan context toegevoegd",
12+
"fr": "Ajout d'un type de thème au contexte",
13+
"it": "Aggiunto un tipo tema per contesto",
14+
"es": "Añadido un tipo de tema al contexto",
15+
"pl": "Dodano typ tematu do kontekstu",
16+
"uk": "Додано тему контексту",
17+
"zh-cn": "向上下文添加主题类型"
18+
},
619
"2.1.4": {
720
"en": "Added digits after comma for Display widget\nAdded an installation script",
821
"de": "Hinzufügen von Ziffern nach Komma für Anzeige Widget\nEin Installationsskript hinzugefügt",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.devices",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Manage and create devices for using it in other adapters like material, iot,...",
55
"author": {
66
"name": "bluefox",

0 commit comments

Comments
 (0)