From 4d9f2c23cd692b0649e011154f27d0c865dace30 Mon Sep 17 00:00:00 2001 From: "GitHub Actions [Bot]" Date: Sat, 17 Aug 2024 05:55:07 +0000 Subject: [PATCH] chore: release version 2.7.1 --- 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 78e103d..73873ab 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.7.1 (2024-08-17) + + +### 🚀 Chore + +* expose SSL port in Dockerfile and enable SSL in matterbridge o… ([#265](https://github.com/t0bst4r/matterbridge-home-assistant/issues/265)) ([dc2b5e4](https://github.com/t0bst4r/matterbridge-home-assistant/commit/dc2b5e40d38642eae3054e6391764fa829721eaf)) + + + ## 2.7.0 (2024-08-16) diff --git a/lerna.json b/lerna.json index 16a2728..1603eef 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "2.7.0", + "version": "2.7.1", "conventionalCommits": true, "changelogPreset": { "name": "conventionalcommits", diff --git a/package-lock.json b/package-lock.json index 7783616..77db6df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10568,7 +10568,7 @@ }, "packages/home-assistant-matter-hub/core": { "name": "@home-assistant-matter-hub/core", - "version": "2.7.0", + "version": "2.7.1", "license": "Apache-2.0", "dependencies": { "@project-chip/matter.js": "^0.9.4", @@ -10607,10 +10607,10 @@ "extraneous": true }, "packages/matterbridge-home-assistant": { - "version": "2.7.0", + "version": "2.7.1", "license": "Apache-2.0", "dependencies": { - "@home-assistant-matter-hub/core": "^2.7.0", + "@home-assistant-matter-hub/core": "^2.7.1", "json5": "^2.2.3", "winston": "^3.13.1", "ws": "^8.18.0" @@ -10622,9 +10622,9 @@ } }, "packages/matterbridge-home-assistant-docker": { - "version": "2.7.0", + "version": "2.7.1", "dependencies": { - "matterbridge-home-assistant": "^2.7.0" + "matterbridge-home-assistant": "^2.7.1" } } } diff --git a/packages/home-assistant-matter-hub/core/CHANGELOG.md b/packages/home-assistant-matter-hub/core/CHANGELOG.md index 6479335..3cc4cec 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.7.1 (2024-08-17) + + +### 🚀 Chore + +* expose SSL port in Dockerfile and enable SSL in matterbridge o… ([#265](https://github.com/t0bst4r/matterbridge-home-assistant/issues/265)) ([dc2b5e4](https://github.com/t0bst4r/matterbridge-home-assistant/commit/dc2b5e40d38642eae3054e6391764fa829721eaf)) + + + ## 2.7.0 (2024-08-16) diff --git a/packages/home-assistant-matter-hub/core/package.json b/packages/home-assistant-matter-hub/core/package.json index 13848e7..d645cf7 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.7.0", + "version": "2.7.1", "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 c64cd26..4461e61 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.7.1 (2024-08-17) + + +### 🚀 Chore + +* expose SSL port in Dockerfile and enable SSL in matterbridge o… ([#265](https://github.com/t0bst4r/matterbridge-home-assistant/issues/265)) ([dc2b5e4](https://github.com/t0bst4r/matterbridge-home-assistant/commit/dc2b5e40d38642eae3054e6391764fa829721eaf)) + + + ## 2.7.0 (2024-08-16) diff --git a/packages/matterbridge-home-assistant-docker/package.json b/packages/matterbridge-home-assistant-docker/package.json index c029737..60160a6 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.7.0", + "version": "2.7.1", "scripts": { "build": "./build.sh", "release-docker": "./publish.sh" }, "dependencies": { - "matterbridge-home-assistant": "^2.7.0" + "matterbridge-home-assistant": "^2.7.1" } } diff --git a/packages/matterbridge-home-assistant/CHANGELOG.md b/packages/matterbridge-home-assistant/CHANGELOG.md index 837724e..296ce35 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.7.1 (2024-08-17) + + +### 🚀 Chore + +* expose SSL port in Dockerfile and enable SSL in matterbridge o… ([#265](https://github.com/t0bst4r/matterbridge-home-assistant/issues/265)) ([dc2b5e4](https://github.com/t0bst4r/matterbridge-home-assistant/commit/dc2b5e40d38642eae3054e6391764fa829721eaf)) + + + ## 2.7.0 (2024-08-16) diff --git a/packages/matterbridge-home-assistant/package.json b/packages/matterbridge-home-assistant/package.json index b5ed863..feba193 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.7.0", + "version": "2.7.1", "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.7.0", + "@home-assistant-matter-hub/core": "^2.7.1", "json5": "^2.2.3", "winston": "^3.13.1", "ws": "^8.18.0"