diff --git a/CHANGELOG.md b/CHANGELOG.md index a73f6c80..bd5fdeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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.4.0](https://github.com/felixmosh/bull-board/compare/v5.3.1...v5.4.0) + +- 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) + #### [v5.3.1](https://github.com/felixmosh/bull-board/compare/v5.3.0...v5.3.1) +> 13 June 2023 + +- Release 5.3.1 [`93bc65d`](https://github.com/felixmosh/bull-board/commit/93bc65d91e72648a6c6348c871d837efab10fb63) - set publish as public on nestjs module [`688fceb`](https://github.com/felixmosh/bull-board/commit/688fceb9278f60fd53ccb63ed901bbb23995084a) #### [v5.3.0](https://github.com/felixmosh/bull-board/compare/v5.2.1...v5.3.0) diff --git a/package.json b/package.json index 52092a5d..8be77975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "5.3.1", + "version": "5.4.0", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index 3f1259aa..d9e96557 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "5.3.1", + "version": "5.4.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.3.1" + "@bull-board/ui": "5.4.0" }, "publishConfig": { "access": "public" diff --git a/packages/express/package.json b/packages/express/package.json index 241938c3..274698fb 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "5.3.1", + "version": "5.4.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.3.1", - "@bull-board/ui": "5.3.1", + "@bull-board/api": "5.4.0", + "@bull-board/ui": "5.4.0", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 6aa5e967..9719072d 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "5.3.1", + "version": "5.4.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.3.1", - "@bull-board/ui": "5.3.1", + "@bull-board/api": "5.4.0", + "@bull-board/ui": "5.4.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 f9f85cde..e37d937d 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "5.3.1", + "version": "5.4.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.3.1", - "@bull-board/ui": "5.3.1", + "@bull-board/api": "5.4.0", + "@bull-board/ui": "5.4.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 3904994b..f0d4a05f 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "5.3.1", + "version": "5.4.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.3.1", - "@bull-board/ui": "5.3.1", + "@bull-board/api": "5.4.0", + "@bull-board/ui": "5.4.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 e80cce79..2fa90833 100644 --- a/packages/nestjs/package.json +++ b/packages/nestjs/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/nestjs", - "version": "5.3.1", + "version": "5.4.0", "description": "A NestJS module for Bull-Board dashboard.", "keywords": [ "bull", @@ -19,9 +19,9 @@ "clean": "rm -rf dist" }, "devDependencies": { - "@bull-board/api": "^5.3.1", - "@bull-board/express": "^5.3.1", - "@bull-board/fastify": "^5.3.1", + "@bull-board/api": "^5.4.0", + "@bull-board/express": "^5.4.0", + "@bull-board/fastify": "^5.4.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.3.1", - "@bull-board/express": "^5.3.1", + "@bull-board/api": "^5.4.0", + "@bull-board/express": "^5.4.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 a0818923..f8789e89 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "5.3.1", + "version": "5.4.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.3.1" + "@bull-board/api": "5.4.0" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",