Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.61
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent fc0a2f0 commit 002cf9f
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 3.0.0-alpha.61 (2025-01-08)

### 🚀 Features

- Use device area if available for entities that have no area directly set ([#403](https://github.com/t0bst4r/home-assistant-matter-hub/pull/403))

### 🩹 Fixes

- add extra logging when a device cannot be created ([fc0a2f0](https://github.com/t0bst4r/home-assistant-matter-hub/commit/fc0a2f0))
- **basic-information:** ensure variables are actually strings ([dc5f700](https://github.com/t0bst4r/home-assistant-matter-hub/commit/dc5f700))

### ❤️ Thank You

- Ricardo Hermida Ruiz @rhruiz
- Tobias Glatthar @t0bst4r

## 3.0.0-alpha.60 (2025-01-07)

### 🩹 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.60",
"version": "3.0.0-alpha.61",
"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.60",
"version": "3.0.0-alpha.61",
"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.60",
"version": "3.0.0-alpha.61",
"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.60",
"version": "3.0.0-alpha.61",
"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.60",
"version": "3.0.0-alpha.61",
"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.60",
"version": "3.0.0-alpha.61",
"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.60",
"version": "3.0.0-alpha.61",
"private": true,
"type": "module",
"main": "index.js"
Expand Down

0 comments on commit 002cf9f

Please sign in to comment.