Skip to content

Commit 39aaead

Browse files
committed
Release 6.7.10
1 parent d54bf7d commit 39aaead

File tree

12 files changed

+41
-32
lines changed

12 files changed

+41
-32
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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.7.10](https://github.com/felixmosh/bull-board/compare/v6.7.9...v6.7.10)
8+
9+
- chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates [`#899`](https://github.com/felixmosh/bull-board/pull/899)
10+
- feat: add NestJS Fastify authentication example with basic structure and configurations [`#905`](https://github.com/felixmosh/bull-board/pull/905)
11+
- Now able to interact with specific jobs with id's containing special char's [`#901`](https://github.com/felixmosh/bull-board/pull/901)
12+
713
#### [v6.7.9](https://github.com/felixmosh/bull-board/compare/v6.7.8...v6.7.9)
814

15+
> 21 February 2025
16+
917
- chore(deps): bump the npm_and_yarn group across 2 directories with 1 update [`#897`](https://github.com/felixmosh/bull-board/pull/897)
18+
- Release 6.7.9 [`c42669e`](https://github.com/felixmosh/bull-board/commit/c42669ee9ca65b93e4b21f74d14f512ab655ce5a)
1019
- fix: convert to array before filter [`e7a9deb`](https://github.com/felixmosh/bull-board/commit/e7a9debc404bc6027bbc69bf8906098401d24f7e)
1120
- Update README.md [`8898c3b`](https://github.com/felixmosh/bull-board/commit/8898c3b187bec8f79ed51e84e42cddea615c861d)
1221

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.7.9",
3+
"version": "6.7.10",
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.7.9",
3+
"version": "6.7.10",
44
"description": "A Dashboard server API built on top of bull or bullmq.",
55
"keywords": [
66
"bull",
@@ -39,7 +39,7 @@
3939
"supertest": "^6.3.3"
4040
},
4141
"peerDependencies": {
42-
"@bull-board/ui": "6.7.9"
42+
"@bull-board/ui": "6.7.10"
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.7.9",
4+
"version": "6.7.10",
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.7.9",
38-
"@bull-board/ui": "6.7.9",
37+
"@bull-board/api": "6.7.10",
38+
"@bull-board/ui": "6.7.10",
3939
"ejs": "^3.1.10"
4040
},
4141
"peerDependencies": {

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.7.9",
3+
"version": "6.7.10",
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.7.9",
32-
"@bull-board/ui": "6.7.9",
31+
"@bull-board/api": "6.7.10",
32+
"@bull-board/ui": "6.7.10",
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.7.9",
3+
"version": "6.7.10",
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.7.9",
32-
"@bull-board/ui": "6.7.9",
31+
"@bull-board/api": "6.7.10",
32+
"@bull-board/ui": "6.7.10",
3333
"@fastify/static": "^8.0.1",
3434
"@fastify/view": "^10.0.1",
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.7.9",
3+
"version": "6.7.10",
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.7.9",
33-
"@bull-board/ui": "6.7.9",
32+
"@bull-board/api": "6.7.10",
33+
"@bull-board/ui": "6.7.10",
3434
"ejs": "^3.1.10",
3535
"h3": "^1.10.0"
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.7.9",
3+
"version": "6.7.10",
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.7.9",
33-
"@bull-board/ui": "6.7.9",
32+
"@bull-board/api": "6.7.10",
33+
"@bull-board/ui": "6.7.10",
3434
"@hapi/inert": "^6.0.5",
3535
"@hapi/vision": "^6.1.0",
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.7.9",
3+
"version": "6.7.10",
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.7.9",
32-
"@bull-board/ui": "6.7.9",
31+
"@bull-board/api": "6.7.10",
32+
"@bull-board/ui": "6.7.10",
3333
"ejs": "^3.1.10",
3434
"hono": "^4.6.11"
3535
},

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.7.9",
3+
"version": "6.7.10",
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.7.9",
32-
"@bull-board/ui": "6.7.9",
31+
"@bull-board/api": "6.7.10",
32+
"@bull-board/ui": "6.7.10",
3333
"@koa/bodyparser": "^5.1.1",
3434
"@ladjs/koa-views": "^9.0.0",
3535
"ejs": "^3.1.10",

0 commit comments

Comments
 (0)