Skip to content

Commit cf1a136

Browse files
committed
Release 5.10.1
1 parent 3014f47 commit cf1a136

File tree

9 files changed

+31
-24
lines changed

9 files changed

+31
-24
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v5.10.1](https://github.com/felixmosh/bull-board/compare/v5.10.0...v5.10.1)
8+
9+
- add locale pt-BR [`#654`](https://github.com/felixmosh/bull-board/pull/654)
10+
- fix: align en locale lang to be full specified (en-US) [`3014f47`](https://github.com/felixmosh/bull-board/commit/3014f47ad3171ceea1ba7e18f32cc8898efd6368)
11+
712
#### [v5.10.0](https://github.com/felixmosh/bull-board/compare/v5.9.2...v5.10.0)
813

14+
> 29 November 2023
15+
916
- chore(deps-dev): bump axios from 0.26.1 to 1.6.0 [`#644`](https://github.com/felixmosh/bull-board/pull/644)
1017
- feat: add translation ability, #653 [`615daa4`](https://github.com/felixmosh/bull-board/commit/615daa4f156f1c14cf048c2f43db6f648e864e49)
1118
- feat: add bundle-analyzer [`de5350d`](https://github.com/felixmosh/bull-board/commit/de5350d85bc18002dd92c9cb5a0d3a014b8e40a9)
12-
- fix: reduce bundle size [`396bf70`](https://github.com/felixmosh/bull-board/commit/396bf702a398d8e06d8b677ebcb5393f2ffbe11c)
19+
- Release 5.10.0 [`ea75f2e`](https://github.com/felixmosh/bull-board/commit/ea75f2ee4a0b6d7a6c0e78cb2ca562213e382a06)
1320

1421
#### [v5.9.2](https://github.com/felixmosh/bull-board/compare/v5.9.1...v5.9.2)
1522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/root",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"private": true,
55
"description": "Bull queue UI for inspecting jobs",
66
"keywords": [

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/api",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "A Dashboard server API built on top of bull or bullmq.",
55
"keywords": [
66
"bull",
@@ -39,7 +39,7 @@
3939
"supertest": "^6.3.3"
4040
},
4141
"peerDependencies": {
42-
"@bull-board/ui": "5.10.0"
42+
"@bull-board/ui": "5.10.1"
4343
},
4444
"publishConfig": {
4545
"access": "public"

packages/express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/express",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "A Express.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "5.10.0",
32-
"@bull-board/ui": "5.10.0",
31+
"@bull-board/api": "5.10.1",
32+
"@bull-board/ui": "5.10.1",
3333
"ejs": "3.1.7",
3434
"express": "4.17.3"
3535
},

packages/fastify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/fastify",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "A Fastify.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "5.10.0",
32-
"@bull-board/ui": "5.10.0",
31+
"@bull-board/api": "5.10.1",
32+
"@bull-board/ui": "5.10.1",
3333
"@fastify/static": "^6.11.2",
3434
"@fastify/view": "^8.1.0",
3535
"ejs": "^3.1.9"

packages/hapi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/hapi",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "A Hapi.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -29,8 +29,8 @@
2929
"clean": "rm -rf dist"
3030
},
3131
"dependencies": {
32-
"@bull-board/api": "5.10.0",
33-
"@bull-board/ui": "5.10.0",
32+
"@bull-board/api": "5.10.1",
33+
"@bull-board/ui": "5.10.1",
3434
"@hapi/inert": "^6.0.5",
3535
"@hapi/vision": "^6.1.0",
3636
"ejs": "^3.1.7"

packages/koa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/koa",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "A Koa.js server adapter for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -28,8 +28,8 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "5.10.0",
32-
"@bull-board/ui": "5.10.0",
31+
"@bull-board/api": "5.10.1",
32+
"@bull-board/ui": "5.10.1",
3333
"ejs": "^3.1.7",
3434
"koa": "^2.13.1",
3535
"koa-mount": "^4.0.0",

packages/nestjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/nestjs",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "A NestJS module for Bull-Board dashboard.",
55
"keywords": [
66
"bull",
@@ -19,9 +19,9 @@
1919
"clean": "rm -rf dist"
2020
},
2121
"devDependencies": {
22-
"@bull-board/api": "^5.10.0",
23-
"@bull-board/express": "^5.10.0",
24-
"@bull-board/fastify": "^5.10.0",
22+
"@bull-board/api": "^5.10.1",
23+
"@bull-board/express": "^5.10.1",
24+
"@bull-board/fastify": "^5.10.1",
2525
"@nestjs/bullmq": "^10.0.0",
2626
"@nestjs/common": "^10.0.1",
2727
"@nestjs/core": "^10.0.1",
@@ -36,8 +36,8 @@
3636
"@nestjs/bull-shared": "^10.0.0"
3737
},
3838
"peerDependencies": {
39-
"@bull-board/api": "^5.10.0",
40-
"@bull-board/express": "^5.10.0",
39+
"@bull-board/api": "^5.10.1",
40+
"@bull-board/express": "^5.10.1",
4141
"@nestjs/common": "^9.0.0 || ^10.0.0",
4242
"@nestjs/core": "^9.0.0 || ^10.0.0",
4343
"reflect-metadata": "^0.1.13",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bull-board/ui",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "A Dashboard UI built on top of bull or bullmq.",
55
"keywords": [
66
"bull",
@@ -28,7 +28,7 @@
2828
"clean": "rm -rf dist"
2929
},
3030
"dependencies": {
31-
"@bull-board/api": "5.10.0"
31+
"@bull-board/api": "5.10.1"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.17.9",

0 commit comments

Comments
 (0)