From 23e48261cfefbc378b18d72c186190e3aab87163 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Fri, 17 Feb 2023 00:57:09 +0200 Subject: [PATCH] Release 4.12.1 --- 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 a9ebc8f0..f808a1dd 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). +#### [v4.12.1](https://github.com/felixmosh/bull-board/compare/v4.12.0...v4.12.1) + +- fix: web-work path calculated wrongly [`904475a`](https://github.com/felixmosh/bull-board/commit/904475a862e449a9f60d9cd5dbc7d68aebdae2f2) + #### [v4.12.0](https://github.com/felixmosh/bull-board/compare/v4.11.3...v4.12.0) +> 16 February 2023 + - feat: allow to collapse job's data/options/error, closes #529 [`#539`](https://github.com/felixmosh/bull-board/pull/539) - feat: allow to collapse job's data/options/error, closes #529 (#539) [`#529`](https://github.com/felixmosh/bull-board/issues/529) - feat: load highlight to webworker if available [`eb92f12`](https://github.com/felixmosh/bull-board/commit/eb92f1215c3c312cbbf166693c49763b900eea1f) +- Release 4.12.0 [`13e3aca`](https://github.com/felixmosh/bull-board/commit/13e3aca8c6c71beba8f6e3b6f23b07610ba9e535) #### [v4.11.3](https://github.com/felixmosh/bull-board/compare/v4.11.2...v4.11.3) diff --git a/package.json b/package.json index 9b6114cb..20fa045d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "4.12.0", + "version": "4.12.1", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index e3c31bde..4ac97edf 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "4.12.0", + "version": "4.12.1", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 4132baa2..25348f4d 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "4.12.0", + "version": "4.12.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.12.0", - "@bull-board/ui": "4.12.0", + "@bull-board/api": "4.12.1", + "@bull-board/ui": "4.12.1", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 25b1ed54..5e64325f 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "4.12.0", + "version": "4.12.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.12.0", - "@bull-board/ui": "4.12.0", + "@bull-board/api": "4.12.1", + "@bull-board/ui": "4.12.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 64c98ac9..51e25aea 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "4.12.0", + "version": "4.12.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.12.0", - "@bull-board/ui": "4.12.0", + "@bull-board/api": "4.12.1", + "@bull-board/ui": "4.12.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 3a308a49..c97a4153 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "4.12.0", + "version": "4.12.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.12.0", - "@bull-board/ui": "4.12.0", + "@bull-board/api": "4.12.1", + "@bull-board/ui": "4.12.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 71ceda1b..97ae1760 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "4.12.0", + "version": "4.12.1", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "4.12.0" + "@bull-board/api": "4.12.1" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",