Skip to content

Commit 4202ebf

Browse files
committed
Release 6.11.0
1 parent 0331d38 commit 4202ebf

File tree

13 files changed

+68
-56
lines changed

13 files changed

+68
-56
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v6.11.0](https://github.com/felixmosh/bull-board/compare/v6.10.1...v6.11.0)
8+
9+
- Other/resizable left panel [`#972`](https://github.com/felixmosh/bull-board/pull/972)
10+
- Addition of Turkish Language [`#970`](https://github.com/felixmosh/bull-board/pull/970)
11+
- feat(ui): Add Japanese language [`#969`](https://github.com/felixmosh/bull-board/pull/969)
12+
- chore(deps): bump brace-expansion [`#967`](https://github.com/felixmosh/bull-board/pull/967)
13+
- chore(deps): bump the npm_and_yarn group across 2 directories with 1 update [`#966`](https://github.com/felixmosh/bull-board/pull/966)
14+
- bump lock [`7573df1`](https://github.com/felixmosh/bull-board/commit/7573df1541120fd25e3525df5b005ba69b9f9197)
15+
- fix: use types from source [`0331d38`](https://github.com/felixmosh/bull-board/commit/0331d38bd2d78a68dab4fe0bce35aa94eb048b38)
16+
717
#### [v6.10.1](https://github.com/felixmosh/bull-board/compare/v6.10.0...v6.10.1)
818

19+
> 10 June 2025
20+
921
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates [`#961`](https://github.com/felixmosh/bull-board/pull/961)
1022
- fix(nestjs): remove @bull-board/express as peer dependency [`#963`](https://github.com/felixmosh/bull-board/pull/963)
1123
- update lock [`13fff8a`](https://github.com/felixmosh/bull-board/commit/13fff8aff6b75c175efa34dd462cbc3b7b156d13)
1224
- bump yarn [`156e989`](https://github.com/felixmosh/bull-board/commit/156e98922d73e047cac0ea8b1566962bfc6efb1e)
13-
- feat: improve fastifyAdapter types. [`64ae4d1`](https://github.com/felixmosh/bull-board/commit/64ae4d17b5da7878b3851d1f05ebe6330642e4cc)
25+
- Release 6.10.1 [`fada198`](https://github.com/felixmosh/bull-board/commit/fada198c426a93a0cce2f0a92b4afd6a8f88e07a)
1426

1527
#### [v6.10.0](https://github.com/felixmosh/bull-board/compare/v6.9.6...v6.10.0)
1628

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/root",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"private": true,
55
"description": "Bull queue UI for inspecting jobs",
66
"keywords": [

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/api",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "A Dashboard server API built on top of bull or bullmq.",
55
"keywords": [
66
"bull",
@@ -39,7 +39,7 @@
3939
"supertest": "^7.1.1"
4040
},
4141
"peerDependencies": {
42-
"@bull-board/ui": "6.10.1"
42+
"@bull-board/ui": "6.11.0"
4343
},
4444
"publishConfig": {
4545
"access": "public"

packages/elysia/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bull-board/elysia",
33
"type": "commonjs",
4-
"version": "6.10.1",
4+
"version": "6.11.0",
55
"description": "A Elysia server adapter for Bull-Board dashboard.",
66
"keywords": [
77
"bull",
@@ -34,8 +34,8 @@
3434
"clean": "rm -rf dist"
3535
},
3636
"dependencies": {
37-
"@bull-board/api": "6.10.1",
38-
"@bull-board/ui": "6.10.1",
37+
"@bull-board/api": "6.11.0",
38+
"@bull-board/ui": "6.11.0",
3939
"ejs": "^3.1.10",
4040
"mimeV4": "npm:mime@^4.0.7"
4141
},

packages/express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/express",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "A Express.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "6.10.1",
32-
"@bull-board/ui": "6.10.1",
31+
"@bull-board/api": "6.11.0",
32+
"@bull-board/ui": "6.11.0",
3333
"ejs": "^3.1.10",
3434
"express": "^4.21.1 || ^5.0.0"
3535
},

packages/fastify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/fastify",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "A Fastify.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "6.10.1",
32-
"@bull-board/ui": "6.10.1",
31+
"@bull-board/api": "6.11.0",
32+
"@bull-board/ui": "6.11.0",
3333
"@fastify/static": "^8.2.0",
3434
"@fastify/view": "^11.1.0",
3535
"ejs": "^3.1.10"

packages/h3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/h3",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "A H3 server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -29,8 +29,8 @@
2929
"clean": "rm -rf dist"
3030
},
3131
"dependencies": {
32-
"@bull-board/api": "6.10.1",
33-
"@bull-board/ui": "6.10.1",
32+
"@bull-board/api": "6.11.0",
33+
"@bull-board/ui": "6.11.0",
3434
"ejs": "^3.1.10",
3535
"h3": "^1.15.3"
3636
},

packages/hapi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/hapi",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "A Hapi.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -29,8 +29,8 @@
2929
"clean": "rm -rf dist"
3030
},
3131
"dependencies": {
32-
"@bull-board/api": "6.10.1",
33-
"@bull-board/ui": "6.10.1",
32+
"@bull-board/api": "6.11.0",
33+
"@bull-board/ui": "6.11.0",
3434
"@hapi/inert": "^7.1.0",
3535
"@hapi/vision": "^7.0.3",
3636
"ejs": "^3.1.10"

packages/hono/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/hono",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "A Hono server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "6.10.1",
32-
"@bull-board/ui": "6.10.1",
31+
"@bull-board/api": "6.11.0",
32+
"@bull-board/ui": "6.11.0",
3333
"ejs": "^3.1.10"
3434
},
3535
"devDependencies": {

packages/koa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/koa",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "A Koa.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "6.10.1",
32-
"@bull-board/ui": "6.10.1",
31+
"@bull-board/api": "6.11.0",
32+
"@bull-board/ui": "6.11.0",
3333
"@koa/bodyparser": "^5.1.2",
3434
"@ladjs/koa-views": "^9.0.0",
3535
"ejs": "^3.1.10",

0 commit comments

Comments
 (0)