Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2024
1 parent 51301ac commit 8a3eb80
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 3.0.0-alpha.2 (2024-10-27)

### 🚀 Features

- project setup and complete migration ([51301ac](https://github.com/t0bst4r/home-assistant-matter-hub/commit/51301ac))

### ❤️ Thank You

- t0bst4r @t0bst4r
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": "dev",
"version": "3.0.0-alpha.2",
"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.1",
"version": "3.0.0-alpha.2",
"private": false,
"destination": "./pack",
"type": "module",
Expand Down
19 changes: 10 additions & 9 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": "dev",
"version": "3.0.0-alpha.2",
"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": "dev",
"version": "3.0.0-alpha.2",
"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": "dev",
"version": "3.0.0-alpha.2",
"private": true,
"scripts": {},
"dependencies": {},
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": "dev",
"version": "3.0.0-alpha.2",
"type": "module",
"destination": "./dist",
"scripts": {
Expand Down

0 comments on commit 8a3eb80

Please sign in to comment.