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,12 +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.5.2] ( https://github.com/felixmosh/bull-board/compare/v6.5.1...v6.5.2 )
8+
9+ - fix: support for older BullMQ versions, round 2 [ ` 1634438 ` ] ( https://github.com/felixmosh/bull-board/commit/1634438317f1cc7c429e41540e8c7e3587df2fb2 )
10+
711#### [ v6.5.1] ( https://github.com/felixmosh/bull-board/compare/v6.5.0...v6.5.1 )
812
13+ > 16 November 2024
14+
915- Fix h3 adapter route param decode [ ` #852 ` ] ( https://github.com/felixmosh/bull-board/pull/852 )
16+ - Release 6.5.1 [ ` c72b28c ` ] ( https://github.com/felixmosh/bull-board/commit/c72b28cd283197e827fc3e322c8d7550db02c3c9 )
1017- fix: elysia readme [ ` 3f92a7e ` ] ( https://github.com/felixmosh/bull-board/commit/3f92a7e092ada9b01ec4b3076dc641291a44ee2a )
1118- fix: add Elysia to main readme [ ` 5cb902a ` ] ( https://github.com/felixmosh/bull-board/commit/5cb902a5a9825a94fae4f7933aceddc10daf2a1b )
12- - fix: revert support for older BullMQ versions [ ` 00fd989 ` ] ( https://github.com/felixmosh/bull-board/commit/00fd989dc9bbcc4e163bbf49354d66811a06b5a8 )
1319
1420#### [ v6.5.0] ( https://github.com/felixmosh/bull-board/compare/v6.4.1...v6.5.0 )
1521
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.5.1 " ,
3+ "version" : " 6.5.2 " ,
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.5.1 " ,
3+ "version" : " 6.5.2 " ,
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.5.1 "
42+ "@bull-board/ui" : " 6.5.2 "
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.5.1 " ,
4+ "version" : " 6.5.2 " ,
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.5.1 " ,
38- "@bull-board/ui" : " 6.5.1 " ,
37+ "@bull-board/api" : " 6.5.2 " ,
38+ "@bull-board/ui" : " 6.5.2 " ,
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.5.1 " ,
3+ "version" : " 6.5.2 " ,
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.5.1 " ,
32- "@bull-board/ui" : " 6.5.1 " ,
31+ "@bull-board/api" : " 6.5.2 " ,
32+ "@bull-board/ui" : " 6.5.2 " ,
3333 "ejs" : " ^3.1.10" ,
3434 "express" : " ^4.21.1"
3535 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/fastify" ,
3- "version" : " 6.5.1 " ,
3+ "version" : " 6.5.2 " ,
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.5.1 " ,
32- "@bull-board/ui" : " 6.5.1 " ,
31+ "@bull-board/api" : " 6.5.2 " ,
32+ "@bull-board/ui" : " 6.5.2 " ,
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.5.1 " ,
3+ "version" : " 6.5.2 " ,
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.5.1 " ,
33- "@bull-board/ui" : " 6.5.1 " ,
32+ "@bull-board/api" : " 6.5.2 " ,
33+ "@bull-board/ui" : " 6.5.2 " ,
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.5.1 " ,
3+ "version" : " 6.5.2 " ,
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.5.1 " ,
33- "@bull-board/ui" : " 6.5.1 " ,
32+ "@bull-board/api" : " 6.5.2 " ,
33+ "@bull-board/ui" : " 6.5.2 " ,
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.5.1 " ,
3+ "version" : " 6.5.2 " ,
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.5.1 " ,
32- "@bull-board/ui" : " 6.5.1 " ,
31+ "@bull-board/api" : " 6.5.2 " ,
32+ "@bull-board/ui" : " 6.5.2 " ,
3333 "ejs" : " ^3.1.10" ,
3434 "hono" : " ^4.4.7"
3535 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/koa" ,
3- "version" : " 6.5.1 " ,
3+ "version" : " 6.5.2 " ,
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.5.1 " ,
32- "@bull-board/ui" : " 6.5.1 " ,
31+ "@bull-board/api" : " 6.5.2 " ,
32+ "@bull-board/ui" : " 6.5.2 " ,
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