From 1e314e188f062a09ebb556c229002dd4b2fc21ca Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:40:21 +0300 Subject: [PATCH] Release 4.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/api/package.json | 2 +- packages/express/package.json | 6 +++--- packages/fastify/package.json | 6 +++--- packages/hapi/package.json | 6 +++--- packages/koa/package.json | 6 +++--- packages/ui/package.json | 4 ++-- 8 files changed, 23 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f66a532..d7ee7db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v4.4.0](https://github.com/felixmosh/bull-board/compare/v4.3.2...v4.4.0) + +- Allow to customize mount point [`c4c4bfa`](https://github.com/felixmosh/bull-board/commit/c4c4bfa4da25be0d6ddf75580805e8b7a35beadb) + #### [v4.3.2](https://github.com/felixmosh/bull-board/compare/v4.3.1...v4.3.2) +> 2 October 2022 + +- Release 4.3.2 [`065775e`](https://github.com/felixmosh/bull-board/commit/065775ead9fefc7e4367f19353db74f614e712e6) - fix: make search case-insensitive. [`48d10da`](https://github.com/felixmosh/bull-board/commit/48d10da73ae1c8a4c370918391107964d0d1bb07) #### [v4.3.1](https://github.com/felixmosh/bull-board/compare/v4.3.0...v4.3.1) diff --git a/package.json b/package.json index 934f5fba..bac77219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "4.3.2", + "version": "4.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 7a5ca9f6..144063ce 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "4.3.2", + "version": "4.4.0", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 470a6d44..73348a2a 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "4.3.2", + "version": "4.4.0", "description": "Express.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.3.2", - "@bull-board/ui": "4.3.2", + "@bull-board/api": "4.4.0", + "@bull-board/ui": "4.4.0", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 537de984..608c766b 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "4.3.2", + "version": "4.4.0", "description": "Fastify.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.3.2", - "@bull-board/ui": "4.3.2", + "@bull-board/api": "4.4.0", + "@bull-board/ui": "4.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 408ac48e..c7de1476 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "4.3.2", + "version": "4.4.0", "description": "Hapi.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -29,8 +29,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.3.2", - "@bull-board/ui": "4.3.2", + "@bull-board/api": "4.4.0", + "@bull-board/ui": "4.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 75cf0bd2..a6f0b4a1 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "4.3.2", + "version": "4.4.0", "description": "Koa.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.3.2", - "@bull-board/ui": "4.3.2", + "@bull-board/api": "4.4.0", + "@bull-board/ui": "4.4.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 9fd28d9a..15de1eb4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "4.3.2", + "version": "4.4.0", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.3.2" + "@bull-board/api": "4.4.0" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",