Skip to content

Commit 79a10b4

Browse files
committed
Remove bun version from Header
1 parent fbe7fff commit 79a10b4

4 files changed

Lines changed: 158 additions & 142 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ If you like this project and find it useful, please consider giving it a star on
2929

3030
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
3131

32+
## [3.10.5] - Dev branch
33+
34+
### Changed
35+
36+
- [frontend]: Bump `frontend` version to v.3.5.7.
37+
- [frontend]: Remove bun version from Header.
38+
39+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
40+
3241
## [3.10.4] - 2026-08-07
3342

3443
### Development changes

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matterbridge/frontend",
3-
"version": "3.5.6",
3+
"version": "3.5.7",
44
"description": "Matterbridge frontend application",
55
"author": "https://github.com/Luligu",
66
"license": "Apache-2.0",

apps/frontend/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ function Header() {
450450
{settings.systemInformation.bunVersion ? (
451451
<Tooltip title="Bun version">
452452
<span className="status-information" style={{ cursor: 'default', backgroundColor: 'green' }}>
453-
bun v.{settings.systemInformation.bunVersion}
453+
bun
454454
</span>
455455
</Tooltip>
456456
) : null}

0 commit comments

Comments
 (0)