From 6c12d3202cf7a265b0cf7838a5e965c146072808 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:50:22 +0300 Subject: [PATCH] Release 5.5.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/api/package.json | 4 ++-- packages/express/package.json | 6 +++--- packages/fastify/package.json | 6 +++--- packages/hapi/package.json | 6 +++--- packages/koa/package.json | 6 +++--- packages/nestjs/package.json | 12 ++++++------ packages/ui/package.json | 4 ++-- 9 files changed, 31 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91348755..fbc2ffe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.5.1](https://github.com/felixmosh/bull-board/compare/v5.5.0...v5.5.1) + +- NestJS dependency updates, dropped support for NestJS 8 [`#588`](https://github.com/felixmosh/bull-board/pull/588) +- Update yarn.lock [`2b6cbc9`](https://github.com/felixmosh/bull-board/commit/2b6cbc97d3328c8c4caab8a3186da6f616f22dc1) + #### [v5.5.0](https://github.com/felixmosh/bull-board/compare/v5.4.0...v5.5.0) +> 18 June 2023 + - feat: Allow changing favicon paths [`#586`](https://github.com/felixmosh/bull-board/pull/586) +- Release 5.5.0 [`3c1c52a`](https://github.com/felixmosh/bull-board/commit/3c1c52aef7ea5d61aeed5d4b07264d70e5f7c4cb) #### [v5.4.0](https://github.com/felixmosh/bull-board/compare/v5.3.1...v5.4.0) diff --git a/package.json b/package.json index 243e3a15..b875bc6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "5.5.0", + "version": "5.5.1", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index bbb153f9..ed98d263 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "5.5.0", + "version": "5.5.1", "description": "A Dashboard server API built on top of bull or bullmq.", "keywords": [ "bull", @@ -37,7 +37,7 @@ "ioredis-mock": "^7.2.0" }, "peerDependencies": { - "@bull-board/ui": "5.5.0" + "@bull-board/ui": "5.5.1" }, "publishConfig": { "access": "public" diff --git a/packages/express/package.json b/packages/express/package.json index 71a9f126..935c8714 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "5.5.0", + "version": "5.5.1", "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.5.0", - "@bull-board/ui": "5.5.0", + "@bull-board/api": "5.5.1", + "@bull-board/ui": "5.5.1", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 8d851bd3..f7191f47 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "5.5.0", + "version": "5.5.1", "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.5.0", - "@bull-board/ui": "5.5.0", + "@bull-board/api": "5.5.1", + "@bull-board/ui": "5.5.1", "@fastify/static": "^6.4.0", "@fastify/view": "^7.0.0", "ejs": "^3.1.8" diff --git a/packages/hapi/package.json b/packages/hapi/package.json index 9dc46c41..647c3e08 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "5.5.0", + "version": "5.5.1", "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.5.0", - "@bull-board/ui": "5.5.0", + "@bull-board/api": "5.5.1", + "@bull-board/ui": "5.5.1", "@hapi/inert": "^6.0.5", "@hapi/vision": "^6.1.0", "ejs": "^3.1.7" diff --git a/packages/koa/package.json b/packages/koa/package.json index 9f6bf327..b22e5ab1 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "5.5.0", + "version": "5.5.1", "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.5.0", - "@bull-board/ui": "5.5.0", + "@bull-board/api": "5.5.1", + "@bull-board/ui": "5.5.1", "ejs": "^3.1.7", "koa": "^2.13.1", "koa-mount": "^4.0.0", diff --git a/packages/nestjs/package.json b/packages/nestjs/package.json index 88131b02..78f73d44 100644 --- a/packages/nestjs/package.json +++ b/packages/nestjs/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/nestjs", - "version": "5.5.0", + "version": "5.5.1", "description": "A NestJS module for Bull-Board dashboard.", "keywords": [ "bull", @@ -19,9 +19,9 @@ "clean": "rm -rf dist" }, "devDependencies": { - "@bull-board/api": "^5.5.0", - "@bull-board/express": "^5.5.0", - "@bull-board/fastify": "^5.5.0", + "@bull-board/api": "^5.5.1", + "@bull-board/express": "^5.5.1", + "@bull-board/fastify": "^5.5.1", "@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.5.0", - "@bull-board/express": "^5.5.0", + "@bull-board/api": "^5.5.1", + "@bull-board/express": "^5.5.1", "@nestjs/common": "^9.0.0 || ^10.0.0", "@nestjs/core": "^9.0.0 || ^10.0.0", "reflect-metadata": "^0.1.13", diff --git a/packages/ui/package.json b/packages/ui/package.json index 42cc64b2..5c6fe745 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "5.5.0", + "version": "5.5.1", "description": "A Dashboard UI built on top of bull or bullmq.", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.5.0" + "@bull-board/api": "5.5.1" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",