Skip to content

Commit 539b190

Browse files
committed
Merge branch 'main' of https://github.com/bbc/bug
2 parents 253ab06 + 85c0e13 commit 539b190

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### version 3.1.74
4+
5+
- 2026-02-10: fix auto-reconnect of log stream ([df3b620](https://github.com/bbc/bug/commit/df3b620768f34347cfd84cea999b637c1df63c8f))
6+
37
### version 3.1.73
48

59
- 2026-02-09: add 'view panels' button to home screen ([07a3eac](https://github.com/bbc/bug/commit/07a3eac8b657bcd5393f5c86d6efa8a930692a98))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-monorepo",
3-
"version": "3.1.73",
3+
"version": "3.1.74",
44
"description": "Broadcast Universal Gateway",
55
"private": true,
66
"workspaces": [

src/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-client",
3-
"version": "3.1.73",
3+
"version": "3.1.74",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

src/modules/mikrotik-sdwan/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### version 1.0.5
4+
5+
- 2026-02-10: fix route/group sorting ([f00ee76](https://github.com/bbc/bug/commit/f00ee769ffce34e2b37c74feb852ebc3c50dbd9c))
6+
- 2026-02-10: improve default status ([dfd72e2](https://github.com/bbc/bug/commit/dfd72e2eda7f2c59d5506ec31e8e43af23f52508))
7+
38
### version 1.0.4
49

510
- 2026-02-09: add default route view ([6226bb2](https://github.com/bbc/bug/commit/6226bb2e6c719d920bdf5e79f513bbf3f38957e3))

src/modules/mikrotik-sdwan/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Multiple WAN manager for Mikrotik routers",
55
"capabilities": [],
66
"notes": "",
7-
"version": "1.0.4",
7+
"version": "1.0.5",
88
"icon": "AltRoute",
99
"author": "Geoff House",
1010
"license": "Apache-2.0",

0 commit comments

Comments
 (0)