From fbace4bdbf0ac56f5ff6f171e112270536fa11aa Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sun, 12 Jun 2022 09:48:05 +0300 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/api/package.json | 4 ++-- 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, 25 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3caa67bf..85f43c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.0.0](https://github.com/felixmosh/bull-board/compare/v3.11.1...v4.0.0) + +- chore: upgrade to fastify 4 [`1007e5d`](https://github.com/felixmosh/bull-board/commit/1007e5da6257b2eede7d824feca295f44019aa45) +- Create codeql-analysis.yml [`97e2fc8`](https://github.com/felixmosh/bull-board/commit/97e2fc8980b7618562e25ddca012909bb65b311b) +- Update README.md [`701e3d7`](https://github.com/felixmosh/bull-board/commit/701e3d79dee23096c6a9d342d03d19810cd3a3e8) + #### [v3.11.1](https://github.com/felixmosh/bull-board/compare/v3.11.0...v3.11.1) +> 1 June 2022 + - chore(deps): bump ejs from 3.1.6 to 3.1.7 in /examples/with-hapi [`bb87e77`](https://github.com/felixmosh/bull-board/commit/bb87e77e7778ceb4451bed32276bef15035b7c3a) - chore(deps): bump ejs from 3.1.6 to 3.1.7 in /examples/with-hapi-auth [`74c246e`](https://github.com/felixmosh/bull-board/commit/74c246e15c37e51f7c38c336154a67aae8e2bd15) - chore(deps): bump ejs from 3.1.6 to 3.1.7 in /examples/with-koa [`68350e5`](https://github.com/felixmosh/bull-board/commit/68350e54599f89cab1f8aefdffeef4744756f081) diff --git a/package.json b/package.json index c8e7e772..8075c58e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "3.11.1", + "version": "4.0.0", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index 4c2dddee..86ea8912 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "3.11.1", + "version": "4.0.0", "description": "Core server APIs of bull-board", "keywords": [ "bull", @@ -31,7 +31,7 @@ "redis-info": "^3.0.8" }, "devDependencies": { - "@bull-board/api": "^3.11.1", + "@bull-board/api": "^4.0.0", "@types/bull": "^3.15.8", "@types/node": "^17.0.25", "bullmq": "^1.80.6", diff --git a/packages/express/package.json b/packages/express/package.json index 3c1c9b4c..8391d824 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "3.11.1", + "version": "4.0.0", "description": "Express.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.11.1", - "@bull-board/ui": "3.11.1", + "@bull-board/api": "4.0.0", + "@bull-board/ui": "4.0.0", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 52369187..79a0f8b0 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "3.11.1", + "version": "4.0.0", "description": "Fastify.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.11.1", - "@bull-board/ui": "3.11.1", + "@bull-board/api": "4.0.0", + "@bull-board/ui": "4.0.0", "@fastify/static": "^6.4.0", "ejs": "^3.1.8", "@fastify/view": "^7.0.0" diff --git a/packages/hapi/package.json b/packages/hapi/package.json index c7aa613e..60dcbe01 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "3.11.1", + "version": "4.0.0", "description": "Hapi.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -29,8 +29,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.11.1", - "@bull-board/ui": "3.11.1", + "@bull-board/api": "4.0.0", + "@bull-board/ui": "4.0.0", "@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 58242f50..4beb1a7d 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "3.11.1", + "version": "4.0.0", "description": "Koa.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.11.1", - "@bull-board/ui": "3.11.1", + "@bull-board/api": "4.0.0", + "@bull-board/ui": "4.0.0", "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 918a2d67..8033f3b4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "3.11.1", + "version": "4.0.0", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.11.1" + "@bull-board/api": "4.0.0" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",