File tree Expand file tree Collapse file tree 13 files changed +64
-55
lines changed Expand file tree Collapse file tree 13 files changed +64
-55
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,18 @@ 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.12.7] ( https://github.com/felixmosh/bull-board/compare/v6.12.6...v6.12.7 )
8+
9+ - Update README.md [ ` #1001 ` ] ( https://github.com/felixmosh/bull-board/issues/1001 )
10+ - fix: example imports [ ` fe66ec6 ` ] ( https://github.com/felixmosh/bull-board/commit/fe66ec67c5bee7ff12f60ac9ceeea8a623f037f5 )
11+ - fix: use node name in Menu to avoid duplicate parts [ ` 32577f5 ` ] ( https://github.com/felixmosh/bull-board/commit/32577f52a21983d7c98d95cdeddc657bb89b936d )
12+
713#### [ v6.12.6] ( https://github.com/felixmosh/bull-board/compare/v6.12.5...v6.12.6 )
814
15+ > 26 August 2025
16+
917- Explicit rootDir tsconfig for hapi [ ` #999 ` ] ( https://github.com/felixmosh/bull-board/pull/999 )
18+ - Release 6.12.6 [ ` f78d6da ` ] ( https://github.com/felixmosh/bull-board/commit/f78d6da69b3a73bae6244e19c0054cc7a7e779f4 )
1019
1120#### [ v6.12.5] ( https://github.com/felixmosh/bull-board/compare/v6.12.4...v6.12.5 )
1221
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.12.6 " ,
3+ "version" : " 6.12.7 " ,
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.12.6 " ,
3+ "version" : " 6.12.7 " ,
44 "description" : " A Dashboard server API built on top of bull or bullmq." ,
55 "keywords" : [
66 " bull" ,
4848 "supertest" : " ^7.1.1"
4949 },
5050 "peerDependencies" : {
51- "@bull-board/ui" : " 6.12.6 "
51+ "@bull-board/ui" : " 6.12.7 "
5252 },
5353 "publishConfig" : {
5454 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/elysia" ,
33 "type" : " commonjs" ,
4- "version" : " 6.12.6 " ,
4+ "version" : " 6.12.7 " ,
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.12.6 " ,
38- "@bull-board/ui" : " 6.12.6 " ,
37+ "@bull-board/api" : " 6.12.7 " ,
38+ "@bull-board/ui" : " 6.12.7 " ,
3939 "ejs" : " ^3.1.10" ,
4040 "mimeV4" : " npm:mime@^4.0.7"
4141 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/express" ,
3- "version" : " 6.12.6 " ,
3+ "version" : " 6.12.7 " ,
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.12.6 " ,
32- "@bull-board/ui" : " 6.12.6 " ,
31+ "@bull-board/api" : " 6.12.7 " ,
32+ "@bull-board/ui" : " 6.12.7 " ,
3333 "ejs" : " ^3.1.10" ,
3434 "express" : " ^4.21.1 || ^5.0.0"
3535 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/fastify" ,
3- "version" : " 6.12.6 " ,
3+ "version" : " 6.12.7 " ,
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.12.6 " ,
32- "@bull-board/ui" : " 6.12.6 " ,
31+ "@bull-board/api" : " 6.12.7 " ,
32+ "@bull-board/ui" : " 6.12.7 " ,
3333 "@fastify/static" : " ^8.2.0" ,
3434 "@fastify/view" : " ^11.1.0" ,
3535 "ejs" : " ^3.1.10"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/h3" ,
3- "version" : " 6.12.6 " ,
3+ "version" : " 6.12.7 " ,
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.12.6 " ,
33- "@bull-board/ui" : " 6.12.6 " ,
32+ "@bull-board/api" : " 6.12.7 " ,
33+ "@bull-board/ui" : " 6.12.7 " ,
3434 "ejs" : " ^3.1.10" ,
3535 "h3" : " ^1.15.3"
3636 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/hapi" ,
3- "version" : " 6.12.6 " ,
3+ "version" : " 6.12.7 " ,
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.12.6 " ,
33- "@bull-board/ui" : " 6.12.6 " ,
32+ "@bull-board/api" : " 6.12.7 " ,
33+ "@bull-board/ui" : " 6.12.7 " ,
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.12.6 " ,
3+ "version" : " 6.12.7 " ,
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.12.6 " ,
32- "@bull-board/ui" : " 6.12.6 " ,
31+ "@bull-board/api" : " 6.12.7 " ,
32+ "@bull-board/ui" : " 6.12.7 " ,
3333 "ejs" : " ^3.1.10"
3434 },
3535 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/koa" ,
3- "version" : " 6.12.6 " ,
3+ "version" : " 6.12.7 " ,
44 "description" : " A Koa.js server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.12.6 " ,
32- "@bull-board/ui" : " 6.12.6 " ,
31+ "@bull-board/api" : " 6.12.7 " ,
32+ "@bull-board/ui" : " 6.12.7 " ,
3333 "@koa/bodyparser" : " ^5.1.2" ,
3434 "@ladjs/koa-views" : " ^9.0.0" ,
3535 "ejs" : " ^3.1.10" ,
You can’t perform that action at this time.
0 commit comments