Skip to content

Commit 081506d

Browse files
committed
Release 6.9.5
1 parent f535908 commit 081506d

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,10 +4,19 @@ 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.9.5](https://github.com/felixmosh/bull-board/compare/v6.9.4...v6.9.5)
8+
9+
- Bump to Yarn 4 [`fa92ebc`](https://github.com/felixmosh/bull-board/commit/fa92ebc6a1cf52f5e0cb07a90fd37ef4848c56c7)
10+
- Rollback release-it [`bc1b050`](https://github.com/felixmosh/bull-board/commit/bc1b050bd638afc8f5c94dbdc6fe6ba05137552d)
11+
- Rollback eslint [`f535908`](https://github.com/felixmosh/bull-board/commit/f5359088bdb1b06a5b40e0a6e826e57b59fa916f)
12+
713
#### [v6.9.4](https://github.com/felixmosh/bull-board/compare/v6.9.3...v6.9.4)
814

15+
> 3 May 2025
16+
917
- chore(deps): bump formidable [`#946`](https://github.com/felixmosh/bull-board/pull/946)
1018
- fix: use node:fs instead of `Bun.fs` in `ElysiaAdapter` [`#947`](https://github.com/felixmosh/bull-board/pull/947)
19+
- Release 6.9.4 [`c6346f2`](https://github.com/felixmosh/bull-board/commit/c6346f2b6017dea2aba22b8749a783054a6211e4)
1120
- refactor: make use of async&await [`89b981f`](https://github.com/felixmosh/bull-board/commit/89b981f8c33d917f3d5311691eca21dd88158481)
1221
- refactor: change types path [`b3f2c62`](https://github.com/felixmosh/bull-board/commit/b3f2c6283c39468a05fad433beaebf90d8d2473b)
1322

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.9.4",
3+
"version": "6.9.5",
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.9.4",
3+
"version": "6.9.5",
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.0"
4040
},
4141
"peerDependencies": {
42-
"@bull-board/ui": "6.9.4"
42+
"@bull-board/ui": "6.9.5"
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.9.4",
4+
"version": "6.9.5",
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.9.4",
38-
"@bull-board/ui": "6.9.4",
37+
"@bull-board/api": "6.9.5",
38+
"@bull-board/ui": "6.9.5",
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.9.4",
3+
"version": "6.9.5",
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.9.4",
32-
"@bull-board/ui": "6.9.4",
31+
"@bull-board/api": "6.9.5",
32+
"@bull-board/ui": "6.9.5",
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.9.4",
3+
"version": "6.9.5",
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.9.4",
32-
"@bull-board/ui": "6.9.4",
31+
"@bull-board/api": "6.9.5",
32+
"@bull-board/ui": "6.9.5",
3333
"@fastify/static": "^8.1.1",
3434
"@fastify/view": "^10.0.2",
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.9.4",
3+
"version": "6.9.5",
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.9.4",
33-
"@bull-board/ui": "6.9.4",
32+
"@bull-board/api": "6.9.5",
33+
"@bull-board/ui": "6.9.5",
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.9.4",
3+
"version": "6.9.5",
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.9.4",
33-
"@bull-board/ui": "6.9.4",
32+
"@bull-board/api": "6.9.5",
33+
"@bull-board/ui": "6.9.5",
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.9.4",
3+
"version": "6.9.5",
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.9.4",
32-
"@bull-board/ui": "6.9.4",
31+
"@bull-board/api": "6.9.5",
32+
"@bull-board/ui": "6.9.5",
3333
"ejs": "^3.1.10",
3434
"hono": "^4.7.8"
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.9.4",
3+
"version": "6.9.5",
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.9.4",
32-
"@bull-board/ui": "6.9.4",
31+
"@bull-board/api": "6.9.5",
32+
"@bull-board/ui": "6.9.5",
3333
"@koa/bodyparser": "^5.1.1",
3434
"@ladjs/koa-views": "^9.0.0",
3535
"ejs": "^3.1.10",

0 commit comments

Comments
 (0)