Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.41
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 9f7cbbd commit efb6920
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 19 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.41 (2024-11-27)

### 🚀 Features

- add a customized app logo ([#202](https://github.com/t0bst4r/home-assistant-matter-hub/pull/202))
- **frontend:** add app logo to header ([f9d8021](https://github.com/t0bst4r/home-assistant-matter-hub/commit/f9d8021))

### 🩹 Fixes

- add more details when home assistant connection fails ([963d3b2](https://github.com/t0bst4r/home-assistant-matter-hub/commit/963d3b2))
- **frontend:** add margin to the commissioning qr-code ([#198](https://github.com/t0bst4r/home-assistant-matter-hub/pull/198))

### ❤️ Thank You

- adrisg
- Tobias Glatthar @t0bst4r

## 3.0.0-alpha.40 (2024-11-23)

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

0 comments on commit efb6920

Please sign in to comment.