diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d3e329..cae55f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). +#### [v3.10.0](https://github.com/felixmosh/bull-board/compare/v3.9.4...v3.10.0) + +- Add canRetry options to queue [`#384`](https://github.com/felixmosh/bull-board/pull/384) +- chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 [`#381`](https://github.com/felixmosh/bull-board/pull/381) +- Refactor tests to remove inline snapshots [`66ec345`](https://github.com/felixmosh/bull-board/commit/66ec34578ac0ba7c0483bc33ef84975733083d89) + #### [v3.9.4](https://github.com/felixmosh/bull-board/compare/v3.9.3...v3.9.4) +> 8 February 2022 + - Bump deps [`d4fdf02`](https://github.com/felixmosh/bull-board/commit/d4fdf02cd2326b1d6d3363ee1ce270c76b9db80f) +- Release 3.9.4 [`2d0bae8`](https://github.com/felixmosh/bull-board/commit/2d0bae849bb61953427bdadb28e4ffc8ad23b89f) - 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) diff --git a/package.json b/package.json index 6859515f..47d611c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "3.9.4", + "version": "3.10.0", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index 2d4d83b8..1559fca4 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "3.9.4", + "version": "3.10.0", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 84362a61..f102c1ae 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "3.9.4", + "version": "3.10.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.9.4", - "@bull-board/ui": "3.9.4", + "@bull-board/api": "3.10.0", + "@bull-board/ui": "3.10.0", "ejs": "3.1.6", "express": "4.17.2" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index ac7a70f2..deca5eb2 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "3.9.4", + "version": "3.10.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.9.4", - "@bull-board/ui": "3.9.4", + "@bull-board/api": "3.10.0", + "@bull-board/ui": "3.10.0", "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 634fc068..f47002f7 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "3.9.4", + "version": "3.10.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.9.4", - "@bull-board/ui": "3.9.4", + "@bull-board/api": "3.10.0", + "@bull-board/ui": "3.10.0", "@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 264d1af0..04997be8 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "3.9.4", + "version": "3.10.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.9.4", - "@bull-board/ui": "3.9.4", + "@bull-board/api": "3.10.0", + "@bull-board/ui": "3.10.0", "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 21a36442..f45bed9c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "3.9.4", + "version": "3.10.0", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.9.4" + "@bull-board/api": "3.10.0" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",