Skip to content

Commit c3d4210

Browse files
committed
Release 5.13.0
1 parent eedbcc8 commit c3d4210

File tree

11 files changed

+36
-29
lines changed

11 files changed

+36
-29
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ 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+
#### [v5.13.0](https://github.com/felixmosh/bull-board/compare/v5.12.0...v5.13.0)
8+
9+
- Add H3 adapter [`#669`](https://github.com/felixmosh/bull-board/pull/669)
10+
711
#### [v5.12.0](https://github.com/felixmosh/bull-board/compare/v5.11.0...v5.12.0)
812

13+
> 11 January 2024
14+
915
- feat: add copy to clipboard buttons [`#673`](https://github.com/felixmosh/bull-board/pull/673)
1016
- chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 [`#674`](https://github.com/felixmosh/bull-board/pull/674)
17+
- Release 5.12.0 [`7febc56`](https://github.com/felixmosh/bull-board/commit/7febc562832027da070101113e30bfb4d5560ed7)
1118
- fix: copy line in logs not copies [`5ba551c`](https://github.com/felixmosh/bull-board/commit/5ba551c70e23aa6dae57e309410c233c081a49aa)
1219

1320
#### [v5.11.0](https://github.com/felixmosh/bull-board/compare/v5.10.3...v5.11.0)

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": "5.12.0",
3+
"version": "5.13.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": "5.12.0",
3+
"version": "5.13.0",
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": "5.12.0"
42+
"@bull-board/ui": "5.13.0"
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": "5.12.0",
3+
"version": "5.13.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": "5.12.0",
32-
"@bull-board/ui": "5.12.0",
31+
"@bull-board/api": "5.13.0",
32+
"@bull-board/ui": "5.13.0",
3333
"ejs": "^3.1.7",
3434
"express": "^4.17.3"
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": "5.12.0",
3+
"version": "5.13.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": "5.12.0",
32-
"@bull-board/ui": "5.12.0",
31+
"@bull-board/api": "5.13.0",
32+
"@bull-board/ui": "5.13.0",
3333
"@fastify/static": "^6.11.2",
3434
"@fastify/view": "^8.1.0",
3535
"ejs": "^3.1.9"

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": "5.11.0",
3+
"version": "5.13.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": "5.11.0",
33-
"@bull-board/ui": "5.11.0",
32+
"@bull-board/api": "5.13.0",
33+
"@bull-board/ui": "5.13.0",
3434
"ejs": "^3.1.9",
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": "5.12.0",
3+
"version": "5.13.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": "5.12.0",
33-
"@bull-board/ui": "5.12.0",
32+
"@bull-board/api": "5.13.0",
33+
"@bull-board/ui": "5.13.0",
3434
"@hapi/inert": "^6.0.5",
3535
"@hapi/vision": "^6.1.0",
3636
"ejs": "^3.1.7"

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": "5.12.0",
3+
"version": "5.13.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": "5.12.0",
32-
"@bull-board/ui": "5.12.0",
31+
"@bull-board/api": "5.13.0",
32+
"@bull-board/ui": "5.13.0",
3333
"ejs": "^3.1.7",
3434
"hono": "^3.12.0"
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": "5.12.0",
3+
"version": "5.13.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": "5.12.0",
32-
"@bull-board/ui": "5.12.0",
31+
"@bull-board/api": "5.13.0",
32+
"@bull-board/ui": "5.13.0",
3333
"ejs": "^3.1.7",
3434
"koa": "^2.13.1",
3535
"koa-mount": "^4.0.0",

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": "5.12.0",
3+
"version": "5.13.0",
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": "^5.12.0",
23-
"@bull-board/express": "^5.12.0",
24-
"@bull-board/fastify": "^5.12.0",
22+
"@bull-board/api": "^5.13.0",
23+
"@bull-board/express": "^5.13.0",
24+
"@bull-board/fastify": "^5.13.0",
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": "^5.12.0",
40-
"@bull-board/express": "^5.12.0",
39+
"@bull-board/api": "^5.13.0",
40+
"@bull-board/express": "^5.13.0",
4141
"@nestjs/common": "^9.0.0 || ^10.0.0",
4242
"@nestjs/core": "^9.0.0 || ^10.0.0",
4343
"reflect-metadata": "^0.1.13",

packages/ui/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/ui",
3-
"version": "5.12.0",
3+
"version": "5.13.0",
44
"description": "A Dashboard UI built on top of bull or bullmq.",
55
"keywords": [
66
"bull",
@@ -28,7 +28,7 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "5.12.0"
31+
"@bull-board/api": "5.13.0"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.17.9",

0 commit comments

Comments
 (0)