Skip to content

Commit

Permalink
Release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 3, 2022
1 parent 7770850 commit f0c43d4
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,9 +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.11.0](https://github.com/felixmosh/bull-board/compare/v3.10.7...v3.11.0)

- Upgrade to @fastify/static, closes #408 [`#408`](https://github.com/felixmosh/bull-board/issues/408)
- Update fastify examples [`7770850`](https://github.com/felixmosh/bull-board/commit/7770850c241a32ef7cf53da177049a7a6f223306)
- Add connection example [`0d10d20`](https://github.com/felixmosh/bull-board/commit/0d10d20d5d3a071b22bacf8b293af2f239413ce7)
- Add package list to README.md [`c565593`](https://github.com/felixmosh/bull-board/commit/c565593d0681eae882cb4a41a30f78d4f0404140)

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

> 24 April 2022
- Change min support to 14, 16 in ci [`e3c2f6a`](https://github.com/felixmosh/bull-board/commit/e3c2f6a65c28383060ddc14c562f615a33a07678)
- Release 3.10.7 [`898b55b`](https://github.com/felixmosh/bull-board/commit/898b55bebd1770ad3a29dbafd7b9356bd1458b8c)

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

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.7",
"version": "3.11.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.10.7",
"version": "3.11.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.10.7",
"version": "3.11.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.10.7",
"@bull-board/ui": "3.10.7",
"@bull-board/api": "3.11.0",
"@bull-board/ui": "3.11.0",
"ejs": "3.1.7",
"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.7",
"version": "3.11.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.10.7",
"@bull-board/ui": "3.10.7",
"@bull-board/api": "3.11.0",
"@bull-board/ui": "3.11.0",
"@fastify/static": "^5.0.1",
"ejs": "^3.1.7",
"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.7",
"version": "3.11.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.10.7",
"@bull-board/ui": "3.10.7",
"@bull-board/api": "3.11.0",
"@bull-board/ui": "3.11.0",
"@hapi/inert": "^6.0.5",
"@hapi/vision": "^6.1.0",
"ejs": "^3.1.7"
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.7",
"version": "3.11.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.10.7",
"@bull-board/ui": "3.10.7",
"@bull-board/api": "3.11.0",
"@bull-board/ui": "3.11.0",
"ejs": "^3.1.7",
"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.7",
"version": "3.11.0",
"description": "Bull-Board's UI package",
"keywords": [
"bull",
Expand All @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.10.7"
"@bull-board/api": "3.11.0"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down

0 comments on commit f0c43d4

Please sign in to comment.