Skip to content

Commit

Permalink
Release 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jan 26, 2022
1 parent 46dd95d commit 3ac5b07
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 17 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ 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.9.1](https://github.com/felixmosh/bull-board/compare/v3.9.0...v3.9.1)

- Improve performance [`#371`](https://github.com/felixmosh/bull-board/pull/371)
- chore(deps): bump nanoid from 3.1.30 to 3.2.0 [`#369`](https://github.com/felixmosh/bull-board/pull/369)
- chore(deps): bump follow-redirects from 1.14.6 to 1.14.7 [`#365`](https://github.com/felixmosh/bull-board/pull/365)
- Add fastify to example deps, #364 [`ddbff5f`](https://github.com/felixmosh/bull-board/commit/ddbff5f332719c70590683494226f0090db58c69)
- Show error message [`e779507`](https://github.com/felixmosh/bull-board/commit/e77950706c8f04c1723c81b3876846ddc8a4833a)
- Add stale bot [`a5c5833`](https://github.com/felixmosh/bull-board/commit/a5c5833fb0cd47aba299c7c7b9816bf37222893f)

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

> 11 January 2022
- fix: overlay issue with confirm modal [`31681a4`](https://github.com/felixmosh/bull-board/commit/31681a499db8e241e1225bbd214de922498e2806)
- Release 3.9.0 [`1413354`](https://github.com/felixmosh/bull-board/commit/14133545824ddbd50749615d7b37bbd6ab40ca21)
- feat: add repeat label & change timeline text, #360 [`ec6bef4`](https://github.com/felixmosh/bull-board/commit/ec6bef47c5d47354b1811f35b757d6f8aad355c9)
- Update gitignore [`1bf1a24`](https://github.com/felixmosh/bull-board/commit/1bf1a247c1aaaf28fefee862cb0074120bec3a1a)

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

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.0",
"version": "3.9.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.9.0",
"version": "3.9.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.9.0",
"version": "3.9.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.9.0",
"@bull-board/ui": "3.9.0",
"@bull-board/api": "3.9.1",
"@bull-board/ui": "3.9.1",
"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.0",
"version": "3.9.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.9.0",
"@bull-board/ui": "3.9.0",
"@bull-board/api": "3.9.1",
"@bull-board/ui": "3.9.1",
"ejs": "^3.1.6",
"fastify-static": "^4.2.2",
"point-of-view": "^4.14.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.0",
"version": "3.9.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.9.0",
"@bull-board/ui": "3.9.0",
"@bull-board/api": "3.9.1",
"@bull-board/ui": "3.9.1",
"@hapi/inert": "^6.0.3",
"@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.0",
"version": "3.9.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.9.0",
"@bull-board/ui": "3.9.0",
"@bull-board/api": "3.9.1",
"@bull-board/ui": "3.9.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.9.0",
"version": "3.9.1",
"description": "Bull-Board's UI package",
"keywords": [
"bull",
Expand All @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.9.0"
"@bull-board/api": "3.9.1"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.5",
Expand Down

0 comments on commit 3ac5b07

Please sign in to comment.