From fd7ddf6dcd06ab9cb78624c0a9425e04facb139d Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:27:26 +0300 Subject: [PATCH] Release 5.20.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/api/package.json | 4 ++-- packages/express/package.json | 6 +++--- packages/fastify/package.json | 6 +++--- packages/h3/package.json | 6 +++--- packages/hapi/package.json | 6 +++--- packages/hono/package.json | 6 +++--- packages/koa/package.json | 6 +++--- packages/nestjs/package.json | 12 ++++++------ packages/ui/package.json | 4 ++-- 11 files changed, 36 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aac6e7c..83bfcafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v5.20.4](https://github.com/felixmosh/bull-board/compare/v5.20.3...v5.20.4) + +- fix: use staticRoute instead of staticPath 😅 [`75b7b6b`](https://github.com/felixmosh/bull-board/commit/75b7b6b30f3a4eb0c4be00a829e0b144e7d58ee9) + #### [v5.20.3](https://github.com/felixmosh/bull-board/compare/v5.20.2...v5.20.3) +> 24 June 2024 + - feat(adapters): support hono v4 [`#778`](https://github.com/felixmosh/bull-board/pull/778) - chore(deps): bump ws in /examples/with-nestjs-module [`#777`](https://github.com/felixmosh/bull-board/pull/777) - chore(deps): bump braces in /examples/with-nestjs-module [`#776`](https://github.com/felixmosh/bull-board/pull/776) - chore(deps): bump ws from 7.5.9 to 7.5.10 [`#774`](https://github.com/felixmosh/bull-board/pull/774) - chore(deps-dev): bump braces in /examples/with-nestjs [`#773`](https://github.com/felixmosh/bull-board/pull/773) - fix: handle url paths without path.join since it uses OS path separator, closes #775 [`#775`](https://github.com/felixmosh/bull-board/issues/775) +- Release 5.20.3 [`4f308ce`](https://github.com/felixmosh/bull-board/commit/4f308ce3b7748b636153a78ac8224b3c6d714c97) #### [v5.20.2](https://github.com/felixmosh/bull-board/compare/v5.20.1...v5.20.2) diff --git a/package.json b/package.json index 6387c1c8..b8b1753a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "5.20.3", + "version": "5.20.4", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index 94f8a1f2..2b9ced80 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "5.20.3", + "version": "5.20.4", "description": "A Dashboard server API built on top of bull or bullmq.", "keywords": [ "bull", @@ -39,7 +39,7 @@ "supertest": "^6.3.3" }, "peerDependencies": { - "@bull-board/ui": "5.20.3" + "@bull-board/ui": "5.20.4" }, "publishConfig": { "access": "public" diff --git a/packages/express/package.json b/packages/express/package.json index 7fa73f6b..bf0df7ef 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "5.20.3", + "version": "5.20.4", "description": "A Express.js server adapter for Bull-Board dashboard.", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.20.3", - "@bull-board/ui": "5.20.3", + "@bull-board/api": "5.20.4", + "@bull-board/ui": "5.20.4", "ejs": "^3.1.10", "express": "^4.19.2" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 5299b8c2..e5fba6cb 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "5.20.3", + "version": "5.20.4", "description": "A Fastify.js server adapter for Bull-Board dashboard.", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.20.3", - "@bull-board/ui": "5.20.3", + "@bull-board/api": "5.20.4", + "@bull-board/ui": "5.20.4", "@fastify/static": "^6.11.2", "@fastify/view": "^8.1.0", "ejs": "^3.1.10" diff --git a/packages/h3/package.json b/packages/h3/package.json index dc6a01a0..9a01133f 100644 --- a/packages/h3/package.json +++ b/packages/h3/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/h3", - "version": "5.20.3", + "version": "5.20.4", "description": "A H3 server adapter for Bull-Board dashboard.", "keywords": [ "bull", @@ -29,8 +29,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.20.3", - "@bull-board/ui": "5.20.3", + "@bull-board/api": "5.20.4", + "@bull-board/ui": "5.20.4", "ejs": "^3.1.10", "h3": "^1.10.0" }, diff --git a/packages/hapi/package.json b/packages/hapi/package.json index b1083d57..e9d85739 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "5.20.3", + "version": "5.20.4", "description": "A Hapi.js server adapter for Bull-Board dashboard.", "keywords": [ "bull", @@ -29,8 +29,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.20.3", - "@bull-board/ui": "5.20.3", + "@bull-board/api": "5.20.4", + "@bull-board/ui": "5.20.4", "@hapi/inert": "^6.0.5", "@hapi/vision": "^6.1.0", "ejs": "^3.1.10" diff --git a/packages/hono/package.json b/packages/hono/package.json index f0edb696..d172b8db 100644 --- a/packages/hono/package.json +++ b/packages/hono/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hono", - "version": "5.20.3", + "version": "5.20.4", "description": "A Hono server adapter for Bull-Board dashboard.", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.20.3", - "@bull-board/ui": "5.20.3", + "@bull-board/api": "5.20.4", + "@bull-board/ui": "5.20.4", "ejs": "^3.1.10", "hono": "^4.4.7" }, diff --git a/packages/koa/package.json b/packages/koa/package.json index 140ecc6c..46de8d5b 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "5.20.3", + "version": "5.20.4", "description": "A Koa.js server adapter for Bull-Board dashboard.", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.20.3", - "@bull-board/ui": "5.20.3", + "@bull-board/api": "5.20.4", + "@bull-board/ui": "5.20.4", "ejs": "^3.1.10", "koa": "^2.13.1", "koa-mount": "^4.0.0", diff --git a/packages/nestjs/package.json b/packages/nestjs/package.json index 686716ce..f6c49334 100644 --- a/packages/nestjs/package.json +++ b/packages/nestjs/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/nestjs", - "version": "5.20.3", + "version": "5.20.4", "description": "A NestJS module for Bull-Board dashboard.", "keywords": [ "bull", @@ -19,9 +19,9 @@ "clean": "rm -rf dist" }, "devDependencies": { - "@bull-board/api": "^5.20.3", - "@bull-board/express": "^5.20.3", - "@bull-board/fastify": "^5.20.3", + "@bull-board/api": "^5.20.4", + "@bull-board/express": "^5.20.4", + "@bull-board/fastify": "^5.20.4", "@nestjs/bullmq": "^10.0.0", "@nestjs/common": "^10.0.1", "@nestjs/core": "^10.0.1", @@ -36,8 +36,8 @@ "@nestjs/bull-shared": "^10.0.0" }, "peerDependencies": { - "@bull-board/api": "^5.20.3", - "@bull-board/express": "^5.20.3", + "@bull-board/api": "^5.20.4", + "@bull-board/express": "^5.20.4", "@nestjs/common": "^9.0.0 || ^10.0.0", "@nestjs/core": "^9.0.0 || ^10.0.0", "reflect-metadata": "^0.1.13 || ^0.2.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 26d3529c..41deeeb0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "5.20.3", + "version": "5.20.4", "description": "A Dashboard UI built on top of bull or bullmq.", "keywords": [ "bull", @@ -32,7 +32,7 @@ "gen:jsonSchema:bull": "npx ts-json-schema-generator --path '../../node_modules/bull/*.ts' --type 'Bull.JobOptions' --out './src/schemas/bull/jobOptions.json'" }, "dependencies": { - "@bull-board/api": "5.20.3" + "@bull-board/api": "5.20.4" }, "devDependencies": { "@babel/core": "^7.17.9",