Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.49
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2024
1 parent 8fe9509 commit dea77f4
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 65 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 3.0.0-alpha.49 (2024-11-30)

### 🚀 Features

- **frontend:** replace brand icons and add samsung ([b3991e2](https://github.com/t0bst4r/home-assistant-matter-hub/commit/b3991e2))

### 🩹 Fixes

- **deps:** update matter.js to v0.11.8 ([8fe9509](https://github.com/t0bst4r/home-assistant-matter-hub/commit/8fe9509))
- **frontend:** Add Amazon and Apple vendor IDs ([a244855](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a244855))
- **lights:** preserve last level control state ([6991d9b](https://github.com/t0bst4r/home-assistant-matter-hub/commit/6991d9b))

### ❤️ Thank You

- Kenny Levinsen @kennylevinsen
- Tobias Glatthar @t0bst4r

## 3.0.0-alpha.48 (2024-11-30)

### 🩹 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.48",
"version": "3.0.0-alpha.49",
"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.48",
"version": "3.0.0-alpha.49",
"private": false,
"destination": "./pack",
"type": "module",
Expand Down
Loading

0 comments on commit dea77f4

Please sign in to comment.