From 56060c20da8134cce74efaf278dd63b81cdcab4f Mon Sep 17 00:00:00 2001 From: s-r-x Date: Thu, 29 Jul 2021 16:50:55 +0500 Subject: [PATCH] Release v0.31.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/express/CHANGELOG.md | 8 ++++++++ packages/express/package-lock.json | 2 +- packages/express/package.json | 4 ++-- packages/fastify/CHANGELOG.md | 8 ++++++++ packages/fastify/package-lock.json | 2 +- packages/fastify/package.json | 4 ++-- packages/hapi/CHANGELOG.md | 8 ++++++++ packages/hapi/package-lock.json | 2 +- packages/hapi/package.json | 4 ++-- packages/koa/CHANGELOG.md | 8 ++++++++ packages/koa/package-lock.json | 2 +- packages/koa/package.json | 4 ++-- packages/root/CHANGELOG.md | 8 ++++++++ packages/root/package-lock.json | 2 +- packages/root/package.json | 2 +- packages/ui/CHANGELOG.md | 11 +++++++++++ packages/ui/package-lock.json | 2 +- packages/ui/package.json | 2 +- 20 files changed, 79 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32312df..7b77c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/s-r-x/bull-monitor/compare/v0.30.0...v0.31.0) (2021-07-29) + + +### Features + +* **ui:** sort queues by jobs count ([89b881d](https://github.com/s-r-x/bull-monitor/commit/89b881dcf8c22580fa25ec8b24063e31c3dfdda8)) + + + + + # [0.30.0](https://github.com/s-r-x/bull-monitor/compare/v0.29.0...v0.30.0) (2021-07-27) diff --git a/lerna.json b/lerna.json index 562ebbe..66d711b 100755 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.30.0", + "version": "0.31.0", "command": { "version": { "allowBranch": "main", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 818888c..aed6058 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/s-r-x/bull-monitor/compare/v0.30.0...v0.31.0) (2021-07-29) + +**Note:** Version bump only for package @bull-monitor/express + + + + + # [0.30.0](https://github.com/s-r-x/bull-monitor/compare/v0.29.0...v0.30.0) (2021-07-27) **Note:** Version bump only for package @bull-monitor/express diff --git a/packages/express/package-lock.json b/packages/express/package-lock.json index e3ce55a..5c68837 100644 --- a/packages/express/package-lock.json +++ b/packages/express/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/express", - "version": "0.30.0", + "version": "0.31.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/express/package.json b/packages/express/package.json index 4c281d6..0016ee4 100755 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/express", - "version": "0.30.0", + "version": "0.31.0", "description": "bull-monitor for express", "keywords": [ "bull" @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^0.30.0", + "@bull-monitor/root": "^0.31.0", "apollo-server-express": "^2.22.2" }, "peerDependencies": { diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index 537f831..d064db1 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/s-r-x/bull-monitor/compare/v0.30.0...v0.31.0) (2021-07-29) + +**Note:** Version bump only for package @bull-monitor/fastify + + + + + # [0.30.0](https://github.com/s-r-x/bull-monitor/compare/v0.29.0...v0.30.0) (2021-07-27) **Note:** Version bump only for package @bull-monitor/fastify diff --git a/packages/fastify/package-lock.json b/packages/fastify/package-lock.json index ef7fc09..d70cc28 100644 --- a/packages/fastify/package-lock.json +++ b/packages/fastify/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/fastify", - "version": "0.30.0", + "version": "0.31.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 945dd6c..da56797 100755 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/fastify", - "version": "0.30.0", + "version": "0.31.0", "description": "bull-monitor for fastify", "keywords": [ "bull" @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^0.30.0", + "@bull-monitor/root": "^0.31.0", "apollo-server-fastify": "3.0.0-alpha.3" }, "peerDependencies": { diff --git a/packages/hapi/CHANGELOG.md b/packages/hapi/CHANGELOG.md index 1acf8dd..c44df09 100644 --- a/packages/hapi/CHANGELOG.md +++ b/packages/hapi/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/s-r-x/bull-monitor/compare/v0.30.0...v0.31.0) (2021-07-29) + +**Note:** Version bump only for package @bull-monitor/hapi + + + + + # [0.30.0](https://github.com/s-r-x/bull-monitor/compare/v0.29.0...v0.30.0) (2021-07-27) **Note:** Version bump only for package @bull-monitor/hapi diff --git a/packages/hapi/package-lock.json b/packages/hapi/package-lock.json index faeae9c..29c5277 100644 --- a/packages/hapi/package-lock.json +++ b/packages/hapi/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/hapi", - "version": "0.30.0", + "version": "0.31.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/hapi/package.json b/packages/hapi/package.json index 9e54f50..9dd134c 100755 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/hapi", - "version": "0.30.0", + "version": "0.31.0", "description": "bull-monitor for hapi", "keywords": [ "bull" @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^0.30.0", + "@bull-monitor/root": "^0.31.0", "apollo-server-hapi": "^2.23.0" }, "peerDependencies": { diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index f2020dc..a75b677 100644 --- a/packages/koa/CHANGELOG.md +++ b/packages/koa/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/s-r-x/bull-monitor/compare/v0.30.0...v0.31.0) (2021-07-29) + +**Note:** Version bump only for package @bull-monitor/koa + + + + + # [0.30.0](https://github.com/s-r-x/bull-monitor/compare/v0.29.0...v0.30.0) (2021-07-27) **Note:** Version bump only for package @bull-monitor/koa diff --git a/packages/koa/package-lock.json b/packages/koa/package-lock.json index 131688c..edbb044 100644 --- a/packages/koa/package-lock.json +++ b/packages/koa/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/koa", - "version": "0.30.0", + "version": "0.31.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/koa/package.json b/packages/koa/package.json index 56fb1ae..57d7a27 100755 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/koa", - "version": "0.30.0", + "version": "0.31.0", "description": "bull-monitor for koa", "repository": { "type": "git", @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^0.30.0", + "@bull-monitor/root": "^0.31.0", "apollo-server-koa": "^2.22.2" }, "peerDependencies": { diff --git a/packages/root/CHANGELOG.md b/packages/root/CHANGELOG.md index 6321025..c625694 100644 --- a/packages/root/CHANGELOG.md +++ b/packages/root/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/s-r-x/bull-monitor/compare/v0.30.0...v0.31.0) (2021-07-29) + +**Note:** Version bump only for package @bull-monitor/root + + + + + # [0.30.0](https://github.com/s-r-x/bull-monitor/compare/v0.29.0...v0.30.0) (2021-07-27) diff --git a/packages/root/package-lock.json b/packages/root/package-lock.json index 36d8fa8..01835ff 100644 --- a/packages/root/package-lock.json +++ b/packages/root/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/root", - "version": "0.30.0", + "version": "0.31.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/root/package.json b/packages/root/package.json index d06a578..668e5eb 100755 --- a/packages/root/package.json +++ b/packages/root/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/root", - "version": "0.30.0", + "version": "0.31.0", "repository": { "type": "git", "url": "https://github.com/s-r-x/bull-monitor.git", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index ef97732..81f0cb8 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/s-r-x/bull-monitor/compare/v0.30.0...v0.31.0) (2021-07-29) + + +### Features + +* **ui:** sort queues by jobs count ([89b881d](https://github.com/s-r-x/bull-monitor/commit/89b881dcf8c22580fa25ec8b24063e31c3dfdda8)) + + + + + # [0.30.0](https://github.com/s-r-x/bull-monitor/compare/v0.29.0...v0.30.0) (2021-07-27) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index efc5ec3..bc9ff7d 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/ui", - "version": "0.30.0", + "version": "0.31.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 0da52e1..8987244 100755 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/ui", - "version": "0.30.0", + "version": "0.31.0", "license": "MIT", "author": "Ilya Strus ", "description": "bull-monitor ui",