Skip to content

Commit e70906e

Browse files
ci: update app changelog and bump versions
1 parent bdfa9e3 commit e70906e

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
### version 3.1.88
4+
5+
- 2026-02-13: add new worker task manager ([4cfc079](https://github.com/bbc/bug/commit/4cfc079c8a91c6c0b630e63c727e3d6c9de3a43c))
6+
- 2026-02-11: revert to using 'critical' for stale data status items ([78db4ba](https://github.com/bbc/bug/commit/78db4baefb0424c1c5954d74428f178cc32f54ef))
7+
- 2026-02-11: set workermanager default retry interval to 10s ([832ea4e](https://github.com/bbc/bug/commit/832ea4e5d96a4760ee35a8f2af9eb59e83295017))
8+
- 2026-02-10: fix auto-reconnect of log stream ([aa07409](https://github.com/bbc/bug/commit/aa07409e67ef2b6565d6c4922a601ddeafeed9a5))
9+
- 2026-02-09: add 'view panels' button to home screen ([7ca493e](https://github.com/bbc/bug/commit/7ca493edbcc8738f028acef4f3395b33c64a6f36))
10+
- 2026-02-09: improve UI when panel module is already built ([f4f74df](https://github.com/bbc/bug/commit/f4f74dffa15685f7cb2612423f57960de5c74439))
11+
- 2026-02-09: add 'view logs' menu item to panel list ([fc691e8](https://github.com/bbc/bug/commit/fc691e8581c3a456a1173405af9286a773d15b6c))
12+
- 2026-02-09: allow users to be enabled when created ([d15db9f](https://github.com/bbc/bug/commit/d15db9fbde66ccf09c099ca08e1215f5f7db7054))
13+
- 2026-02-09: add update script and changelog generation ([16fe5d3](https://github.com/bbc/bug/commit/16fe5d30ffc0b1ef5c0dee3fbca03383437945a1))
14+
315
### version 3.1.87
416

517
- 2026-02-13: add new worker task manager ([037f9a7](https://github.com/bbc/bug/commit/037f9a76369bc5ba2238293df9fb0e1dac722cc2))

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.87",
3+
"version": "3.1.88",
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.87",
3+
"version": "3.1.88",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)