From 7a6bf4803929f3667e11cb3c4008fdbf947401d1 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sun, 25 Jul 2021 13:53:53 +0300 Subject: [PATCH] Release 3.3.1 --- CHANGELOG.md | 21 ++++++++++++++++++--- package.json | 2 +- packages/api/package.json | 2 +- packages/express/package.json | 6 +++--- packages/fastify/package.json | 6 +++--- packages/hapi/package.json | 6 +++--- packages/koa/package.json | 6 +++--- packages/ui/package.json | 4 ++-- 8 files changed, 34 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 269ffd67..9de47954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.3.1](https://github.com/felixmosh/bull-board/compare/v3.3.0...v3.3.1) + +- Sort jobs asc [`6ed2f82`](https://github.com/felixmosh/bull-board/commit/6ed2f820f5d301efe4cf635db79cc7d4f55e9941) + #### [v3.3.0](https://github.com/felixmosh/bull-board/compare/v3.2.11...v3.3.0) +> 28 June 2021 + - Add confirmation modal on "dangerous" actions, closes #241 [`#302`](https://github.com/felixmosh/bull-board/pull/302) - Add confirmation modal on "dangerous" actions, closes #241 (#302) [`#241`](https://github.com/felixmosh/bull-board/issues/241) +- Release 3.3.0 [`b332982`](https://github.com/felixmosh/bull-board/commit/b33298203fa37fa0ac756d15f2bfb6b91dddfc0d) - Show successful failed job with a green progress bar [`6654e22`](https://github.com/felixmosh/bull-board/commit/6654e22967da35e1e2f5485f9f7701e11838e1ca) #### [v3.2.11](https://github.com/felixmosh/bull-board/compare/v3.2.10...v3.2.11) @@ -121,15 +128,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add readme to all packages [`9e98bc5`](https://github.com/felixmosh/bull-board/commit/9e98bc5c5e68b382a6e47aa8db572fdc463adc54) - Add keywords [`d80673a`](https://github.com/felixmosh/bull-board/commit/d80673ae32ea0d7fa3be95697f15af9873c1d71f) -### [v3.0.0](https://github.com/felixmosh/bull-board/compare/v2.1.2...v3.0.0) +### [v3.0.0](https://github.com/felixmosh/bull-board/compare/v2.1.3...v3.0.0) > 29 May 2021 - Move bull-board to use mono-repo structure [`#281`](https://github.com/felixmosh/bull-board/pull/281) -- chore(deps): bump dns-packet from 1.3.1 to 1.3.4 [`#279`](https://github.com/felixmosh/bull-board/pull/279) -- Remove eslint-plugin-prettier since it formats differently then prettier it self [`ce93b4c`](https://github.com/felixmosh/bull-board/commit/ce93b4cdd16ccbf36300098f1ee9d38c2978149b) - Add descriptions [`057ee57`](https://github.com/felixmosh/bull-board/commit/057ee570deaadcbffde33c2d889c8ea9bc002c2e) - Release 3.0.0 [`6eb242f`](https://github.com/felixmosh/bull-board/commit/6eb242fdd240ca9f2b1c4c3c3ae5414619d40e73) +- Change version to be the current one [`24b5516`](https://github.com/felixmosh/bull-board/commit/24b5516abc8eee98953323e0e74c1cb2190aa9b1) + +#### [v2.1.3](https://github.com/felixmosh/bull-board/compare/v2.1.2...v2.1.3) + +> 28 June 2021 + +- chore(deps): bump dns-packet from 1.3.1 to 1.3.4 [`#279`](https://github.com/felixmosh/bull-board/pull/279) +- Remove eslint-plugin-prettier since it formats differently then prettier it self [`ce93b4c`](https://github.com/felixmosh/bull-board/commit/ce93b4cdd16ccbf36300098f1ee9d38c2978149b) +- Release 2.1.3 [`c1671c2`](https://github.com/felixmosh/bull-board/commit/c1671c2bf341555c9ce319480b448da7d7ea5db0) +- Add deprecation message [`94f68f7`](https://github.com/felixmosh/bull-board/commit/94f68f7b1b8e356b1bca8e1c4e08731aedc7f7fa) #### [v2.1.2](https://github.com/felixmosh/bull-board/compare/v2.1.1...v2.1.2) diff --git a/package.json b/package.json index 72fc2ce0..622873dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/root", - "version": "3.3.0", + "version": "3.3.1", "private": true, "description": "Bull queue UI for inspecting jobs", "keywords": [ diff --git a/packages/api/package.json b/packages/api/package.json index 1aa9f0ae..f3a4a99d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/api", - "version": "3.3.0", + "version": "3.3.1", "description": "Core server APIs of bull-board", "keywords": [ "bull", diff --git a/packages/express/package.json b/packages/express/package.json index 23009e23..00caba3d 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/express", - "version": "3.3.0", + "version": "3.3.1", "description": "Express.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.3.0", - "@bull-board/ui": "3.3.0", + "@bull-board/api": "3.3.1", + "@bull-board/ui": "3.3.1", "ejs": "3.1.6", "express": "4.17.1" }, diff --git a/packages/fastify/package.json b/packages/fastify/package.json index f8baf2d8..d5030c16 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/fastify", - "version": "3.3.0", + "version": "3.3.1", "description": "Fastify.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.3.0", - "@bull-board/ui": "3.3.0", + "@bull-board/api": "3.3.1", + "@bull-board/ui": "3.3.1", "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 c86a02e9..1b6389eb 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/hapi", - "version": "3.3.0", + "version": "3.3.1", "description": "Hapi.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.3.0", - "@bull-board/ui": "3.3.0", + "@bull-board/api": "3.3.1", + "@bull-board/ui": "3.3.1", "@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 463798c5..f7d3008e 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/koa", - "version": "3.3.0", + "version": "3.3.1", "description": "Koa.js server adapter for Bull-Board package", "keywords": [ "bull", @@ -28,8 +28,8 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.3.0", - "@bull-board/ui": "3.3.0", + "@bull-board/api": "3.3.1", + "@bull-board/ui": "3.3.1", "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 a06717d7..aab0c8d7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-board/ui", - "version": "3.3.0", + "version": "3.3.1", "description": "Bull-Board's UI package", "keywords": [ "bull", @@ -27,7 +27,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@bull-board/api": "3.3.0", + "@bull-board/api": "3.3.1", "@radix-ui/react-alert-dialog": "^0.0.19" }, "devDependencies": {