Skip to content

Commit

Permalink
chore: release v0.3.2
Browse files Browse the repository at this point in the history
* (@Apollon77) Fixes several discovery issues
  • Loading branch information
foxriver76 committed Dec 21, 2024
1 parent 51237c2 commit 62f3164
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ TBD
-->

## Changelog

### __WORK IN PROGRESS__
### 0.3.2 (2024-12-21)
* (@Apollon77) Fixes several discovery issues

### 0.3.1 (2024-12-20)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "matter",
"version": "0.3.1",
"version": "0.3.2",
"news": {
"0.3.2": {
"en": "Fixes several discovery issues",
"de": "Behebt mehrere Entdeckungsprobleme",
"ru": "Исправление нескольких проблем обнаружения",
"pt": "Corrige vários problemas de descoberta",
"nl": "Repareert verschillende ontdekkingsproblemen",
"fr": "Corrige plusieurs problèmes de découverte",
"it": "Risolve diversi problemi di scoperta",
"es": "Arregla varios problemas de descubrimiento",
"pl": "Naprawia kilka problemów z odkryciem",
"uk": "Виправлення декількох питань відкриття",
"zh-cn": "解决了几个发现问题"
},
"0.3.1": {
"en": "Fixes bridge/device icon display in UI\nPrevents displaying warning dialogs when nothing is wrong\nAdjusts some logs",
"de": "Behebt Brücken-/Gerät-Symbolanzeige in UI\nVerhindert die Anzeige von Warndialogen, wenn nichts falsch ist\nPasst einige Protokolle an",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Oczyszcza obiekty po usunięciu węzła kontrolera\nZapobiega zmianom konfiguracji sterownika, które mają być wykonywane równolegle",
"uk": "Очищення об'єктів при видаленні вузла контролера\nЗапобігає зміни конфігурації контролера, які будуть виконуватися паралельно",
"zh-cn": "删除控制节点时清理对象\n防止同时执行控制器配置更改"
},
"0.2.6": {
"en": "Fixes ColorTemperature light initialization because of matter.js update",
"de": "Behebt die ColorTemperatur Licht Initialisierung aufgrund der Materie. js update",
"ru": "Исправляет инициализацию цвета температуры из-за материи. js обновление",
"pt": "Corrige a inicialização de luz ColorTemperature por causa da matéria. js update",
"nl": "Bevestigt kleurTemperatuur licht initialisatie vanwege materie. js update",
"fr": "Corrige l'initialisation de la lumière ColorTemperature à cause de la matière. Mise à jour de js",
"it": "Fissa l'inizializzazione della luce ColorTemperature a causa della materia. aggiornamento js",
"es": "Arreglos ColorTemperatura inicialización de la luz debido a la materia. js update",
"pl": "Fixes ColorTemperatura inicjalizacja światła z powodu materii. Aktualizacja js",
"uk": "Фіксує колірТемпературна ініціалізація світла через матерію. оновлення js",
"zh-cn": "修补颜色Temperature光因物质而初始化. js 更新"
}
},
"title": "Matter",
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.matter",
"version": "0.3.1",
"version": "0.3.2",
"description": "Controlling and simulation of matter devices",
"author": {
"name": "Denis Haev",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.matter",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
Expand Down

0 comments on commit 62f3164

Please sign in to comment.