Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.38
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent 5e37273 commit 3d0a8e5
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 14 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.0.0-alpha.38 (2024-11-23)

### 🩹 Fixes

- only hash labels larger than max length ([3e71fb3](https://github.com/t0bst4r/home-assistant-matter-hub/commit/3e71fb3))
- change fallthrough matcher after migrating to express@5 ([620eddd](https://github.com/t0bst4r/home-assistant-matter-hub/commit/620eddd))
- **cover:** remove absolute position and add operational status ([5e37273](https://github.com/t0bst4r/home-assistant-matter-hub/commit/5e37273))

### ❤️ Thank You

- Avi Miller @Djelibeybi
- t0bst4r @t0bst4r

## 3.0.0-alpha.37 (2024-11-22)

### 🚀 Features
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.37",
"version": "3.0.0-alpha.38",
"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.37",
"version": "3.0.0-alpha.38",
"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.37",
"version": "3.0.0-alpha.38",
"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.37",
"version": "3.0.0-alpha.38",
"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.37",
"version": "3.0.0-alpha.38",
"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.37",
"version": "3.0.0-alpha.38",
"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.37",
"version": "3.0.0-alpha.38",
"private": true,
"type": "module",
"main": "index.js"
Expand Down

0 comments on commit 3d0a8e5

Please sign in to comment.