Skip to content

Commit

Permalink
Release 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Mar 22, 2022
1 parent d7bc49e commit f345df2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ 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.1](https://github.com/felixmosh/bull-board/compare/v3.10.0...v3.10.1)

- fix: align attemptsMade to the behavior of BullMQ. [`#386`](https://github.com/felixmosh/bull-board/issues/386)
- Bump deps [`bd7a6c0`](https://github.com/felixmosh/bull-board/commit/bd7a6c0923d41467a162c1c46a7e9dfbdd6856ce)
- Update ci steps to use node 14 + 16 [`5a6bd06`](https://github.com/felixmosh/bull-board/commit/5a6bd0639948044e24b1ab939ee53309fc361c05)
- Rollback pretty-bytes to v5 [`188fd98`](https://github.com/felixmosh/bull-board/commit/188fd982b103ba67ef29808c626d8f65eff03415)

#### [v3.10.0](https://github.com/felixmosh/bull-board/compare/v3.9.4...v3.10.0)

> 20 February 2022
- 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)
- Release 3.10.0 [`9ccebf8`](https://github.com/felixmosh/bull-board/commit/9ccebf8433a01ac122f9700c3a2c05d41448fe71)

#### [v3.9.4](https://github.com/felixmosh/bull-board/compare/v3.9.3...v3.9.4)

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.10.0",
"version": "3.10.1",
"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.10.0",
"version": "3.10.1",
"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.10.0",
"version": "3.10.1",
"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.10.0",
"@bull-board/ui": "3.10.0",
"@bull-board/api": "3.10.1",
"@bull-board/ui": "3.10.1",
"ejs": "3.1.6",
"express": "4.17.3"
},
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.10.0",
"version": "3.10.1",
"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.10.0",
"@bull-board/ui": "3.10.0",
"@bull-board/api": "3.10.1",
"@bull-board/ui": "3.10.1",
"ejs": "^3.1.6",
"fastify-static": "^4.6.1",
"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.10.0",
"version": "3.10.1",
"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.10.0",
"@bull-board/ui": "3.10.0",
"@bull-board/api": "3.10.1",
"@bull-board/ui": "3.10.1",
"@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.10.0",
"version": "3.10.1",
"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.10.0",
"@bull-board/ui": "3.10.0",
"@bull-board/api": "3.10.1",
"@bull-board/ui": "3.10.1",
"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.10.0",
"version": "3.10.1",
"description": "Bull-Board's UI package",
"keywords": [
"bull",
Expand All @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.10.0"
"@bull-board/api": "3.10.1"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
Expand Down

0 comments on commit f345df2

Please sign in to comment.