File tree Expand file tree Collapse file tree 12 files changed +40
-32
lines changed Expand file tree Collapse file tree 12 files changed +40
-32
lines changed Original file line number Diff line number Diff line change @@ -4,9 +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.8.3] ( https://github.com/felixmosh/bull-board/compare/v6.8.2...v6.8.3 )
8+
9+ - Add job action buttons to "prioritized" status [ ` #931 ` ] ( https://github.com/felixmosh/bull-board/pull/931 )
10+ - chore(deps): bump the npm_and_yarn group across 3 directories with 6 updates [ ` #927 ` ] ( https://github.com/felixmosh/bull-board/pull/927 )
11+
712#### [ v6.8.2] ( https://github.com/felixmosh/bull-board/compare/v6.8.1...v6.8.2 )
813
14+ > 6 April 2025
15+
916- bump bullmq dep to latest & fix types, closes #920 [ ` #920 ` ] ( https://github.com/felixmosh/bull-board/issues/920 )
17+ - Release 6.8.2 [ ` bcb796c ` ] ( https://github.com/felixmosh/bull-board/commit/bcb796cc520bd0a8a5c7a183d737c5365a7c9750 )
1018
1119#### [ v6.8.1] ( https://github.com/felixmosh/bull-board/compare/v6.8.0...v6.8.1 )
1220
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.8.2 " ,
3+ "version" : " 6.8.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.8.2 " ,
3+ "version" : " 6.8.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.8.2 "
42+ "@bull-board/ui" : " 6.8.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.8.2 " ,
4+ "version" : " 6.8.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.8.2 " ,
38- "@bull-board/ui" : " 6.8.2 " ,
37+ "@bull-board/api" : " 6.8.3 " ,
38+ "@bull-board/ui" : " 6.8.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.8.2 " ,
3+ "version" : " 6.8.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.8.2 " ,
32- "@bull-board/ui" : " 6.8.2 " ,
31+ "@bull-board/api" : " 6.8.3 " ,
32+ "@bull-board/ui" : " 6.8.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.8.2 " ,
3+ "version" : " 6.8.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.8.2 " ,
32- "@bull-board/ui" : " 6.8.2 " ,
31+ "@bull-board/api" : " 6.8.3 " ,
32+ "@bull-board/ui" : " 6.8.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.8.2 " ,
3+ "version" : " 6.8.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.8.2 " ,
33- "@bull-board/ui" : " 6.8.2 " ,
32+ "@bull-board/api" : " 6.8.3 " ,
33+ "@bull-board/ui" : " 6.8.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.8.2 " ,
3+ "version" : " 6.8.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.8.2 " ,
33- "@bull-board/ui" : " 6.8.2 " ,
32+ "@bull-board/api" : " 6.8.3 " ,
33+ "@bull-board/ui" : " 6.8.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.8.2 " ,
3+ "version" : " 6.8.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.8.2 " ,
32- "@bull-board/ui" : " 6.8.2 " ,
31+ "@bull-board/api" : " 6.8.3 " ,
32+ "@bull-board/ui" : " 6.8.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.8.2 " ,
3+ "version" : " 6.8.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.8.2 " ,
32- "@bull-board/ui" : " 6.8.2 " ,
31+ "@bull-board/api" : " 6.8.3 " ,
32+ "@bull-board/ui" : " 6.8.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