From fe4b793c1197328a678604a69c031d5e66a7d837 Mon Sep 17 00:00:00 2001 From: "GitHub Actions [Bot]" Date: Wed, 7 Aug 2024 15:30:29 +0000 Subject: [PATCH] chore: release version 2.5.6 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- package-lock.json | 10 +++++----- packages/home-assistant-matter-hub/core/CHANGELOG.md | 9 +++++++++ packages/home-assistant-matter-hub/core/package.json | 2 +- .../matterbridge-home-assistant-docker/CHANGELOG.md | 9 +++++++++ .../matterbridge-home-assistant-docker/package.json | 4 ++-- packages/matterbridge-home-assistant/CHANGELOG.md | 9 +++++++++ packages/matterbridge-home-assistant/package.json | 4 ++-- 9 files changed, 47 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0613d29..95d8946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6 (2024-08-07) + + +### 🐛 Bug Fixes + +* **ci:** use full sha for docker builds ([edd97c5](https://github.com/t0bst4r/matterbridge-home-assistant/commit/edd97c53c1705df2b39084ca9ef609c9a3db2825)) + + + ## 2.5.5 (2024-08-07) diff --git a/lerna.json b/lerna.json index fbfdd67..fd5beb0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "2.5.5", + "version": "2.5.6", "conventionalCommits": true, "changelogPreset": { "name": "conventionalcommits", diff --git a/package-lock.json b/package-lock.json index 292809f..fe90109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12458,7 +12458,7 @@ }, "packages/home-assistant-matter-hub/core": { "name": "@home-assistant-matter-hub/core", - "version": "2.5.5", + "version": "2.5.6", "license": "Apache-2.0", "dependencies": { "@project-chip/matter.js": "^0.9.4", @@ -12489,10 +12489,10 @@ } }, "packages/matterbridge-home-assistant": { - "version": "2.5.5", + "version": "2.5.6", "license": "Apache-2.0", "dependencies": { - "@home-assistant-matter-hub/core": "^2.5.5", + "@home-assistant-matter-hub/core": "^2.5.6", "json5": "^2.2.3", "winston": "^3.13.1", "ws": "^8.18.0" @@ -12504,9 +12504,9 @@ } }, "packages/matterbridge-home-assistant-docker": { - "version": "2.5.5", + "version": "2.5.6", "dependencies": { - "matterbridge-home-assistant": "^2.5.5" + "matterbridge-home-assistant": "^2.5.6" } } } diff --git a/packages/home-assistant-matter-hub/core/CHANGELOG.md b/packages/home-assistant-matter-hub/core/CHANGELOG.md index 46f4168..a6ceed4 100644 --- a/packages/home-assistant-matter-hub/core/CHANGELOG.md +++ b/packages/home-assistant-matter-hub/core/CHANGELOG.md @@ -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.6 (2024-08-07) + + +### 🐛 Bug Fixes + +* **ci:** use full sha for docker builds ([edd97c5](https://github.com/t0bst4r/matterbridge-home-assistant/commit/edd97c53c1705df2b39084ca9ef609c9a3db2825)) + + + ## 2.5.5 (2024-08-07) diff --git a/packages/home-assistant-matter-hub/core/package.json b/packages/home-assistant-matter-hub/core/package.json index e234916..bcedc08 100644 --- a/packages/home-assistant-matter-hub/core/package.json +++ b/packages/home-assistant-matter-hub/core/package.json @@ -23,7 +23,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.5.5", + "version": "2.5.6", "main": "lib/index.js", "types": "lib/index.d.ts", "type": "module", diff --git a/packages/matterbridge-home-assistant-docker/CHANGELOG.md b/packages/matterbridge-home-assistant-docker/CHANGELOG.md index 38a9fc5..69c1825 100644 --- a/packages/matterbridge-home-assistant-docker/CHANGELOG.md +++ b/packages/matterbridge-home-assistant-docker/CHANGELOG.md @@ -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.6 (2024-08-07) + + +### 🐛 Bug Fixes + +* **ci:** use full sha for docker builds ([edd97c5](https://github.com/t0bst4r/matterbridge-home-assistant/commit/edd97c53c1705df2b39084ca9ef609c9a3db2825)) + + + ## 2.5.5 (2024-08-07) diff --git a/packages/matterbridge-home-assistant-docker/package.json b/packages/matterbridge-home-assistant-docker/package.json index 509d735..73c87de 100644 --- a/packages/matterbridge-home-assistant-docker/package.json +++ b/packages/matterbridge-home-assistant-docker/package.json @@ -3,12 +3,12 @@ "author": "https://github.com/t0bst4r", "name": "matterbridge-home-assistant-docker", "description": "ghcr.io/t0bst4r/matterbridge-home-assistant", - "version": "2.5.5", + "version": "2.5.6", "scripts": { "build": "./build.sh", "release-docker": "./publish.sh" }, "dependencies": { - "matterbridge-home-assistant": "^2.5.5" + "matterbridge-home-assistant": "^2.5.6" } } diff --git a/packages/matterbridge-home-assistant/CHANGELOG.md b/packages/matterbridge-home-assistant/CHANGELOG.md index 7dc015d..830f377 100644 --- a/packages/matterbridge-home-assistant/CHANGELOG.md +++ b/packages/matterbridge-home-assistant/CHANGELOG.md @@ -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.6 (2024-08-07) + + +### 🐛 Bug Fixes + +* **ci:** use full sha for docker builds ([edd97c5](https://github.com/t0bst4r/matterbridge-home-assistant/commit/edd97c53c1705df2b39084ca9ef609c9a3db2825)) + + + ## 2.5.5 (2024-08-07) diff --git a/packages/matterbridge-home-assistant/package.json b/packages/matterbridge-home-assistant/package.json index 3488ff4..5303c1e 100644 --- a/packages/matterbridge-home-assistant/package.json +++ b/packages/matterbridge-home-assistant/package.json @@ -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.5.5", + "version": "2.5.6", "main": "lib/index.js", "types": "lib/index.d.ts", "type": "module", @@ -31,7 +31,7 @@ "reset": "matterbridge -factoryreset" }, "dependencies": { - "@home-assistant-matter-hub/core": "^2.5.5", + "@home-assistant-matter-hub/core": "^2.5.6", "json5": "^2.2.3", "winston": "^3.13.1", "ws": "^8.18.0"