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.9.0-PSA
Browse files Browse the repository at this point in the history
  • Loading branch information
t0bst4r committed Aug 27, 2024
1 parent af24b2a commit 7f92074
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.8.0-PSA",
"version": "2.9.0-PSA",
"command": {
"version": {
"message": "chore: release version %v"
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.

4 changes: 2 additions & 2 deletions packages/matterbridge-home-assistant-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"author": "https://github.com/t0bst4r",
"name": "matterbridge-home-assistant-docker",
"description": "ghcr.io/t0bst4r/matterbridge-home-assistant",
"version": "2.8.0-PSA",
"version": "2.9.0-PSA",
"scripts": {
"build": "./build.sh",
"release-docker": "./publish.sh"
},
"dependencies": {
"matterbridge-home-assistant": "^2.8.0-PSA"
"matterbridge-home-assistant": "^2.9.0-PSA"
}
}
2 changes: 1 addition & 1 deletion 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.8.0-PSA",
"version": "2.9.0-PSA",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 7f92074

Please sign in to comment.