diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ff3d8..1c5d910 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. +# [4.1.0](https://github.com/s-r-x/bull-monitor/compare/v4.0.0...v4.1.0) (2022-03-02) + + +### Features + +* **cli:** bullmq support ([8bff4b9](https://github.com/s-r-x/bull-monitor/commit/8bff4b9f6e2f42df5443fb07fe05f188e18dc554)) + + + + + # [4.0.0](https://github.com/s-r-x/bull-monitor/compare/v3.5.0...v4.0.0) (2022-03-02) diff --git a/lerna.json b/lerna.json index 2453b7f..379de2a 100755 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "4.0.0", + "version": "4.1.0", "command": { "version": { "allowBranch": "main", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3df329f..b8f2a4f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +# [4.1.0](https://github.com/s-r-x/bull-monitor/compare/v4.0.0...v4.1.0) (2022-03-02) + + +### Features + +* **cli:** bullmq support ([8bff4b9](https://github.com/s-r-x/bull-monitor/commit/8bff4b9f6e2f42df5443fb07fe05f188e18dc554)) + + + + + # [4.0.0](https://github.com/s-r-x/bull-monitor/compare/v3.5.0...v4.0.0) (2022-03-02) diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index acb8016..88c574d 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/cli", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 538b2f0..57bb67d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/cli", - "version": "4.0.0", + "version": "4.1.0", "description": "cli for bull-monitor", "keywords": [ "bull" @@ -24,8 +24,8 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/express": "^4.0.0", - "@bull-monitor/root": "^4.0.0", + "@bull-monitor/express": "^4.1.0", + "@bull-monitor/root": "^4.1.0", "bull": "^4.0.0", "bullmq": "^1.76.0", "commander": "^8.3.0", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 1be3b3e..e628664 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. +# [4.1.0](https://github.com/s-r-x/bull-monitor/compare/v4.0.0...v4.1.0) (2022-03-02) + +**Note:** Version bump only for package @bull-monitor/express + + + + + # [4.0.0](https://github.com/s-r-x/bull-monitor/compare/v3.5.0...v4.0.0) (2022-03-02) diff --git a/packages/express/package-lock.json b/packages/express/package-lock.json index dd97620..eb524be 100644 --- a/packages/express/package-lock.json +++ b/packages/express/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/express", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/express/package.json b/packages/express/package.json index 765d806..be9cf78 100755 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/express", - "version": "4.0.0", + "version": "4.1.0", "description": "bull-monitor for express", "keywords": [ "bull" @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^4.0.0", + "@bull-monitor/root": "^4.1.0", "apollo-server-express": "^3.6.3" }, "peerDependencies": { diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index 915e57e..f1d5ba9 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. +# [4.1.0](https://github.com/s-r-x/bull-monitor/compare/v4.0.0...v4.1.0) (2022-03-02) + +**Note:** Version bump only for package @bull-monitor/fastify + + + + + # [4.0.0](https://github.com/s-r-x/bull-monitor/compare/v3.5.0...v4.0.0) (2022-03-02) diff --git a/packages/fastify/package-lock.json b/packages/fastify/package-lock.json index 16ee50c..326da31 100644 --- a/packages/fastify/package-lock.json +++ b/packages/fastify/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/fastify", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 3fd5890..05a1e16 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/fastify", - "version": "4.0.0", + "version": "4.1.0", "description": "bull-monitor for fastify", "keywords": [ "bull" @@ -21,7 +21,7 @@ "dev": "tsc --watch" }, "dependencies": { - "@bull-monitor/root": "^4.0.0", + "@bull-monitor/root": "^4.1.0", "apollo-server-fastify": "^3.6.3" }, "peerDependencies": { diff --git a/packages/hapi/CHANGELOG.md b/packages/hapi/CHANGELOG.md index 3b01501..d742466 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. +# [4.1.0](https://github.com/s-r-x/bull-monitor/compare/v4.0.0...v4.1.0) (2022-03-02) + +**Note:** Version bump only for package @bull-monitor/hapi + + + + + # [4.0.0](https://github.com/s-r-x/bull-monitor/compare/v3.5.0...v4.0.0) (2022-03-02) diff --git a/packages/hapi/package-lock.json b/packages/hapi/package-lock.json index 1fa5ca6..fc0151b 100644 --- a/packages/hapi/package-lock.json +++ b/packages/hapi/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/hapi", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/hapi/package.json b/packages/hapi/package.json index f15ffa8..cf07f08 100755 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/hapi", - "version": "4.0.0", + "version": "4.1.0", "description": "bull-monitor for hapi", "keywords": [ "bull" @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^4.0.0", + "@bull-monitor/root": "^4.1.0", "apollo-server-hapi": "^3.6.3" }, "peerDependencies": { diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index 0b8539e..aed1574 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. +# [4.1.0](https://github.com/s-r-x/bull-monitor/compare/v4.0.0...v4.1.0) (2022-03-02) + +**Note:** Version bump only for package @bull-monitor/koa + + + + + # [4.0.0](https://github.com/s-r-x/bull-monitor/compare/v3.5.0...v4.0.0) (2022-03-02) diff --git a/packages/koa/package-lock.json b/packages/koa/package-lock.json index 8ea79bc..87f97b3 100644 --- a/packages/koa/package-lock.json +++ b/packages/koa/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/koa", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/koa/package.json b/packages/koa/package.json index c224743..29a23b4 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/koa", - "version": "4.0.0", + "version": "4.1.0", "description": "bull-monitor for koa", "repository": { "type": "git", @@ -21,7 +21,7 @@ "dev": "tsc --watch" }, "dependencies": { - "@bull-monitor/root": "^4.0.0", + "@bull-monitor/root": "^4.1.0", "apollo-server-koa": "^3.6.3" }, "peerDependencies": { diff --git a/packages/root/CHANGELOG.md b/packages/root/CHANGELOG.md index 79935d5..9fec587 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. +# [4.1.0](https://github.com/s-r-x/bull-monitor/compare/v4.0.0...v4.1.0) (2022-03-02) + +**Note:** Version bump only for package @bull-monitor/root + + + + + # [4.0.0](https://github.com/s-r-x/bull-monitor/compare/v3.5.0...v4.0.0) (2022-03-02) diff --git a/packages/root/package-lock.json b/packages/root/package-lock.json index 70d5d33..b336d5a 100644 --- a/packages/root/package-lock.json +++ b/packages/root/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/root", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/root/package.json b/packages/root/package.json index 81f34e6..f2f09f3 100755 --- a/packages/root/package.json +++ b/packages/root/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/root", - "version": "4.0.0", + "version": "4.1.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 78d760e..4ebd0c5 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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. +# [4.1.0](https://github.com/s-r-x/bull-monitor/compare/v4.0.0...v4.1.0) (2022-03-02) + +**Note:** Version bump only for package @bull-monitor/ui + + + + + # [4.0.0](https://github.com/s-r-x/bull-monitor/compare/v3.5.0...v4.0.0) (2022-03-02) **Note:** Version bump only for package @bull-monitor/ui diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 9464ca9..8942002 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/ui", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 47a7097..0d7ef6b 100755 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/ui", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "author": "Ilya Strus ", "description": "bull-monitor ui",