Skip to content

Commit 1a7b21f

Browse files
authored
Release 2.2.1
## [2.2.1] - 2025-12-12 ### Changed - [package]: Updated dependencies. - [package]: Updated to the current Matterbridge signatures. - [package]: Required matterbridge v.3.4.0. - [package]: Updated to the Matterbridge Jest module. <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
1 parent a048d52 commit 1a7b21f

31 files changed

+519
-1486
lines changed

.github/workflows/build-matterbridge-plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
- name: Link matterbridge in the project
5858
run: npm link matterbridge
5959

60+
- name: Build the plugin
61+
run: npm run build
62+
6063
- name: Lint the plugin
6164
run: npm run lint
6265

6366
- name: Test the plugin
6467
run: npm run test -- --forceExit
65-
66-
- name: Build the plugin
67-
run: npm run build

.github/workflows/publish-matterbridge-plugin-dev-daily-from-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: |
4747
npm ci
4848
npm link matterbridge
49-
npm run lint
5049
npm run buildProduction
50+
npm run lint
5151
npm install -g .
5252
npm run test -- --forceExit
5353
npm pkg delete devDependencies scripts types

.github/workflows/publish-matterbridge-plugin-dev-daily-from-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: |
4747
npm ci
4848
npm link matterbridge
49-
npm run lint
5049
npm run buildProduction
50+
npm run lint
5151
npm install -g .
5252
npm run test -- --forceExit
5353
npm pkg delete devDependencies scripts types

.github/workflows/publish-matterbridge-plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
- name: Link matterbridge in the project
4949
run: npm link matterbridge
5050

51+
- name: Build the plugin
52+
run: npm run build
53+
5154
- name: Lint the plugin
5255
run: npm run lint
5356

5457
- name: Test the plugin
5558
run: npm run test -- --forceExit
5659

57-
- name: Build the plugin
58-
run: npm run build
59-
6060
- name: Publish the plugin to npm
6161
run: npm publish
6262
env:

0 commit comments

Comments
 (0)