matterbridge 3.8.0 → 3.8.1-dev-20260606-d6bb335
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 +21 -0
- package/apps/frontend/build/assets/index.js +2 -2
- package/apps/frontend/build/assets/vendor_emotion.js +1 -1
- package/apps/frontend/build/assets/vendor_lodash.js +1 -1
- package/apps/frontend/build/assets/vendor_mdi.js +1 -1
- package/apps/frontend/build/assets/vendor_mui.js +3 -3
- package/apps/frontend/build/assets/vendor_node_modules.js +91 -24
- package/apps/frontend/build/assets/vendor_notistack.js +1 -1
- package/apps/frontend/build/assets/vendor_rjsf.js +6 -6
- package/apps/frontend/npm-shrinkwrap.json +49 -38
- package/apps/frontend/package.json +7 -7
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -55,6 +55,27 @@ These classes will run as threads in the next releases:
|
|
|
55
55
|
- all plugins in bridge mode;
|
|
56
56
|
- each plugin in childbridge mode;
|
|
57
57
|
|
|
58
|
+
## [3.8.1] - Dev branch
|
|
59
|
+
|
|
60
|
+
### Added
|
|
61
|
+
|
|
62
|
+
- [s6-rc]: Delete matter.js storage locks before starting in the s6-rc and s6-rc-legacy docker images.
|
|
63
|
+
|
|
64
|
+
### Changed
|
|
65
|
+
|
|
66
|
+
- [matterbridge]: Update dependencies.
|
|
67
|
+
- [matterbridge]: Bump `marked` to v.18.0.5.
|
|
68
|
+
- [matterbridge]: Bump `npm-check-updates` to v.22.2.2.
|
|
69
|
+
|
|
70
|
+
- [frontend]: Update dependencies.
|
|
71
|
+
- [frontend]: Bump `@rjsf` to v.6.6.1.
|
|
72
|
+
- [frontend]: Bump `react` to v.19.2.7.
|
|
73
|
+
- [frontend]: Bump `react-router` to v.7.17.0.
|
|
74
|
+
- [frontend]: Bump `vite` to v.8.0.16.
|
|
75
|
+
- [frontend]: Bump `vitest` to v.4.1.8.
|
|
76
|
+
|
|
77
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
78
|
+
|
|
58
79
|
## [3.8.0] - 2026-06-05
|
|
59
80
|
|
|
60
81
|
### Breaking changes
|