Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Feb 20, 2022
1 parent 66ec345 commit 9ccebf8
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 17 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/hapi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/ui",
"version": "3.9.4",
"version": "3.10.0",
"description": "Bull-Board's UI package",
"keywords": [
"bull",
Expand All @@ -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",
Expand Down

0 comments on commit 9ccebf8

Please sign in to comment.