Skip to content

Commit 2fb44b5

Browse files
committed
Release 6.20.5
1 parent b713b55 commit 2fb44b5

13 files changed

Lines changed: 42 additions & 34 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v6.20.5](https://github.com/felixmosh/bull-board/compare/v6.20.4...v6.20.5)
8+
9+
- fix: remove usage of jobProgress type, closes #1096 [`#1096`](https://github.com/felixmosh/bull-board/issues/1096)
10+
- update lock [`b713b55`](https://github.com/felixmosh/bull-board/commit/b713b556b3341dd4ba7ddee687a40e987bfac01a)
11+
712
#### [v6.20.4](https://github.com/felixmosh/bull-board/compare/v6.20.3...v6.20.4)
813

14+
> 11 March 2026
15+
916
- chore(deps): bump the npm_and_yarn group across 6 directories with 1 update [`#1095`](https://github.com/felixmosh/bull-board/pull/1095)
1017
- chore(deps): bump the npm_and_yarn group across 4 directories with 2 updates [`#1094`](https://github.com/felixmosh/bull-board/pull/1094)
1118
- chore(deps): bump the npm_and_yarn group across 4 directories with 4 updates [`#1093`](https://github.com/felixmosh/bull-board/pull/1093)
1219
- chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates [`#1090`](https://github.com/felixmosh/bull-board/pull/1090)
1320
- fix: allow mobile dropdowns scroll to support long lists, closes #1102 [`#1102`](https://github.com/felixmosh/bull-board/issues/1102)
21+
- Release 6.20.4 [`e4566a8`](https://github.com/felixmosh/bull-board/commit/e4566a8779bc202a708cd3aa5dbf72221e3bf12d)
1422

1523
#### [v6.20.3](https://github.com/felixmosh/bull-board/compare/v6.20.2...v6.20.3)
1624

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/root",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"private": true,
55
"description": "Bull queue UI for inspecting jobs",
66
"keywords": [

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/api",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"description": "A Dashboard server API built on top of bull or bullmq.",
55
"keywords": [
66
"bull",
@@ -50,7 +50,7 @@
5050
"supertest": "^7.2.2"
5151
},
5252
"peerDependencies": {
53-
"@bull-board/ui": "6.20.4"
53+
"@bull-board/ui": "6.20.5"
5454
},
5555
"publishConfig": {
5656
"access": "public"

packages/bun/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/bun",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"description": "A Bun server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "6.20.4",
32-
"@bull-board/ui": "6.20.4",
31+
"@bull-board/api": "6.20.5",
32+
"@bull-board/ui": "6.20.5",
3333
"ejs": "^3.1.10"
3434
},
3535
"devDependencies": {

packages/elysia/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bull-board/elysia",
33
"type": "commonjs",
4-
"version": "6.20.4",
4+
"version": "6.20.5",
55
"description": "A Elysia server adapter for Bull-Board dashboard.",
66
"keywords": [
77
"bull",
@@ -34,8 +34,8 @@
3434
"clean": "rm -rf dist"
3535
},
3636
"dependencies": {
37-
"@bull-board/api": "6.20.4",
38-
"@bull-board/ui": "6.20.4",
37+
"@bull-board/api": "6.20.5",
38+
"@bull-board/ui": "6.20.5",
3939
"ejs": "^3.1.10",
4040
"mime": "^4.1.0"
4141
},

packages/express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/express",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"description": "A Express.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "6.20.4",
32-
"@bull-board/ui": "6.20.4",
31+
"@bull-board/api": "6.20.5",
32+
"@bull-board/ui": "6.20.5",
3333
"ejs": "^3.1.10",
3434
"express": "^5.2.1"
3535
},

packages/fastify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/fastify",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"description": "A Fastify.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "6.20.4",
32-
"@bull-board/ui": "6.20.4",
31+
"@bull-board/api": "6.20.5",
32+
"@bull-board/ui": "6.20.5",
3333
"@fastify/static": "^9.0.0",
3434
"@fastify/view": "^11.1.1",
3535
"ejs": "^3.1.10"

packages/h3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/h3",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"description": "A H3 server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -29,8 +29,8 @@
2929
"clean": "rm -rf dist"
3030
},
3131
"dependencies": {
32-
"@bull-board/api": "6.20.4",
33-
"@bull-board/ui": "6.20.4",
32+
"@bull-board/api": "6.20.5",
33+
"@bull-board/ui": "6.20.5",
3434
"ejs": "^3.1.10",
3535
"h3": "^1.15.5"
3636
},

packages/hapi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/hapi",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"description": "A Hapi.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -29,8 +29,8 @@
2929
"clean": "rm -rf dist"
3030
},
3131
"dependencies": {
32-
"@bull-board/api": "6.20.4",
33-
"@bull-board/ui": "6.20.4",
32+
"@bull-board/api": "6.20.5",
33+
"@bull-board/ui": "6.20.5",
3434
"@hapi/inert": "^7.1.0",
3535
"@hapi/vision": "^7.0.3",
3636
"ejs": "^3.1.10"

packages/hono/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/hono",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"description": "A Hono server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "6.20.4",
32-
"@bull-board/ui": "6.20.4",
31+
"@bull-board/api": "6.20.5",
32+
"@bull-board/ui": "6.20.5",
3333
"ejs": "^3.1.10"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)