diff --git a/CHANGELOG.md b/CHANGELOG.md index 12547f7d..574c9ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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.2.0](https://github.com/felixmosh/bull-board/compare/v5.1.2...v5.2.0) + +- chore(deps): bump vm2 from 3.9.17 to 3.9.18 [`#571`](https://github.com/felixmosh/bull-board/pull/571) +- Adds example with NestJS [`#569`](https://github.com/felixmosh/bull-board/pull/569) +- fix: add a new options config to setup uiBasePath by the user, closes #570 [`#570`](https://github.com/felixmosh/bull-board/issues/570) +- feat: animate queue stats progress bar [`1590a83`](https://github.com/felixmosh/bull-board/commit/1590a831f9d3ccf962a9b6fa8f54b8e17f003d72) +- Add Nest.js example to README.md [`cfdaf85`](https://github.com/felixmosh/bull-board/commit/cfdaf857a835326447c34ee2ccf18bdf2fece45d) + #### [v5.1.2](https://github.com/felixmosh/bull-board/compare/v5.1.1...v5.1.2) +> 30 April 2023 + - Add @bull-board/ui as peerDep of @bull-board/api [`#565`](https://github.com/felixmosh/bull-board/pull/565) +- Release 5.1.2 [`19bb8da`](https://github.com/felixmosh/bull-board/commit/19bb8da6be2caa5882950448f0e99afaf05116d4) #### [v5.1.1](https://github.com/felixmosh/bull-board/compare/v5.1.0...v5.1.1) diff --git a/package.json b/package.json index b1909d3c..94b12194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "5.1.2", + "version": "5.2.0", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index fd418ff9..51705476 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "5.1.2", + "version": "5.2.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.1.2" + "@bull-board/ui": "5.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/express/package.json b/packages/express/package.json index a616de65..c5f9397f 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "5.1.2", + "version": "5.2.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.1.2", - "@bull-board/ui": "5.1.2", + "@bull-board/api": "5.2.0", + "@bull-board/ui": "5.2.0", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 93352e3d..0e91b7b2 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "5.1.2", + "version": "5.2.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.1.2", - "@bull-board/ui": "5.1.2", + "@bull-board/api": "5.2.0", + "@bull-board/ui": "5.2.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 f2557d6a..a7c3db2f 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "5.1.2", + "version": "5.2.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.1.2", - "@bull-board/ui": "5.1.2", + "@bull-board/api": "5.2.0", + "@bull-board/ui": "5.2.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 458ae441..37353cf4 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "5.1.2", + "version": "5.2.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.1.2", - "@bull-board/ui": "5.1.2", + "@bull-board/api": "5.2.0", + "@bull-board/ui": "5.2.0", "ejs": "^3.1.7", "koa": "^2.13.1", "koa-mount": "^4.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index b2102f95..b7d2a500 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "5.1.2", + "version": "5.2.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.1.2" + "@bull-board/api": "5.2.0" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",