From 5722fcafe50020dc87d028aa803cb8d01eea20c2 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:45:55 +0300 Subject: [PATCH] Release 4.6.1 --- CHANGELOG.md | 9 ++++++++- 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, 24 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e39838d..1fd29df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,19 @@ 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.6.1](https://github.com/felixmosh/bull-board/compare/v4.6.0...v4.6.1) + +- fix: add missing scrolling behavior [`#477`](https://github.com/felixmosh/bull-board/pull/477) +- refactor: improve job logs styles [`68ae166`](https://github.com/felixmosh/bull-board/commit/68ae16605c3ba5bfe70bbd96331e7447a2182963) + #### [v4.6.0](https://github.com/felixmosh/bull-board/compare/v4.5.0...v4.6.0) +> 17 October 2022 + - feat: Log tab enhancements [`#458`](https://github.com/felixmosh/bull-board/pull/458) - Fix layering [`76d43a4`](https://github.com/felixmosh/bull-board/commit/76d43a41dce5cb91f97e0d517f4463659bb5e742) +- Release 4.6.0 [`2cc5b21`](https://github.com/felixmosh/bull-board/commit/2cc5b2183d2177dbefecac72b005804129ee693b) - Update screenshots images [`0956b4f`](https://github.com/felixmosh/bull-board/commit/0956b4f4a44f81b78da05fd373b8b1f867beea61) -- Update screen shots [`455e507`](https://github.com/felixmosh/bull-board/commit/455e507c20f1c90c3ed2d9372ff599ec61705895) #### [v4.5.0](https://github.com/felixmosh/bull-board/compare/v4.4.0...v4.5.0) diff --git a/package.json b/package.json index cb239b68..87f6ed1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "4.6.0", + "version": "4.6.1", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index f2d67c20..83aa9417 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "4.6.0", + "version": "4.6.1", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 8d2e5332..546e0d94 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "4.6.0", + "version": "4.6.1", "description": "Express.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.6.0", - "@bull-board/ui": "4.6.0", + "@bull-board/api": "4.6.1", + "@bull-board/ui": "4.6.1", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 30b679f1..806ad2fd 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "4.6.0", + "version": "4.6.1", "description": "Fastify.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.6.0", - "@bull-board/ui": "4.6.0", + "@bull-board/api": "4.6.1", + "@bull-board/ui": "4.6.1", "@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 c23396a5..fa795f68 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "4.6.0", + "version": "4.6.1", "description": "Hapi.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -29,8 +29,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.6.0", - "@bull-board/ui": "4.6.0", + "@bull-board/api": "4.6.1", + "@bull-board/ui": "4.6.1", "@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 cffa94ac..c7c64cdb 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "4.6.0", + "version": "4.6.1", "description": "Koa.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.6.0", - "@bull-board/ui": "4.6.0", + "@bull-board/api": "4.6.1", + "@bull-board/ui": "4.6.1", "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 abd9f14c..1961755a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "4.6.0", + "version": "4.6.1", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.6.0" + "@bull-board/api": "4.6.1" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",