Skip to content

Commit

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

### 🩹 Fixes

- **basic-information:** add vendor id and names to all devices ([d3e4703](https://github.com/t0bst4r/home-assistant-matter-hub/commit/d3e4703))
- **thermostat:** set thermostatRunningState more explicit ([8617c88](https://github.com/t0bst4r/home-assistant-matter-hub/commit/8617c88))

### ❤️ Thank You

- Tobias Glatthar @t0bst4r

## 3.0.0-alpha.51 (2024-12-04)

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

0 comments on commit ddf05fb

Please sign in to comment.