From 3c1c52aef7ea5d61aeed5d4b07264d70e5f7c4cb Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sun, 18 Jun 2023 09:52:29 +0300 Subject: [PATCH] Release 5.5.0 --- CHANGELOG.md | 7 +++++++ 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, 30 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5fdeb3..91348755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,19 @@ 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.0](https://github.com/felixmosh/bull-board/compare/v5.4.0...v5.5.0) + +- feat: Allow changing favicon paths [`#586`](https://github.com/felixmosh/bull-board/pull/586) + #### [v5.4.0](https://github.com/felixmosh/bull-board/compare/v5.3.1...v5.4.0) +> 16 June 2023 + - Package update for the NestJS example, added correct link to the Readme for the example with nestjs-module [`#581`](https://github.com/felixmosh/bull-board/pull/581) - Update README.md [`#580`](https://github.com/felixmosh/bull-board/pull/580) - feat: sync title attribute with board title, closes #584 [`#584`](https://github.com/felixmosh/bull-board/issues/584) - fix: fix readme example, closes #585 [`#585`](https://github.com/felixmosh/bull-board/issues/585) +- Release 5.4.0 [`23cc721`](https://github.com/felixmosh/bull-board/commit/23cc721adb3e62089870a75fca40a24ece6dddf6) #### [v5.3.1](https://github.com/felixmosh/bull-board/compare/v5.3.0...v5.3.1) diff --git a/package.json b/package.json index 8be77975..243e3a15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "5.4.0", + "version": "5.5.0", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index d9e96557..bbb153f9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "5.4.0", + "version": "5.5.0", "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.4.0" + "@bull-board/ui": "5.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/express/package.json b/packages/express/package.json index 274698fb..71a9f126 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "5.4.0", + "version": "5.5.0", "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.4.0", - "@bull-board/ui": "5.4.0", + "@bull-board/api": "5.5.0", + "@bull-board/ui": "5.5.0", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 9719072d..8d851bd3 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "5.4.0", + "version": "5.5.0", "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.4.0", - "@bull-board/ui": "5.4.0", + "@bull-board/api": "5.5.0", + "@bull-board/ui": "5.5.0", "@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 e37d937d..9dc46c41 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "5.4.0", + "version": "5.5.0", "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.4.0", - "@bull-board/ui": "5.4.0", + "@bull-board/api": "5.5.0", + "@bull-board/ui": "5.5.0", "@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 f0d4a05f..9f6bf327 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "5.4.0", + "version": "5.5.0", "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.4.0", - "@bull-board/ui": "5.4.0", + "@bull-board/api": "5.5.0", + "@bull-board/ui": "5.5.0", "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 2fa90833..c68e0e8e 100644 --- a/packages/nestjs/package.json +++ b/packages/nestjs/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/nestjs", - "version": "5.4.0", + "version": "5.5.0", "description": "A NestJS module for Bull-Board dashboard.", "keywords": [ "bull", @@ -19,9 +19,9 @@ "clean": "rm -rf dist" }, "devDependencies": { - "@bull-board/api": "^5.4.0", - "@bull-board/express": "^5.4.0", - "@bull-board/fastify": "^5.4.0", + "@bull-board/api": "^5.5.0", + "@bull-board/express": "^5.5.0", + "@bull-board/fastify": "^5.5.0", "@nestjs/bullmq": "^1.1.0", "@nestjs/common": "9.4.2", "@nestjs/core": "9.4.2", @@ -36,8 +36,8 @@ "@nestjs/bull-shared": "^0.1.3" }, "peerDependencies": { - "@bull-board/api": "^5.4.0", - "@bull-board/express": "^5.4.0", + "@bull-board/api": "^5.5.0", + "@bull-board/express": "^5.5.0", "@nestjs/common": "^8.0.0 || ^9.0.0", "@nestjs/core": "^8.0.0 || ^9.0.0", "reflect-metadata": "^0.1.13", diff --git a/packages/ui/package.json b/packages/ui/package.json index f8789e89..42cc64b2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "5.4.0", + "version": "5.5.0", "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.4.0" + "@bull-board/api": "5.5.0" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",