Skip to content

Commit

Permalink
Release 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Feb 5, 2022
1 parent 4952801 commit 6077da8
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 17 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,24 @@ 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.2](https://github.com/felixmosh/bull-board/compare/v3.9.1...v3.9.2)

- fix: decode queue name to support url special chars, closes #375 [`#376`](https://github.com/felixmosh/bull-board/pull/376)
- chore(deps): bump node-fetch from 2.6.6 to 2.6.7 [`#372`](https://github.com/felixmosh/bull-board/pull/372)
- fix: decode queue name to support url special chars, closes #375 (#376) [`#375`](https://github.com/felixmosh/bull-board/issues/375)
- fix: hide queue actions when queue is in readOnlyMode [`0b51e67`](https://github.com/felixmosh/bull-board/commit/0b51e679db9cd85e7f25defb5fa08a3603c66f6c)
- Inject at the body [`7688f27`](https://github.com/felixmosh/bull-board/commit/7688f27d26ef789d3fe7ac9cd45bc708e65238b6)

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

> 26 January 2022
- 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)
- Release 3.9.1 [`3ac5b07`](https://github.com/felixmosh/bull-board/commit/3ac5b074d3f1019569a242356a4726966237a738)

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

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.1",
"version": "3.9.2",
"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.1",
"version": "3.9.2",
"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.1",
"version": "3.9.2",
"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.1",
"@bull-board/ui": "3.9.1",
"@bull-board/api": "3.9.2",
"@bull-board/ui": "3.9.2",
"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.1",
"version": "3.9.2",
"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.1",
"@bull-board/ui": "3.9.1",
"@bull-board/api": "3.9.2",
"@bull-board/ui": "3.9.2",
"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.1",
"version": "3.9.2",
"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.1",
"@bull-board/ui": "3.9.1",
"@bull-board/api": "3.9.2",
"@bull-board/ui": "3.9.2",
"@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.1",
"version": "3.9.2",
"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.1",
"@bull-board/ui": "3.9.1",
"@bull-board/api": "3.9.2",
"@bull-board/ui": "3.9.2",
"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.1",
"version": "3.9.2",
"description": "Bull-Board's UI package",
"keywords": [
"bull",
Expand All @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.9.1"
"@bull-board/api": "3.9.2"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.5",
Expand Down

0 comments on commit 6077da8

Please sign in to comment.