File tree Expand file tree Collapse file tree 12 files changed +42
-32
lines changed Expand file tree Collapse file tree 12 files changed +42
-32
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,19 @@ 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.9.3] ( https://github.com/felixmosh/bull-board/compare/v6.9.2...v6.9.3 )
8+
9+ - feat: Add job URL template [ ` #948 ` ] ( https://github.com/felixmosh/bull-board/pull/948 )
10+ - chore(deps): bump the npm_and_yarn group across 4 directories with 1 update [ ` #944 ` ] ( https://github.com/felixmosh/bull-board/pull/944 )
11+ - chore(deps): bump the npm_and_yarn group across 4 directories with 1 update [ ` #943 ` ] ( https://github.com/felixmosh/bull-board/pull/943 )
12+ - refactor: make externalJobUrl to be a function that returns an ExternalJobURL type [ ` 9eea6df ` ] ( https://github.com/felixmosh/bull-board/commit/9eea6df3bd9fee8c6c20f72ac1aa823b244ffcde )
13+
714#### [ v6.9.2] ( https://github.com/felixmosh/bull-board/compare/v6.9.1...v6.9.2 )
815
16+ > 17 April 2025
17+
918- chore(deps): bump the npm_and_yarn group across 4 directories with 1 update [ ` #939 ` ] ( https://github.com/felixmosh/bull-board/pull/939 )
19+ - Release 6.9.2 [ ` 753d6d1 ` ] ( https://github.com/felixmosh/bull-board/commit/753d6d13001c85d55a82650a27f897ca7836d852 )
1020- fix: Hide pause all button if all queues are in readOnlyMode [ ` 86ff34c ` ] ( https://github.com/felixmosh/bull-board/commit/86ff34cd41e2d9a925a8af74d4a5e0e0e28f84a2 )
1121
1222#### [ v6.9.1] ( https://github.com/felixmosh/bull-board/compare/v6.9.0...v6.9.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.9.2 " ,
3+ "version" : " 6.9.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.9.2 " ,
3+ "version" : " 6.9.3 " ,
44 "description" : " A Dashboard server API built on top of bull or bullmq." ,
55 "keywords" : [
66 " bull" ,
3939 "supertest" : " ^7.1.0"
4040 },
4141 "peerDependencies" : {
42- "@bull-board/ui" : " 6.9.2 "
42+ "@bull-board/ui" : " 6.9.3 "
4343 },
4444 "publishConfig" : {
4545 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/elysia" ,
33 "type" : " commonjs" ,
4- "version" : " 6.9.2 " ,
4+ "version" : " 6.9.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.9.2 " ,
38- "@bull-board/ui" : " 6.9.2 " ,
37+ "@bull-board/api" : " 6.9.3 " ,
38+ "@bull-board/ui" : " 6.9.3 " ,
3939 "ejs" : " ^3.1.10"
4040 },
4141 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/express" ,
3- "version" : " 6.9.2 " ,
3+ "version" : " 6.9.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.9.2 " ,
32- "@bull-board/ui" : " 6.9.2 " ,
31+ "@bull-board/api" : " 6.9.3 " ,
32+ "@bull-board/ui" : " 6.9.3 " ,
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.9.2 " ,
3+ "version" : " 6.9.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.9.2 " ,
32- "@bull-board/ui" : " 6.9.2 " ,
31+ "@bull-board/api" : " 6.9.3 " ,
32+ "@bull-board/ui" : " 6.9.3 " ,
3333 "@fastify/static" : " ^8.0.1" ,
3434 "@fastify/view" : " ^10.0.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.9.2 " ,
3+ "version" : " 6.9.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.9.2 " ,
33- "@bull-board/ui" : " 6.9.2 " ,
32+ "@bull-board/api" : " 6.9.3 " ,
33+ "@bull-board/ui" : " 6.9.3 " ,
3434 "ejs" : " ^3.1.10" ,
3535 "h3" : " ^1.10.0"
3636 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/hapi" ,
3- "version" : " 6.9.2 " ,
3+ "version" : " 6.9.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.9.2 " ,
33- "@bull-board/ui" : " 6.9.2 " ,
32+ "@bull-board/api" : " 6.9.3 " ,
33+ "@bull-board/ui" : " 6.9.3 " ,
3434 "@hapi/inert" : " ^6.0.5" ,
3535 "@hapi/vision" : " ^6.1.0" ,
3636 "ejs" : " ^3.1.10"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/hono" ,
3- "version" : " 6.9.2 " ,
3+ "version" : " 6.9.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.9.2 " ,
32- "@bull-board/ui" : " 6.9.2 " ,
31+ "@bull-board/api" : " 6.9.3 " ,
32+ "@bull-board/ui" : " 6.9.3 " ,
3333 "ejs" : " ^3.1.10" ,
3434 "hono" : " ^4.6.11"
3535 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/koa" ,
3- "version" : " 6.9.2 " ,
3+ "version" : " 6.9.3 " ,
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.9.2 " ,
32- "@bull-board/ui" : " 6.9.2 " ,
31+ "@bull-board/api" : " 6.9.3 " ,
32+ "@bull-board/ui" : " 6.9.3 " ,
3333 "@koa/bodyparser" : " ^5.1.1" ,
3434 "@ladjs/koa-views" : " ^9.0.0" ,
3535 "ejs" : " ^3.1.10" ,
You can’t perform that action at this time.
0 commit comments