From ebbd036b83740671115ac0c1e7c62adb0db2d729 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Mon, 7 Feb 2022 22:19:51 +0200 Subject: [PATCH] Release 3.9.3 --- 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 66fcaaf7..836bc7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). +#### [v3.9.3](https://github.com/felixmosh/bull-board/compare/v3.9.2...v3.9.3) + +- Remove console.logs [`ab9d9eb`](https://github.com/felixmosh/bull-board/commit/ab9d9ebd2ac71f263143aff5ce6d36c8693a8e06) + #### [v3.9.2](https://github.com/felixmosh/bull-board/compare/v3.9.1...v3.9.2) +> 5 February 2022 + - fix: decode queue name to support url special chars, closes #375 [`#376`](https://github.com/felixmosh/bull-board/pull/376) - chore(deps): bump node-fetch from 2.6.6 to 2.6.7 [`#372`](https://github.com/felixmosh/bull-board/pull/372) - fix: decode queue name to support url special chars, closes #375 (#376) [`#375`](https://github.com/felixmosh/bull-board/issues/375) +- Release 3.9.2 [`6077da8`](https://github.com/felixmosh/bull-board/commit/6077da8b63405fe3d9b43cf3d796d7696ee4fc67) - fix: hide queue actions when queue is in readOnlyMode [`0b51e67`](https://github.com/felixmosh/bull-board/commit/0b51e679db9cd85e7f25defb5fa08a3603c66f6c) - Inject at the body [`7688f27`](https://github.com/felixmosh/bull-board/commit/7688f27d26ef789d3fe7ac9cd45bc708e65238b6) diff --git a/package.json b/package.json index 572c7c00..f1a65e61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "3.9.2", + "version": "3.9.3", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index d4d579b1..0d691026 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "3.9.2", + "version": "3.9.3", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 52286ebb..34b1c354 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "3.9.2", + "version": "3.9.3", "description": "Express.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.9.2", - "@bull-board/ui": "3.9.2", + "@bull-board/api": "3.9.3", + "@bull-board/ui": "3.9.3", "ejs": "3.1.6", "express": "4.17.2" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index ee2f7e5e..5c5d1f09 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "3.9.2", + "version": "3.9.3", "description": "Fastify.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.9.2", - "@bull-board/ui": "3.9.2", + "@bull-board/api": "3.9.3", + "@bull-board/ui": "3.9.3", "ejs": "^3.1.6", "fastify-static": "^4.2.2", "point-of-view": "^4.14.0" diff --git a/packages/hapi/package.json b/packages/hapi/package.json index db7100f5..5f0c0dea 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "3.9.2", + "version": "3.9.3", "description": "Hapi.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -29,8 +29,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.9.2", - "@bull-board/ui": "3.9.2", + "@bull-board/api": "3.9.3", + "@bull-board/ui": "3.9.3", "@hapi/inert": "^6.0.3", "@hapi/vision": "^6.1.0", "ejs": "^3.1.6" diff --git a/packages/koa/package.json b/packages/koa/package.json index 8e5160f9..d9afbb02 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "3.9.2", + "version": "3.9.3", "description": "Koa.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.9.2", - "@bull-board/ui": "3.9.2", + "@bull-board/api": "3.9.3", + "@bull-board/ui": "3.9.3", "ejs": "^3.1.6", "koa": "^2.13.1", "koa-mount": "^4.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 6a78e1e3..8098499c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "3.9.2", + "version": "3.9.3", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.9.2" + "@bull-board/api": "3.9.3" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.5",