matterbridge 3.10.2 → 3.10.3-dev-20260724-9a2c018
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -1
- package/apps/frontend/npm-shrinkwrap.json +2 -2
- package/apps/frontend/package.json +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -57,6 +57,26 @@ These classes will run as threads in the next releases:
|
|
|
57
57
|
- all plugins in bridge mode;
|
|
58
58
|
- each plugin in childbridge mode;
|
|
59
59
|
|
|
60
|
+
## [3.10.3] - Dev branch
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
|
|
64
|
+
- [publish]: Update publish script to allow a re-run.
|
|
65
|
+
|
|
66
|
+
### Changed
|
|
67
|
+
|
|
68
|
+
- [matterbridge]: Bump `matterbridge` version to v.3.10.3.
|
|
69
|
+
- [matterbridge]: Update dependencies.
|
|
70
|
+
- [matterbridge]: Bump `@matter/main` to v.0.17.6.
|
|
71
|
+
- [matterbridge]: Bump `oxlint-tsgolint` to v.0.25.0.
|
|
72
|
+
- [frontend]: Bump `frontend` version to v.3.5.5.
|
|
73
|
+
- [frontend]: Update dependencies.
|
|
74
|
+
- [frontend]: Bump `@rjsf` packages to v.6.7.0.
|
|
75
|
+
- [frontend]: Bump `vite` to v.8.1.5.
|
|
76
|
+
- [frontend]: Bump `oxlint-tsgolint` to v.0.25.0.
|
|
77
|
+
|
|
78
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
79
|
+
|
|
60
80
|
## [3.10.2] - 2026-07-24
|
|
61
81
|
|
|
62
82
|
### Added
|
|
@@ -70,7 +90,7 @@ These classes will run as threads in the next releases:
|
|
|
70
90
|
|
|
71
91
|
### Changed
|
|
72
92
|
|
|
73
|
-
- [matterbridge]: Bump `matterbridge` version to v.3.10.
|
|
93
|
+
- [matterbridge]: Bump `matterbridge` version to v.3.10.2.
|
|
74
94
|
- [matterbridge]: Update dependencies.
|
|
75
95
|
- [matterbridge]: Bump `@matter/main` to v.0.17.6.
|
|
76
96
|
- [matterbridge]: Bump `oxlint-tsgolint` to v.0.25.0.
|
|
@@ -88,6 +108,10 @@ These classes will run as threads in the next releases:
|
|
|
88
108
|
|
|
89
109
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
90
110
|
|
|
111
|
+
## [3.10.1] - 2026-07-24
|
|
112
|
+
|
|
113
|
+
This release failed to be published for a npm error. DO NOT USE IT.
|
|
114
|
+
|
|
91
115
|
## [3.10.0] - 2026-07-17
|
|
92
116
|
|
|
93
117
|
### Breaking changes
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.5.
|
|
9
|
+
"version": "3.5.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.3-dev-20260724-9a2c018",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -208,24 +208,24 @@
|
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
210
|
"dependencies": {
|
|
211
|
-
"@matterbridge/core": "3.10.
|
|
212
|
-
"@matterbridge/dgram": "3.10.
|
|
213
|
-
"@matterbridge/jest-utils": "3.10.
|
|
214
|
-
"@matterbridge/thread": "3.10.
|
|
215
|
-
"@matterbridge/types": "3.10.
|
|
216
|
-
"@matterbridge/utils": "3.10.
|
|
217
|
-
"@matterbridge/vitest-utils": "3.10.
|
|
211
|
+
"@matterbridge/core": "3.10.3-dev-20260724-9a2c018",
|
|
212
|
+
"@matterbridge/dgram": "3.10.3-dev-20260724-9a2c018",
|
|
213
|
+
"@matterbridge/jest-utils": "3.10.3-dev-20260724-9a2c018",
|
|
214
|
+
"@matterbridge/thread": "3.10.3-dev-20260724-9a2c018",
|
|
215
|
+
"@matterbridge/types": "3.10.3-dev-20260724-9a2c018",
|
|
216
|
+
"@matterbridge/utils": "3.10.3-dev-20260724-9a2c018",
|
|
217
|
+
"@matterbridge/vitest-utils": "3.10.3-dev-20260724-9a2c018",
|
|
218
218
|
"node-ansi-logger": "3.3.0",
|
|
219
219
|
"node-persist-manager": "2.1.0"
|
|
220
220
|
},
|
|
221
221
|
"build": {
|
|
222
|
-
"version": "3.10.
|
|
223
|
-
"sha": "
|
|
224
|
-
"sha7": "
|
|
225
|
-
"event": "
|
|
222
|
+
"version": "3.10.3",
|
|
223
|
+
"sha": "9a2c01875e450309d65d6e1d6b9621977d202763",
|
|
224
|
+
"sha7": "9a2c018",
|
|
225
|
+
"event": "workflow_dispatch",
|
|
226
226
|
"workflow": "Publish to npm and trigger docker builds",
|
|
227
227
|
"type": "branch",
|
|
228
|
-
"name": "
|
|
229
|
-
"dev": "
|
|
228
|
+
"name": "dev",
|
|
229
|
+
"dev": "true"
|
|
230
230
|
}
|
|
231
231
|
}
|