File tree Expand file tree Collapse file tree 13 files changed +46
-34
lines changed
Expand file tree Collapse file tree 13 files changed +46
-34
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ v6.20.0] ( https://github.com/felixmosh/bull-board/compare/v6.19.0...v6.20.0 )
8+
9+ - feat: implement job flow tree visualization [ ` #1065 ` ] ( https://github.com/felixmosh/bull-board/pull/1065 )
10+ - chore(deps): bump bn.js [ ` #1079 ` ] ( https://github.com/felixmosh/bull-board/pull/1079 )
11+ - chore(deps): bump ajv [ ` #1078 ` ] ( https://github.com/felixmosh/bull-board/pull/1078 )
12+ - chore(deps): bump the npm_and_yarn group across 2 directories with 1 update [ ` #1077 ` ] ( https://github.com/felixmosh/bull-board/pull/1077 )
13+ - update flow queue [ ` 4d26e34 ` ] ( https://github.com/felixmosh/bull-board/commit/4d26e3451baa11a239568082ebfb3bc0888427cc )
14+ - fix: remove i18next console output [ ` c3e9305 ` ] ( https://github.com/felixmosh/bull-board/commit/c3e9305d6aea65d9bf87346393991593768912d5 )
15+
716#### [ v6.19.0] ( https://github.com/felixmosh/bull-board/compare/v6.18.3...v6.19.0 )
817
18+ > 19 February 2026
19+
920- feat(ui): add Progress tab to job details [ ` #1072 ` ] ( https://github.com/felixmosh/bull-board/pull/1072 )
1021- chore(deps): bump the npm_and_yarn group across 11 directories with 8 updates [ ` #1076 ` ] ( https://github.com/felixmosh/bull-board/pull/1076 )
22+ - Release 6.19.0 [ ` 6d6e63f ` ] ( https://github.com/felixmosh/bull-board/commit/6d6e63f14373f880fccde99fb00a0abce0dbe0a1 )
1123
1224#### [ v6.18.3] ( https://github.com/felixmosh/bull-board/compare/v6.18.2...v6.18.3 )
1325
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "private" : true ,
55 "description" : " Bull queue UI for inspecting jobs" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/api" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "description" : " A Dashboard server API built on top of bull or bullmq." ,
55 "keywords" : [
66 " bull" ,
5050 "supertest" : " ^7.2.2"
5151 },
5252 "peerDependencies" : {
53- "@bull-board/ui" : " 6.19 .0"
53+ "@bull-board/ui" : " 6.20 .0"
5454 },
5555 "publishConfig" : {
5656 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/bun" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "description" : " A Bun server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.19 .0" ,
32- "@bull-board/ui" : " 6.19 .0" ,
31+ "@bull-board/api" : " 6.20 .0" ,
32+ "@bull-board/ui" : " 6.20 .0" ,
3333 "ejs" : " ^3.1.10"
3434 },
3535 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/elysia" ,
33 "type" : " commonjs" ,
4- "version" : " 6.19 .0" ,
4+ "version" : " 6.20 .0" ,
55 "description" : " A Elysia server adapter for Bull-Board dashboard." ,
66 "keywords" : [
77 " bull" ,
3434 "clean" : " rm -rf dist"
3535 },
3636 "dependencies" : {
37- "@bull-board/api" : " 6.19 .0" ,
38- "@bull-board/ui" : " 6.19 .0" ,
37+ "@bull-board/api" : " 6.20 .0" ,
38+ "@bull-board/ui" : " 6.20 .0" ,
3939 "ejs" : " ^3.1.10" ,
4040 "mime" : " ^4.1.0"
4141 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/express" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "description" : " A Express.js server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.19 .0" ,
32- "@bull-board/ui" : " 6.19 .0" ,
31+ "@bull-board/api" : " 6.20 .0" ,
32+ "@bull-board/ui" : " 6.20 .0" ,
3333 "ejs" : " ^3.1.10" ,
3434 "express" : " ^5.2.1"
3535 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/fastify" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "description" : " A Fastify.js server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.19 .0" ,
32- "@bull-board/ui" : " 6.19 .0" ,
31+ "@bull-board/api" : " 6.20 .0" ,
32+ "@bull-board/ui" : " 6.20 .0" ,
3333 "@fastify/static" : " ^9.0.0" ,
3434 "@fastify/view" : " ^11.1.1" ,
3535 "ejs" : " ^3.1.10"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/h3" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "description" : " A H3 server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2929 "clean" : " rm -rf dist"
3030 },
3131 "dependencies" : {
32- "@bull-board/api" : " 6.19 .0" ,
33- "@bull-board/ui" : " 6.19 .0" ,
32+ "@bull-board/api" : " 6.20 .0" ,
33+ "@bull-board/ui" : " 6.20 .0" ,
3434 "ejs" : " ^3.1.10" ,
3535 "h3" : " ^1.15.5"
3636 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/hapi" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "description" : " A Hapi.js server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2929 "clean" : " rm -rf dist"
3030 },
3131 "dependencies" : {
32- "@bull-board/api" : " 6.19 .0" ,
33- "@bull-board/ui" : " 6.19 .0" ,
32+ "@bull-board/api" : " 6.20 .0" ,
33+ "@bull-board/ui" : " 6.20 .0" ,
3434 "@hapi/inert" : " ^7.1.0" ,
3535 "@hapi/vision" : " ^7.0.3" ,
3636 "ejs" : " ^3.1.10"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/hono" ,
3- "version" : " 6.19 .0" ,
3+ "version" : " 6.20 .0" ,
44 "description" : " A Hono server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.19 .0" ,
32- "@bull-board/ui" : " 6.19 .0" ,
31+ "@bull-board/api" : " 6.20 .0" ,
32+ "@bull-board/ui" : " 6.20 .0" ,
3333 "ejs" : " ^3.1.10"
3434 },
3535 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments