Skip to content

Commit

Permalink
Release 3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 24, 2022
1 parent 1147472 commit ce469b6
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 17 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ 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.5](https://github.com/felixmosh/bull-board/compare/v3.10.4...v3.10.5)

- Upgrade deps of examples [`27708de`](https://github.com/felixmosh/bull-board/commit/27708de288bf3f7cefea29df561c30fadd57afcb)
- remove empty class [`1147472`](https://github.com/felixmosh/bull-board/commit/11474724c8f175968fcbd1e54f574b2ad9451be5)

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

> 14 April 2022
- Deps bump [`cefe20f`](https://github.com/felixmosh/bull-board/commit/cefe20f98dd24f0d0113fe43504455d453f28ef9)
- Release 3.10.4 [`99f144c`](https://github.com/felixmosh/bull-board/commit/99f144c118e13bae946e892cf95ce508c4160480)
- chore(deps): bump minimist from 1.2.5 to 1.2.6 [`7310de9`](https://github.com/felixmosh/bull-board/commit/7310de9c9cf417826d608a5a42b417e391626925)
- chore(deps): bump minimist in /examples/with-fastify-auth [`5c566d4`](https://github.com/felixmosh/bull-board/commit/5c566d406c431925be01a9dea46f1baa9795b419)

#### [v3.10.3](https://github.com/felixmosh/bull-board/compare/v3.10.2...v3.10.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.10.4",
"version": "3.10.5",
"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.4",
"version": "3.10.5",
"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.4",
"version": "3.10.5",
"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.4",
"@bull-board/ui": "3.10.4",
"@bull-board/api": "3.10.5",
"@bull-board/ui": "3.10.5",
"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.4",
"version": "3.10.5",
"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.4",
"@bull-board/ui": "3.10.4",
"@bull-board/api": "3.10.5",
"@bull-board/ui": "3.10.5",
"ejs": "^3.1.6",
"fastify-static": "^4.6.1",
"point-of-view": "^5.2.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.4",
"version": "3.10.5",
"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.4",
"@bull-board/ui": "3.10.4",
"@bull-board/api": "3.10.5",
"@bull-board/ui": "3.10.5",
"@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.4",
"version": "3.10.5",
"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.4",
"@bull-board/ui": "3.10.4",
"@bull-board/api": "3.10.5",
"@bull-board/ui": "3.10.5",
"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.4",
"version": "3.10.5",
"description": "Bull-Board's UI package",
"keywords": [
"bull",
Expand All @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.10.4"
"@bull-board/api": "3.10.5"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down

0 comments on commit ce469b6

Please sign in to comment.