diff --git a/CHANGELOG.md b/CHANGELOG.md index 559e2b40..e79a2db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.2.2](https://github.com/felixmosh/bull-board/compare/v3.2.1...v3.2.2) + +- Fix logo [`5c5add9`](https://github.com/felixmosh/bull-board/commit/5c5add93ba1e1d32b933c2216f7e093ab7c28256) + #### [v3.2.1](https://github.com/felixmosh/bull-board/compare/v3.2.0...v3.2.1) +> 2 June 2021 + - Add fav icon & change the logo to be more consistent between OS's [`#288`](https://github.com/felixmosh/bull-board/pull/288) +- Release 3.2.1 [`6251c28`](https://github.com/felixmosh/bull-board/commit/6251c281e914832c53c1ebe106b79221b77154dc) - Add release hooks [`a995359`](https://github.com/felixmosh/bull-board/commit/a995359887758f735476850eda754d7d3f6c8a7f) #### [v3.2.0](https://github.com/felixmosh/bull-board/compare/v3.1.0...v3.2.0) diff --git a/package.json b/package.json index b715bde5..c8e52a7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "3.2.1", + "version": "3.2.2", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index d09d95b0..818c1afc 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "3.2.1", + "version": "3.2.2", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 1a5cee14..b7b83b85 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "3.2.1", + "version": "3.2.2", "description": "Express.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -27,8 +27,8 @@ "build": "tsc" }, "dependencies": { - "@bull-board/api": "3.2.1", - "@bull-board/ui": "3.2.1", + "@bull-board/api": "3.2.2", + "@bull-board/ui": "3.2.2", "ejs": "3.1.6", "express": "4.17.1" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index decdc157..7020c4d7 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "3.2.1", + "version": "3.2.2", "description": "Fastify.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -27,8 +27,8 @@ "build": "tsc" }, "dependencies": { - "@bull-board/api": "3.2.1", - "@bull-board/ui": "3.2.1", + "@bull-board/api": "3.2.2", + "@bull-board/ui": "3.2.2", "ejs": "^3.1.6", "fastify-static": "^4.2.2", "point-of-view": "^4.14.0" diff --git a/packages/hapi/package.json b/packages/hapi/package.json index e415009e..f6c5b64c 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "3.2.1", + "version": "3.2.2", "description": "Hapi.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -27,8 +27,8 @@ "build": "tsc" }, "dependencies": { - "@bull-board/api": "3.2.1", - "@bull-board/ui": "3.2.1", + "@bull-board/api": "3.2.2", + "@bull-board/ui": "3.2.2", "@hapi/inert": "^6.0.3", "@hapi/vision": "^6.1.0", "ejs": "^3.1.6" diff --git a/packages/koa/package.json b/packages/koa/package.json index 61e8f658..173e3e00 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "3.2.1", + "version": "3.2.2", "description": "Koa.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -27,8 +27,8 @@ "build": "tsc" }, "dependencies": { - "@bull-board/api": "3.2.1", - "@bull-board/ui": "3.2.1", + "@bull-board/api": "3.2.2", + "@bull-board/ui": "3.2.2", "ejs": "^3.1.6", "koa": "^2.13.1", "koa-mount": "^4.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 400ccc13..baa6994a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "3.2.1", + "version": "3.2.2", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -26,7 +26,7 @@ "build": "NODE_ENV=production webpack --mode=production" }, "dependencies": { - "@bull-board/api": "3.2.1", + "@bull-board/api": "3.2.2", "react-paginate": "^7.1.3" }, "devDependencies": {