From ff2c5aae87bb5a555ecc545773845543ca3bbfba Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:37:41 +0300 Subject: [PATCH] Release 5.0.1 --- CHANGELOG.md | 15 ++++++++++++++- 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, 30 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca3e3f1..f6808ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ 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). -#### [v5.0.0](https://github.com/felixmosh/bull-board/compare/v4.12.2...v5.0.0) +#### [v5.0.1](https://github.com/felixmosh/bull-board/compare/v5.0.0...v5.0.1) + +- chore(deps): bump vm2 from 3.9.15 to 3.9.16 [`#557`](https://github.com/felixmosh/bull-board/pull/557) +- chore(deps): bump vm2 from 3.9.12 to 3.9.15 [`#556`](https://github.com/felixmosh/bull-board/pull/556) +- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 [`#548`](https://github.com/felixmosh/bull-board/pull/548) +- chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 [`#547`](https://github.com/felixmosh/bull-board/pull/547) +- Bump Hapi with auth example [`57c331b`](https://github.com/felixmosh/bull-board/commit/57c331bdbafb8063b4de53b6ca8db92e38c391ea) +- Bump Hapi example [`2df15b1`](https://github.com/felixmosh/bull-board/commit/2df15b14f0756f72b7806b366c6304119ccccd8b) +- Bump fastify example [`82a0203`](https://github.com/felixmosh/bull-board/commit/82a0203b42dc055597a5321e687603f314374f37) + +### [v5.0.0](https://github.com/felixmosh/bull-board/compare/v4.12.2...v5.0.0) + +> 8 March 2023 - Revert "Re-Export api functions in server adapters (#501)" due to #546 [`0f69f47`](https://github.com/felixmosh/bull-board/commit/0f69f47c05fd464b79c6ba306759cabc6a92cfaf) +- Release 5.0.0 [`d149673`](https://github.com/felixmosh/bull-board/commit/d14967337ae1b2cc0aa5100608bbc26b3f5257d9) #### [v4.12.2](https://github.com/felixmosh/bull-board/compare/v4.12.1...v4.12.2) diff --git a/package.json b/package.json index fb5b306f..91de1039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "5.0.0", + "version": "5.0.1", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index c81a0120..b37c7737 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "5.0.0", + "version": "5.0.1", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 105a93e2..994bc844 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "5.0.0", + "version": "5.0.1", "description": "Express.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.0.0", - "@bull-board/ui": "5.0.0", + "@bull-board/api": "5.0.1", + "@bull-board/ui": "5.0.1", "ejs": "3.1.7", "express": "4.17.3" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index b46a318d..5ed11e6a 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "5.0.0", + "version": "5.0.1", "description": "Fastify.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.0.0", - "@bull-board/ui": "5.0.0", + "@bull-board/api": "5.0.1", + "@bull-board/ui": "5.0.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 16a03ff4..0d9e3813 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "5.0.0", + "version": "5.0.1", "description": "Hapi.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -29,8 +29,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.0.0", - "@bull-board/ui": "5.0.0", + "@bull-board/api": "5.0.1", + "@bull-board/ui": "5.0.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 8d2e3071..9d6df91b 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "5.0.0", + "version": "5.0.1", "description": "Koa.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.0.0", - "@bull-board/ui": "5.0.0", + "@bull-board/api": "5.0.1", + "@bull-board/ui": "5.0.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 c769fcb9..0a0db69c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "5.0.0", + "version": "5.0.1", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "5.0.0" + "@bull-board/api": "5.0.1" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",