File tree Expand file tree Collapse file tree 13 files changed +67
-56
lines changed Expand file tree Collapse file tree 13 files changed +67
-56
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,24 @@ 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.13.1] ( https://github.com/felixmosh/bull-board/compare/v6.13.0...v6.13.1 )
8+
9+ - feat(i18n): add Korean language support and update language configurations [ ` #1014 ` ] ( https://github.com/felixmosh/bull-board/pull/1014 )
10+ - Feature: Sails.js Example [ ` #1011 ` ] ( https://github.com/felixmosh/bull-board/pull/1011 )
11+ - chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates [ ` #1009 ` ] ( https://github.com/felixmosh/bull-board/pull/1009 )
12+ - chore(deps): bump hono [ ` #1006 ` ] ( https://github.com/felixmosh/bull-board/pull/1006 )
13+ - fix: replace release-it-yarn-workspaces with @release-it-plugins/workspaces [ ` acb2ab7 ` ] ( https://github.com/felixmosh/bull-board/commit/acb2ab740707b5a4c870bb426b70138d8729e287 )
14+ - Update README.md [ ` 6f9c204 ` ] ( https://github.com/felixmosh/bull-board/commit/6f9c2045afb0d25fbc6dd3bdae160c8278728572 )
15+
716#### [ v6.13.0] ( https://github.com/felixmosh/bull-board/compare/v6.12.7...v6.13.0 )
817
18+ > 20 September 2025
19+
920- feat(ui): add collapsible menu state with persistence feature [ ` #1008 ` ] ( https://github.com/felixmosh/bull-board/pull/1008 )
1021- support clean each jobScheduler job [ ` #1003 ` ] ( https://github.com/felixmosh/bull-board/pull/1003 )
1122- chore: update dependencies across packages [ ` b7ee4d7 ` ] ( https://github.com/felixmosh/bull-board/commit/b7ee4d7a170fa43bcd94d0fb2c7fcfc9bcc1b397 )
23+ - Release 6.13.0 [ ` 7ca559a ` ] ( https://github.com/felixmosh/bull-board/commit/7ca559a497ddece8ff46c50771401f5e8ead715d )
1224- refactor: use zustand to persist menu state to localStorage [ ` 8f8ee7f ` ] ( https://github.com/felixmosh/bull-board/commit/8f8ee7f7a8817d0db90d809aa182ff4c4a802657 )
13- - fix: disable lazyCompilation on rsbuild config [ ` 5eb113c ` ] ( https://github.com/felixmosh/bull-board/commit/5eb113c59bb8233e131cad1e327af6e54e5bc992 )
1425
1526#### [ v6.12.7] ( https://github.com/felixmosh/bull-board/compare/v6.12.6...v6.12.7 )
1627
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.13.0 " ,
3+ "version" : " 6.13.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.13.0 " ,
3+ "version" : " 6.13.1 " ,
44 "description" : " A Dashboard server API built on top of bull or bullmq." ,
55 "keywords" : [
66 " bull" ,
4848 "supertest" : " ^7.1.4"
4949 },
5050 "peerDependencies" : {
51- "@bull-board/ui" : " 6.13.0 "
51+ "@bull-board/ui" : " 6.13.1 "
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.13.0 " ,
4+ "version" : " 6.13.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.13.0 " ,
38- "@bull-board/ui" : " 6.13.0 " ,
37+ "@bull-board/api" : " 6.13.1 " ,
38+ "@bull-board/ui" : " 6.13.1 " ,
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.13.0 " ,
3+ "version" : " 6.13.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.13.0 " ,
32- "@bull-board/ui" : " 6.13.0 " ,
31+ "@bull-board/api" : " 6.13.1 " ,
32+ "@bull-board/ui" : " 6.13.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.13.0 " ,
3+ "version" : " 6.13.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.13.0 " ,
32- "@bull-board/ui" : " 6.13.0 " ,
31+ "@bull-board/api" : " 6.13.1 " ,
32+ "@bull-board/ui" : " 6.13.1 " ,
3333 "@fastify/static" : " ^8.2.0" ,
3434 "@fastify/view" : " ^11.1.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.13.0 " ,
3+ "version" : " 6.13.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.13.0 " ,
33- "@bull-board/ui" : " 6.13.0 " ,
32+ "@bull-board/api" : " 6.13.1 " ,
33+ "@bull-board/ui" : " 6.13.1 " ,
3434 "ejs" : " ^3.1.10" ,
3535 "h3" : " ^1.15.4"
3636 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/hapi" ,
3- "version" : " 6.13.0 " ,
3+ "version" : " 6.13.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.13.0 " ,
33- "@bull-board/ui" : " 6.13.0 " ,
32+ "@bull-board/api" : " 6.13.1 " ,
33+ "@bull-board/ui" : " 6.13.1 " ,
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.13.0 " ,
3+ "version" : " 6.13.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.13.0 " ,
32- "@bull-board/ui" : " 6.13.0 " ,
31+ "@bull-board/api" : " 6.13.1 " ,
32+ "@bull-board/ui" : " 6.13.1 " ,
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.13.0 " ,
3+ "version" : " 6.13.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.13.0 " ,
32- "@bull-board/ui" : " 6.13.0 " ,
31+ "@bull-board/api" : " 6.13.1 " ,
32+ "@bull-board/ui" : " 6.13.1 " ,
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