File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,17 @@ 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.3] ( https://github.com/felixmosh/bull-board/compare/v6.20.2...v6.20.3 )
8+
9+ - chore(deps): bump the npm_and_yarn group across 3 directories with 1 update [ ` #1087 ` ] ( https://github.com/felixmosh/bull-board/pull/1087 )
10+ - chore(deps): bump bn.js [ ` #1082 ` ] ( https://github.com/felixmosh/bull-board/pull/1082 )
11+ - fix: remove hard dependency on bullmq, closes #1088 [ ` #1088 ` ] ( https://github.com/felixmosh/bull-board/issues/1088 )
12+
713#### [ v6.20.2] ( https://github.com/felixmosh/bull-board/compare/v6.20.1...v6.20.2 )
814
15+ > 24 February 2026
16+
17+ - Release 6.20.2 [ ` 8c8dcff ` ] ( https://github.com/felixmosh/bull-board/commit/8c8dcff30adcb5c983c3cdde5e9bf3359d9c46b5 )
918- bump lock [ ` 4e2fe52 ` ] ( https://github.com/felixmosh/bull-board/commit/4e2fe525b3e0b8796961b2cc1773ee0f95fc593f )
1019- fix: node can be undefined, simplifyNode crushes on that. [ ` 84ea155 ` ] ( https://github.com/felixmosh/bull-board/commit/84ea155db2edf289b55c891f8127317b14f6ecd7 )
1120
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.20.2 " ,
3+ "version" : " 6.20.3 " ,
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.20.2 " ,
3+ "version" : " 6.20.3 " ,
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.20.2 "
53+ "@bull-board/ui" : " 6.20.3 "
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.20.2 " ,
3+ "version" : " 6.20.3 " ,
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.20.2 " ,
32- "@bull-board/ui" : " 6.20.2 " ,
31+ "@bull-board/api" : " 6.20.3 " ,
32+ "@bull-board/ui" : " 6.20.3 " ,
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.20.2 " ,
4+ "version" : " 6.20.3 " ,
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.20.2 " ,
38- "@bull-board/ui" : " 6.20.2 " ,
37+ "@bull-board/api" : " 6.20.3 " ,
38+ "@bull-board/ui" : " 6.20.3 " ,
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.20.2 " ,
3+ "version" : " 6.20.3 " ,
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.20.2 " ,
32- "@bull-board/ui" : " 6.20.2 " ,
31+ "@bull-board/api" : " 6.20.3 " ,
32+ "@bull-board/ui" : " 6.20.3 " ,
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.20.2 " ,
3+ "version" : " 6.20.3 " ,
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.20.2 " ,
32- "@bull-board/ui" : " 6.20.2 " ,
31+ "@bull-board/api" : " 6.20.3 " ,
32+ "@bull-board/ui" : " 6.20.3 " ,
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.20.2 " ,
3+ "version" : " 6.20.3 " ,
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.20.2 " ,
33- "@bull-board/ui" : " 6.20.2 " ,
32+ "@bull-board/api" : " 6.20.3 " ,
33+ "@bull-board/ui" : " 6.20.3 " ,
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.20.2 " ,
3+ "version" : " 6.20.3 " ,
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.20.2 " ,
33- "@bull-board/ui" : " 6.20.2 " ,
32+ "@bull-board/api" : " 6.20.3 " ,
33+ "@bull-board/ui" : " 6.20.3 " ,
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.20.2 " ,
3+ "version" : " 6.20.3 " ,
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.20.2 " ,
32- "@bull-board/ui" : " 6.20.2 " ,
31+ "@bull-board/api" : " 6.20.3 " ,
32+ "@bull-board/ui" : " 6.20.3 " ,
3333 "ejs" : " ^3.1.10"
3434 },
3535 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments