Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.56
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 7c37dc1 commit 475546e
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 14 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.0.0-alpha.56 (2024-12-19)

### 🚀 Features

- allow include and exclude by area ([a3ef4a6](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a3ef4a6))
- **basic-information:** add serial number to devices ([7c37dc1](https://github.com/t0bst4r/home-assistant-matter-hub/commit/7c37dc1))
- **input_button:** add support for input_button entities ([7b38ad9](https://github.com/t0bst4r/home-assistant-matter-hub/commit/7b38ad9))

### 🩹 Fixes

- **lights:** enable features for on/off and level control ([e89cb67](https://github.com/t0bst4r/home-assistant-matter-hub/commit/e89cb67))
- **on-off:** allow sending on and off commands, when already on or off ([898ba0d](https://github.com/t0bst4r/home-assistant-matter-hub/commit/898ba0d))

### ❤️ Thank You

- Timo Christeleit
- Tobias Glatthar @t0bst4r

## 3.0.0-alpha.55 (2024-12-15)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@home-assistant-matter-hub/docker",
"version": "3.0.0-alpha.55",
"version": "3.0.0-alpha.56",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/home-assistant-matter-hub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "home-assistant-matter-hub",
"description": "",
"version": "3.0.0-alpha.55",
"version": "3.0.0-alpha.56",
"private": false,
"destination": "./pack",
"type": "module",
Expand Down
14 changes: 7 additions & 7 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 packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@home-assistant-matter-hub/backend",
"version": "3.0.0-alpha.55",
"version": "3.0.0-alpha.56",
"private": true,
"type": "module",
"destination": "./dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@home-assistant-matter-hub/common",
"version": "3.0.0-alpha.55",
"version": "3.0.0-alpha.56",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@home-assistant-matter-hub/documentation",
"version": "3.0.0-alpha.55",
"version": "3.0.0-alpha.56",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@home-assistant-matter-hub/frontend",
"private": true,
"version": "3.0.0-alpha.55",
"version": "3.0.0-alpha.56",
"type": "module",
"destination": "./dist",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion utils/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@home-assistant-matter-hub/build-utils",
"version": "3.0.0-alpha.55",
"version": "3.0.0-alpha.56",
"private": true,
"type": "module",
"main": "index.js"
Expand Down

0 comments on commit 475546e

Please sign in to comment.