Skip to content

Commit 9892a50

Browse files
committed
Release 6.4.1
1 parent 234e85a commit 9892a50

File tree

11 files changed

+41
-29
lines changed

11 files changed

+41
-29
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@ 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.4.1](https://github.com/felixmosh/bull-board/compare/v6.4.0...v6.4.1)
8+
9+
- Add elysia adapter [`#769`](https://github.com/felixmosh/bull-board/pull/769)
10+
- chore(deps): bump webpack in the npm_and_yarn group across 1 directory [`#848`](https://github.com/felixmosh/bull-board/pull/848)
11+
- fix: allow usage of bullmq-pro, closes #849 [`#849`](https://github.com/felixmosh/bull-board/issues/849)
12+
- Deps bump [`b00834d`](https://github.com/felixmosh/bull-board/commit/b00834d453257975b65312101f9b6bbe51155637)
13+
- Revert "Add elysia adapter (#769)" [`4b175fa`](https://github.com/felixmosh/bull-board/commit/4b175fae5ce5ce8485e74cacc88d0428e681b7d0)
14+
- feat: remove babel.config & webpack [`0677784`](https://github.com/felixmosh/bull-board/commit/06777841932d253d3adf8b669be3b4f393f9a1cc)
15+
716
#### [v6.4.0](https://github.com/felixmosh/bull-board/compare/v6.3.3...v6.4.0)
817

18+
> 12 November 2024
19+
920
- feat: paused jobs: support edit/duplicate/clean [`#846`](https://github.com/felixmosh/bull-board/pull/846)
21+
- Release 6.4.0 [`b423427`](https://github.com/felixmosh/bull-board/commit/b423427621590e921bd1dd44452e4f4c0123f968)
1022

1123
#### [v6.3.3](https://github.com/felixmosh/bull-board/compare/v6.3.2...v6.3.3)
1224

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.4.0",
3+
"version": "6.4.1",
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.4.0",
3+
"version": "6.4.1",
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.4.0"
42+
"@bull-board/ui": "6.4.1"
4343
},
4444
"publishConfig": {
4545
"access": "public"

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.4.0",
3+
"version": "6.4.1",
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.4.0",
32-
"@bull-board/ui": "6.4.0",
31+
"@bull-board/api": "6.4.1",
32+
"@bull-board/ui": "6.4.1",
3333
"ejs": "^3.1.10",
3434
"express": "^4.21.1"
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.4.0",
3+
"version": "6.4.1",
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.4.0",
32-
"@bull-board/ui": "6.4.0",
31+
"@bull-board/api": "6.4.1",
32+
"@bull-board/ui": "6.4.1",
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.4.0",
3+
"version": "6.4.1",
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.4.0",
33-
"@bull-board/ui": "6.4.0",
32+
"@bull-board/api": "6.4.1",
33+
"@bull-board/ui": "6.4.1",
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.4.0",
3+
"version": "6.4.1",
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.4.0",
33-
"@bull-board/ui": "6.4.0",
32+
"@bull-board/api": "6.4.1",
33+
"@bull-board/ui": "6.4.1",
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.4.0",
3+
"version": "6.4.1",
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.4.0",
32-
"@bull-board/ui": "6.4.0",
31+
"@bull-board/api": "6.4.1",
32+
"@bull-board/ui": "6.4.1",
3333
"ejs": "^3.1.10",
3434
"hono": "^4.4.7"
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.4.0",
3+
"version": "6.4.1",
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.4.0",
32-
"@bull-board/ui": "6.4.0",
31+
"@bull-board/api": "6.4.1",
32+
"@bull-board/ui": "6.4.1",
3333
"@koa/bodyparser": "^5.1.1",
3434
"ejs": "^3.1.10",
3535
"koa": "^2.15.3",

packages/nestjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/nestjs",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "A NestJS module for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -19,9 +19,9 @@
1919
"clean": "rm -rf dist"
2020
},
2121
"devDependencies": {
22-
"@bull-board/api": "^6.4.0",
23-
"@bull-board/express": "^6.4.0",
24-
"@bull-board/fastify": "^6.4.0",
22+
"@bull-board/api": "^6.4.1",
23+
"@bull-board/express": "^6.4.1",
24+
"@bull-board/fastify": "^6.4.1",
2525
"@nestjs/bullmq": "^10.0.0",
2626
"@nestjs/common": "^10.0.1",
2727
"@nestjs/core": "^10.0.1",
@@ -36,8 +36,8 @@
3636
"@nestjs/bull-shared": "^10.0.0"
3737
},
3838
"peerDependencies": {
39-
"@bull-board/api": "^6.4.0",
40-
"@bull-board/express": "^6.4.0",
39+
"@bull-board/api": "^6.4.1",
40+
"@bull-board/express": "^6.4.1",
4141
"@nestjs/common": "^9.0.0 || ^10.0.0",
4242
"@nestjs/core": "^9.0.0 || ^10.0.0",
4343
"reflect-metadata": "^0.1.13 || ^0.2.0",

0 commit comments

Comments
 (0)