From 065775ead9fefc7e4367f19353db74f614e712e6 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sun, 2 Oct 2022 08:38:35 +0300 Subject: [PATCH] Release 4.3.2 --- 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 dbef46d7..6f66a532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.3.2](https://github.com/felixmosh/bull-board/compare/v4.3.1...v4.3.2) + +- 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) +> 14 September 2022 + - feat: Make queue search insensitive, closes #449 [`#449`](https://github.com/felixmosh/bull-board/issues/449) +- Release 4.3.1 [`f6c9345`](https://github.com/felixmosh/bull-board/commit/f6c93455e86c7783dbff74249c2a78846aa4e3bb) #### [v4.3.0](https://github.com/felixmosh/bull-board/compare/v4.2.2...v4.3.0) diff --git a/package.json b/package.json index ffbd416b..934f5fba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "4.3.1", + "version": "4.3.2", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index f628f2a5..7a5ca9f6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "4.3.1", + "version": "4.3.2", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 9cbf66ae..470a6d44 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "4.3.1", + "version": "4.3.2", "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.1", - "@bull-board/ui": "4.3.1", + "@bull-board/api": "4.3.2", + "@bull-board/ui": "4.3.2", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 7884384b..537de984 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "4.3.1", + "version": "4.3.2", "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.1", - "@bull-board/ui": "4.3.1", + "@bull-board/api": "4.3.2", + "@bull-board/ui": "4.3.2", "@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 5823dab7..408ac48e 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "4.3.1", + "version": "4.3.2", "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.1", - "@bull-board/ui": "4.3.1", + "@bull-board/api": "4.3.2", + "@bull-board/ui": "4.3.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 67532efa..75cf0bd2 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "4.3.1", + "version": "4.3.2", "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.1", - "@bull-board/ui": "4.3.1", + "@bull-board/api": "4.3.2", + "@bull-board/ui": "4.3.2", "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 7db5d59d..9fd28d9a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "4.3.1", + "version": "4.3.2", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.3.1" + "@bull-board/api": "4.3.2" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",