diff --git a/CHANGELOG.md b/CHANGELOG.md index 836bc7f6..80d3e329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.4](https://github.com/felixmosh/bull-board/compare/v3.9.3...v3.9.4) + +- Bump deps [`d4fdf02`](https://github.com/felixmosh/bull-board/commit/d4fdf02cd2326b1d6d3363ee1ce270c76b9db80f) +- fix test [`df80deb`](https://github.com/felixmosh/bull-board/commit/df80deb24b7637db38b2b15e04da4de619b00810) +- Make lint to error on console.logs [`488a721`](https://github.com/felixmosh/bull-board/commit/488a7219dd57ed1bd5f5691f195425cfdcfa63ca) + #### [v3.9.3](https://github.com/felixmosh/bull-board/compare/v3.9.2...v3.9.3) +> 7 February 2022 + +- Release 3.9.3 [`ebbd036`](https://github.com/felixmosh/bull-board/commit/ebbd036b83740671115ac0c1e7c62adb0db2d729) - Remove console.logs [`ab9d9eb`](https://github.com/felixmosh/bull-board/commit/ab9d9ebd2ac71f263143aff5ce6d36c8693a8e06) #### [v3.9.2](https://github.com/felixmosh/bull-board/compare/v3.9.1...v3.9.2) diff --git a/package.json b/package.json index 78044ad1..6859515f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "3.9.3", + "version": "3.9.4", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index 476c6915..2d4d83b8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "3.9.3", + "version": "3.9.4", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index dc26f7d4..84362a61 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "3.9.3", + "version": "3.9.4", "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.3", - "@bull-board/ui": "3.9.3", + "@bull-board/api": "3.9.4", + "@bull-board/ui": "3.9.4", "ejs": "3.1.6", "express": "4.17.2" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index d27ce8f0..ac7a70f2 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "3.9.3", + "version": "3.9.4", "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.3", - "@bull-board/ui": "3.9.3", + "@bull-board/api": "3.9.4", + "@bull-board/ui": "3.9.4", "ejs": "^3.1.6", "fastify-static": "^4.2.2", "point-of-view": "^5.1.0" diff --git a/packages/hapi/package.json b/packages/hapi/package.json index 77571964..634fc068 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "3.9.3", + "version": "3.9.4", "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.3", - "@bull-board/ui": "3.9.3", + "@bull-board/api": "3.9.4", + "@bull-board/ui": "3.9.4", "@hapi/inert": "^6.0.5", "@hapi/vision": "^6.1.0", "ejs": "^3.1.6" diff --git a/packages/koa/package.json b/packages/koa/package.json index d9afbb02..264d1af0 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "3.9.3", + "version": "3.9.4", "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.3", - "@bull-board/ui": "3.9.3", + "@bull-board/api": "3.9.4", + "@bull-board/ui": "3.9.4", "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 16663237..21a36442 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "3.9.3", + "version": "3.9.4", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.9.3" + "@bull-board/api": "3.9.4" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",