Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
chore: release version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 5, 2024
1 parent ccb6656 commit 0d97c59
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.5.0 (2024-08-05)


### ✨ Features

* refactored core implementation to not use matterbridge anymore ([ccb6656](https://github.com/t0bst4r/matterbridge-home-assistant/commit/ccb6656984e36f4e4a849177fe59cc6d78875f03))



## 2.4.0 (2024-08-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.4.0",
"version": "2.5.0",
"conventionalCommits": true,
"changelogPreset": {
"name": "conventionalcommits",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/home-assistant-matter-hub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.5.0 (2024-08-05)


### ✨ Features

* refactored core implementation to not use matterbridge anymore ([ccb6656](https://github.com/t0bst4r/matterbridge-home-assistant/commit/ccb6656984e36f4e4a849177fe59cc6d78875f03))



## 2.4.0 (2024-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/home-assistant-matter-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/t0bst4r/matterbridge-home-assistant/blob/-/packages/home-assistant-matter-hub/README.md",
"bugs": "https://github.com/t0bst4r/matterbridge-home-assistant/issues",
"name": "@home-assistant-matter-hub/core",
"version": "2.4.0",
"version": "2.5.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/matterbridge-home-assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.5.0 (2024-08-05)


### ✨ Features

* refactored core implementation to not use matterbridge anymore ([ccb6656](https://github.com/t0bst4r/matterbridge-home-assistant/commit/ccb6656984e36f4e4a849177fe59cc6d78875f03))



## 2.4.0 (2024-08-03)


Expand Down
8 changes: 4 additions & 4 deletions packages/matterbridge-home-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/t0bst4r/matterbridge-home-assistant/blob/-/packages/matterbridge-home-assistant/README.md",
"bugs": "https://github.com/t0bst4r/matterbridge-home-assistant/issues",
"name": "matterbridge-home-assistant",
"version": "2.4.0",
"version": "2.5.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
Expand All @@ -31,10 +31,10 @@
"reset": "matterbridge -factoryreset"
},
"dependencies": {
"@home-assistant-matter-hub/core": "^2.4.0",
"@home-assistant-matter-hub/core": "^2.5.0",
"json5": "^2.2.3",
"ws": "^8.18.0",
"winston": "^3.13.1"
"winston": "^3.13.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@project-chip/matter.js": "^0.9.4",
Expand Down

0 comments on commit 0d97c59

Please sign in to comment.