From 03afb903c1636621286ef4a22e370e4bcabd947d Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:26:53 +0200 Subject: [PATCH] Release 5.9.2 --- 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 5ecb3faa..6366f344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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.9.2](https://github.com/felixmosh/bull-board/compare/v5.9.1...v5.9.2) + +- Update QueueAdapterOptions typing [`#652`](https://github.com/felixmosh/bull-board/pull/652) +- upgrade-express-ex: upgrade express example [`#648`](https://github.com/felixmosh/bull-board/pull/648) + #### [v5.9.1](https://github.com/felixmosh/bull-board/compare/v5.9.0...v5.9.1) +> 17 October 2023 + - Update README.md [`#638`](https://github.com/felixmosh/bull-board/pull/638) - chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 [`#637`](https://github.com/felixmosh/bull-board/pull/637) - chore(deps-dev): bump @babel/traverse in /examples/with-nestjs [`#636`](https://github.com/felixmosh/bull-board/pull/636) - chore(deps): bump @babel/traverse in /examples/with-nestjs-module [`#635`](https://github.com/felixmosh/bull-board/pull/635) +- Release 5.9.1 [`9ce2f63`](https://github.com/felixmosh/bull-board/commit/9ce2f63e42d053efea79c7b88f8ba5db2797704a) - Update readme [`7ce08ab`](https://github.com/felixmosh/bull-board/commit/7ce08abf4ea3525588306009344c5a6d21ce134d) #### [v5.9.0](https://github.com/felixmosh/bull-board/compare/v5.8.4...v5.9.0) diff --git a/package.json b/package.json index 107a7293..288f0c45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "5.9.1", + "version": "5.9.2", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index c036f180..365617ba 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "5.9.1", + "version": "5.9.2", "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.9.1" + "@bull-board/ui": "5.9.2" }, "publishConfig": { "access": "public" diff --git a/packages/express/package.json b/packages/express/package.json index 30694630..3bd62405 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "5.9.1", + "version": "5.9.2", "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.9.1", - "@bull-board/ui": "5.9.1", + "@bull-board/api": "5.9.2", + "@bull-board/ui": "5.9.2", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 8e5b6365..c722ddd6 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "5.9.1", + "version": "5.9.2", "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.9.1", - "@bull-board/ui": "5.9.1", + "@bull-board/api": "5.9.2", + "@bull-board/ui": "5.9.2", "@fastify/static": "^6.11.2", "@fastify/view": "^8.1.0", "ejs": "^3.1.9" diff --git a/packages/hapi/package.json b/packages/hapi/package.json index ed08edcb..b0911202 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "5.9.1", + "version": "5.9.2", "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.9.1", - "@bull-board/ui": "5.9.1", + "@bull-board/api": "5.9.2", + "@bull-board/ui": "5.9.2", "@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 255d1ab1..6f6deda2 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "5.9.1", + "version": "5.9.2", "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.9.1", - "@bull-board/ui": "5.9.1", + "@bull-board/api": "5.9.2", + "@bull-board/ui": "5.9.2", "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 aff91126..cff95449 100644 --- a/packages/nestjs/package.json +++ b/packages/nestjs/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/nestjs", - "version": "5.9.1", + "version": "5.9.2", "description": "A NestJS module for Bull-Board dashboard.", "keywords": [ "bull", @@ -19,9 +19,9 @@ "clean": "rm -rf dist" }, "devDependencies": { - "@bull-board/api": "^5.9.1", - "@bull-board/express": "^5.9.1", - "@bull-board/fastify": "^5.9.1", + "@bull-board/api": "^5.9.2", + "@bull-board/express": "^5.9.2", + "@bull-board/fastify": "^5.9.2", "@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.9.1", - "@bull-board/express": "^5.9.1", + "@bull-board/api": "^5.9.2", + "@bull-board/express": "^5.9.2", "@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 8cd1ba12..20954d45 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "5.9.1", + "version": "5.9.2", "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.9.1" + "@bull-board/api": "5.9.2" }, "devDependencies": { "@babel/core": "^7.17.9",