Skip to content

Commit

Permalink
Release 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jul 17, 2023
1 parent 0141a99 commit 95f4f6d
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 24 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,29 @@ 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).

#### [v5.6.1](https://github.com/felixmosh/bull-board/compare/v5.6.0...v5.6.1)

- chore(deps): bump semver in /examples/with-express-auth [`#606`](https://github.com/felixmosh/bull-board/pull/606)
- chore(deps): bump semver in /examples/with-multiple-instances [`#600`](https://github.com/felixmosh/bull-board/pull/600)
- chore(deps): bump semver in /examples/with-nestjs-module [`#604`](https://github.com/felixmosh/bull-board/pull/604)
- chore(deps): bump semver from 6.3.0 to 6.3.1 in /examples/with-nestjs [`#603`](https://github.com/felixmosh/bull-board/pull/603)
- chore(deps): bump semver in /examples/with-fastify-auth [`#605`](https://github.com/felixmosh/bull-board/pull/605)
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /examples/with-koa [`#601`](https://github.com/felixmosh/bull-board/pull/601)
- chore(deps): bump semver from 6.3.0 to 6.3.1 in /examples/with-express [`#602`](https://github.com/felixmosh/bull-board/pull/602)
- chore(deps): bump semver from 5.7.1 to 5.7.2 [`#599`](https://github.com/felixmosh/bull-board/pull/599)
- Bump deps [`997c6d5`](https://github.com/felixmosh/bull-board/commit/997c6d527dc4ff505cdb98f81e23ceb1ebeb22bd)
- fix: Warning: Functions are not valid as a React child [`0141a99`](https://github.com/felixmosh/bull-board/commit/0141a9975072ba52132446e4804b20a7ff21014b)
- fix: Hapi types changes [`b4994eb`](https://github.com/felixmosh/bull-board/commit/b4994eb2b5f2df7bc1cec639204344bba1f62ecc)

#### [v5.6.0](https://github.com/felixmosh/bull-board/compare/v5.5.3...v5.6.0)

> 26 June 2023
- Add promote all actions to delayed queues [`#596`](https://github.com/felixmosh/bull-board/pull/596)
- chore(deps): bump semver from 7.3.7 to 7.5.3 in /examples/with-fastify [`#595`](https://github.com/felixmosh/bull-board/pull/595)
- chore(deps): bump semver from 7.3.8 to 7.5.3 in /examples/with-hapi-auth [`#594`](https://github.com/felixmosh/bull-board/pull/594)
- chore(deps): bump semver from 7.3.8 to 7.5.3 in /examples/with-hapi [`#593`](https://github.com/felixmosh/bull-board/pull/593)
- Release 5.6.0 [`c220fc9`](https://github.com/felixmosh/bull-board/commit/c220fc9797e72dad70a29de3edfed8edea024e39)

#### [v5.5.3](https://github.com/felixmosh/bull-board/compare/v5.5.2...v5.5.3)

Expand Down Expand Up @@ -1022,7 +1039,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: Make bullmq as dep instead of devDep [`#171`](https://github.com/felixmosh/bull-board/pull/171)
- Update README.md [`#169`](https://github.com/felixmosh/bull-board/pull/169)

#### [v1.0.0](https://github.com/felixmosh/bull-board/compare/v1.0.0-beta.1...v1.0.0)
### [v1.0.0](https://github.com/felixmosh/bull-board/compare/v1.0.0-beta.1...v1.0.0)

> 25 November 2020
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": "5.6.0",
"version": "5.6.1",
"private": true,
"description": "Bull queue UI for inspecting jobs",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/api",
"version": "5.6.0",
"version": "5.6.1",
"description": "A Dashboard server API built on top of bull or bullmq.",
"keywords": [
"bull",
Expand Down Expand Up @@ -37,7 +37,7 @@
"ioredis-mock": "^7.2.0"
},
"peerDependencies": {
"@bull-board/ui": "5.6.0"
"@bull-board/ui": "5.6.1"
},
"publishConfig": {
"access": "public"
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": "5.6.0",
"version": "5.6.1",
"description": "A Express.js server adapter for Bull-Board dashboard.",
"keywords": [
"bull",
Expand Down Expand Up @@ -28,8 +28,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "5.6.0",
"@bull-board/ui": "5.6.0",
"@bull-board/api": "5.6.1",
"@bull-board/ui": "5.6.1",
"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": "5.6.0",
"version": "5.6.1",
"description": "A Fastify.js server adapter for Bull-Board dashboard.",
"keywords": [
"bull",
Expand Down Expand Up @@ -28,8 +28,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "5.6.0",
"@bull-board/ui": "5.6.0",
"@bull-board/api": "5.6.1",
"@bull-board/ui": "5.6.1",
"@fastify/static": "^6.4.0",
"@fastify/view": "^7.0.0",
"ejs": "^3.1.8"
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": "5.6.0",
"version": "5.6.1",
"description": "A Hapi.js server adapter for Bull-Board dashboard.",
"keywords": [
"bull",
Expand Down Expand Up @@ -29,8 +29,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "5.6.0",
"@bull-board/ui": "5.6.0",
"@bull-board/api": "5.6.1",
"@bull-board/ui": "5.6.1",
"@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": "5.6.0",
"version": "5.6.1",
"description": "A Koa.js server adapter for Bull-Board dashboard.",
"keywords": [
"bull",
Expand Down Expand Up @@ -28,8 +28,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "5.6.0",
"@bull-board/ui": "5.6.0",
"@bull-board/api": "5.6.1",
"@bull-board/ui": "5.6.1",
"ejs": "^3.1.7",
"koa": "^2.13.1",
"koa-mount": "^4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/nestjs",
"version": "5.6.0",
"version": "5.6.1",
"description": "A NestJS module for Bull-Board dashboard.",
"keywords": [
"bull",
Expand All @@ -19,9 +19,9 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@bull-board/api": "^5.6.0",
"@bull-board/express": "^5.6.0",
"@bull-board/fastify": "^5.6.0",
"@bull-board/api": "^5.6.1",
"@bull-board/express": "^5.6.1",
"@bull-board/fastify": "^5.6.1",
"@nestjs/bullmq": "^10.0.0",
"@nestjs/common": "^10.0.1",
"@nestjs/core": "^10.0.1",
Expand All @@ -36,8 +36,8 @@
"@nestjs/bull-shared": "^10.0.0"
},
"peerDependencies": {
"@bull-board/api": "^5.6.0",
"@bull-board/express": "^5.6.0",
"@bull-board/api": "^5.6.1",
"@bull-board/express": "^5.6.1",
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.13",
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": "5.6.0",
"version": "5.6.1",
"description": "A Dashboard UI built on top of bull or bullmq.",
"keywords": [
"bull",
Expand All @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "5.6.0"
"@bull-board/api": "5.6.1"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down

0 comments on commit 95f4f6d

Please sign in to comment.