File tree Expand file tree Collapse file tree 12 files changed +39
-33
lines changed Expand file tree Collapse file tree 12 files changed +39
-33
lines changed Original file line number Diff line number Diff line change @@ -4,13 +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.6.1] ( https://github.com/felixmosh/bull-board/compare/v6.6.0...v6.6.1 )
8+
9+ - fix: show search only when there are more than 5 queues [ ` 85cabcb ` ] ( https://github.com/felixmosh/bull-board/commit/85cabcb5d7728352c17a4380add2e0800b431519 )
10+
711#### [ v6.6.0] ( https://github.com/felixmosh/bull-board/compare/v6.5.4...v6.6.0 )
812
13+ > 5 January 2025
14+
915- Feature: Group queues in Menu [ ` #867 ` ] ( https://github.com/felixmosh/bull-board/pull/867 )
1016- chore(deps): bump the npm_and_yarn group across 1 directory with 7 updates [ ` #864 ` ] ( https://github.com/felixmosh/bull-board/pull/864 )
1117- refactor: improve style [ ` 0a1004a ` ] ( https://github.com/felixmosh/bull-board/commit/0a1004ac36a6d4eed0f769496e0aa5f572b36a30 )
1218- refactor: extract QueueTree to separate component [ ` c33a352 ` ] ( https://github.com/felixmosh/bull-board/commit/c33a352f6098cc44c4b68c97dac5df2e44c369f7 )
13- - Extract repo link to env [ ` 2bdb7af ` ] ( https://github.com/felixmosh/bull-board/commit/2bdb7af216c46603e6b844ecb12af3bdf2564266 )
19+ - Release 6.6.0 [ ` 404e4ea ` ] ( https://github.com/felixmosh/bull-board/commit/404e4eaa7b167f047c6de45c887a818b9b6cc247 )
1420
1521#### [ v6.5.4] ( https://github.com/felixmosh/bull-board/compare/v6.5.3...v6.5.4 )
1622
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.6.0 " ,
3+ "version" : " 6.6.1 " ,
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.6.0 " ,
3+ "version" : " 6.6.1 " ,
44 "description" : " A Dashboard server API built on top of bull or bullmq." ,
55 "keywords" : [
66 " bull" ,
3939 "supertest" : " ^6.3.3"
4040 },
4141 "peerDependencies" : {
42- "@bull-board/ui" : " 6.6.0 "
42+ "@bull-board/ui" : " 6.6.1 "
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.6.0 " ,
4+ "version" : " 6.6.1 " ,
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.6.0 " ,
38- "@bull-board/ui" : " 6.6.0 " ,
37+ "@bull-board/api" : " 6.6.1 " ,
38+ "@bull-board/ui" : " 6.6.1 " ,
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.6.0 " ,
3+ "version" : " 6.6.1 " ,
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.6.0 " ,
32- "@bull-board/ui" : " 6.6.0 " ,
31+ "@bull-board/api" : " 6.6.1 " ,
32+ "@bull-board/ui" : " 6.6.1 " ,
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.6.0 " ,
3+ "version" : " 6.6.1 " ,
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.6.0 " ,
32- "@bull-board/ui" : " 6.6.0 " ,
31+ "@bull-board/api" : " 6.6.1 " ,
32+ "@bull-board/ui" : " 6.6.1 " ,
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.6.0 " ,
3+ "version" : " 6.6.1 " ,
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.6.0 " ,
33- "@bull-board/ui" : " 6.6.0 " ,
32+ "@bull-board/api" : " 6.6.1 " ,
33+ "@bull-board/ui" : " 6.6.1 " ,
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.6.0 " ,
3+ "version" : " 6.6.1 " ,
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.6.0 " ,
33- "@bull-board/ui" : " 6.6.0 " ,
32+ "@bull-board/api" : " 6.6.1 " ,
33+ "@bull-board/ui" : " 6.6.1 " ,
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.6.0 " ,
3+ "version" : " 6.6.1 " ,
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.6.0 " ,
32- "@bull-board/ui" : " 6.6.0 " ,
31+ "@bull-board/api" : " 6.6.1 " ,
32+ "@bull-board/ui" : " 6.6.1 " ,
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.6.0 " ,
3+ "version" : " 6.6.1 " ,
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.6.0 " ,
32- "@bull-board/ui" : " 6.6.0 " ,
31+ "@bull-board/api" : " 6.6.1 " ,
32+ "@bull-board/ui" : " 6.6.1 " ,
3333 "@koa/bodyparser" : " ^5.1.1" ,
3434 "ejs" : " ^3.1.10" ,
3535 "koa" : " ^2.15.3" ,
You can’t perform that action at this time.
0 commit comments