From 6077da8b63405fe3d9b43cf3d796d7696ee4fc67 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sat, 5 Feb 2022 22:25:16 +0200 Subject: [PATCH] Release 3.9.2 --- CHANGELOG.md | 12 +++++++++++- 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, 27 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7b7f64..66fcaaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,24 @@ 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.2](https://github.com/felixmosh/bull-board/compare/v3.9.1...v3.9.2) + +- 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) +- 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) + #### [v3.9.1](https://github.com/felixmosh/bull-board/compare/v3.9.0...v3.9.1) +> 26 January 2022 + - Improve performance [`#371`](https://github.com/felixmosh/bull-board/pull/371) - chore(deps): bump nanoid from 3.1.30 to 3.2.0 [`#369`](https://github.com/felixmosh/bull-board/pull/369) - chore(deps): bump follow-redirects from 1.14.6 to 1.14.7 [`#365`](https://github.com/felixmosh/bull-board/pull/365) - Add fastify to example deps, #364 [`ddbff5f`](https://github.com/felixmosh/bull-board/commit/ddbff5f332719c70590683494226f0090db58c69) - Show error message [`e779507`](https://github.com/felixmosh/bull-board/commit/e77950706c8f04c1723c81b3876846ddc8a4833a) -- Add stale bot [`a5c5833`](https://github.com/felixmosh/bull-board/commit/a5c5833fb0cd47aba299c7c7b9816bf37222893f) +- Release 3.9.1 [`3ac5b07`](https://github.com/felixmosh/bull-board/commit/3ac5b074d3f1019569a242356a4726966237a738) #### [v3.9.0](https://github.com/felixmosh/bull-board/compare/v3.8.2...v3.9.0) diff --git a/package.json b/package.json index 0ce42282..572c7c00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "3.9.1", + "version": "3.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 bc48958e..d4d579b1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "3.9.1", + "version": "3.9.2", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 74a2b231..52286ebb 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "3.9.1", + "version": "3.9.2", "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.1", - "@bull-board/ui": "3.9.1", + "@bull-board/api": "3.9.2", + "@bull-board/ui": "3.9.2", "ejs": "3.1.6", "express": "4.17.2" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index e770d900..ee2f7e5e 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "3.9.1", + "version": "3.9.2", "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.1", - "@bull-board/ui": "3.9.1", + "@bull-board/api": "3.9.2", + "@bull-board/ui": "3.9.2", "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 859f8ae7..db7100f5 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "3.9.1", + "version": "3.9.2", "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.1", - "@bull-board/ui": "3.9.1", + "@bull-board/api": "3.9.2", + "@bull-board/ui": "3.9.2", "@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 eb7fb615..8e5160f9 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "3.9.1", + "version": "3.9.2", "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.1", - "@bull-board/ui": "3.9.1", + "@bull-board/api": "3.9.2", + "@bull-board/ui": "3.9.2", "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 5ed7d884..6a78e1e3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "3.9.1", + "version": "3.9.2", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.9.1" + "@bull-board/api": "3.9.2" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.5",