diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf4fe30..4131dbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.5.4](https://github.com/felixmosh/bull-board/compare/v3.5.3...v3.5.4) + +- Rollback @radix-ui/react-dropdown-menu due to https://github.com/radix-ui/primitives/issues/837 [`#321`](https://github.com/felixmosh/bull-board/pull/321) +- Rollback @radix-ui/react-dropdown-menu due to https://github.com/radix-ui/primitives/issues/837 (#321) [`#320`](https://github.com/felixmosh/bull-board/issues/320) + #### [v3.5.3](https://github.com/felixmosh/bull-board/compare/v3.5.2...v3.5.3) +> 26 August 2021 + - Bump deps [`f1a1c63`](https://github.com/felixmosh/bull-board/commit/f1a1c63335061d648b8a8218a697d00de70bb760) +- Release 3.5.3 [`a12de06`](https://github.com/felixmosh/bull-board/commit/a12de06362826347b7c1064ba5be691fa98d173b) #### [v3.5.2](https://github.com/felixmosh/bull-board/compare/v3.5.1...v3.5.2) diff --git a/package.json b/package.json index 74333ed3..e249c71f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "3.5.3", + "version": "3.5.4", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index c5533b99..7f1fe607 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "3.5.3", + "version": "3.5.4", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index fcc200e6..e4d21867 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "3.5.3", + "version": "3.5.4", "description": "Express.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.5.3", - "@bull-board/ui": "3.5.3", + "@bull-board/api": "3.5.4", + "@bull-board/ui": "3.5.4", "ejs": "3.1.6", "express": "4.17.1" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 19454ae9..994036d9 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "3.5.3", + "version": "3.5.4", "description": "Fastify.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.5.3", - "@bull-board/ui": "3.5.3", + "@bull-board/api": "3.5.4", + "@bull-board/ui": "3.5.4", "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 233c3c2e..84042fe7 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "3.5.3", + "version": "3.5.4", "description": "Hapi.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.5.3", - "@bull-board/ui": "3.5.3", + "@bull-board/api": "3.5.4", + "@bull-board/ui": "3.5.4", "@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 76088620..72933180 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "3.5.3", + "version": "3.5.4", "description": "Koa.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.5.3", - "@bull-board/ui": "3.5.3", + "@bull-board/api": "3.5.4", + "@bull-board/ui": "3.5.4", "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 c0561c86..68da8251 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "3.5.3", + "version": "3.5.4", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.5.3" + "@bull-board/api": "3.5.4" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.5",