diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecb416..4093a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.22.0](https://github.com/s-r-x/bull-monitor/compare/v0.21.1...v0.22.0) (2021-06-07) + + +### Bug Fixes + +* **ui:** set body cursor style to ew-resize while resizing the drawer ([89b6d33](https://github.com/s-r-x/bull-monitor/commit/89b6d3348698699760553e1c4b5fb27cf23b6959)) +* **ui:** set body userSelect style to none while resizing the drawer ([1b50d21](https://github.com/s-r-x/bull-monitor/commit/1b50d21e1fdf56cabe2e7754f74f87ad366fc786)) +* greater z-index on Codemirror-tooltip element ([c76061c](https://github.com/s-r-x/bull-monitor/commit/c76061c0cee48e7eaf9005abba6d3b27a7d31040)) + + +### Features + +* add resizable ability to Drawer component ([defcccb](https://github.com/s-r-x/bull-monitor/commit/defcccbc3c5ca006a91c76265d426d844cbe55ae)) + + + + + ## [0.21.1](https://github.com/s-r-x/bull-monitor/compare/v0.21.0...v0.21.1) (2021-05-25) diff --git a/lerna.json b/lerna.json index fbba338..9f28647 100755 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.21.1", + "version": "0.22.0", "command": { "version": { "allowBranch": "main", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 9b191ed..9806d39 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.22.0](https://github.com/s-r-x/bull-monitor/compare/v0.21.1...v0.22.0) (2021-06-07) + +**Note:** Version bump only for package @bull-monitor/express + + + + + ## [0.21.1](https://github.com/s-r-x/bull-monitor/compare/v0.21.0...v0.21.1) (2021-05-25) **Note:** Version bump only for package @bull-monitor/express diff --git a/packages/express/package-lock.json b/packages/express/package-lock.json index 811aa15..a8c819f 100644 --- a/packages/express/package-lock.json +++ b/packages/express/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/express", - "version": "0.21.1", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/express/package.json b/packages/express/package.json index 5bcd504..385caf1 100755 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/express", - "version": "0.21.1", + "version": "0.22.0", "description": "bull-monitor for express", "keywords": [ "bull" @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^0.21.1", + "@bull-monitor/root": "^0.22.0", "apollo-server-express": "^2.22.2" }, "peerDependencies": { diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index 30bb347..cd0ffe4 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.22.0](https://github.com/s-r-x/bull-monitor/compare/v0.21.1...v0.22.0) (2021-06-07) + +**Note:** Version bump only for package @bull-monitor/fastify + + + + + ## [0.21.1](https://github.com/s-r-x/bull-monitor/compare/v0.21.0...v0.21.1) (2021-05-25) **Note:** Version bump only for package @bull-monitor/fastify diff --git a/packages/fastify/package-lock.json b/packages/fastify/package-lock.json index e31844e..3936ea2 100644 --- a/packages/fastify/package-lock.json +++ b/packages/fastify/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/fastify", - "version": "0.21.1", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/fastify/package.json b/packages/fastify/package.json index d416c30..2162c6b 100755 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/fastify", - "version": "0.21.1", + "version": "0.22.0", "description": "bull-monitor for fastify", "keywords": [ "bull" @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^0.21.1", + "@bull-monitor/root": "^0.22.0", "apollo-server-fastify": "3.0.0-alpha.3" }, "peerDependencies": { diff --git a/packages/hapi/CHANGELOG.md b/packages/hapi/CHANGELOG.md index 6f0b9cc..a149926 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.22.0](https://github.com/s-r-x/bull-monitor/compare/v0.21.1...v0.22.0) (2021-06-07) + +**Note:** Version bump only for package @bull-monitor/hapi + + + + + ## [0.21.1](https://github.com/s-r-x/bull-monitor/compare/v0.21.0...v0.21.1) (2021-05-25) **Note:** Version bump only for package @bull-monitor/hapi diff --git a/packages/hapi/package-lock.json b/packages/hapi/package-lock.json index c5a90ea..eb5e92b 100644 --- a/packages/hapi/package-lock.json +++ b/packages/hapi/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/hapi", - "version": "0.21.1", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/hapi/package.json b/packages/hapi/package.json index 284870d..4b5c91f 100755 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/hapi", - "version": "0.21.1", + "version": "0.22.0", "description": "bull-monitor for hapi", "keywords": [ "bull" @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^0.21.1", + "@bull-monitor/root": "^0.22.0", "apollo-server-hapi": "^2.23.0" }, "peerDependencies": { diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index a2531ab..cfd571e 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.22.0](https://github.com/s-r-x/bull-monitor/compare/v0.21.1...v0.22.0) (2021-06-07) + +**Note:** Version bump only for package @bull-monitor/koa + + + + + ## [0.21.1](https://github.com/s-r-x/bull-monitor/compare/v0.21.0...v0.21.1) (2021-05-25) **Note:** Version bump only for package @bull-monitor/koa diff --git a/packages/koa/package-lock.json b/packages/koa/package-lock.json index ee9ead4..1d8561e 100644 --- a/packages/koa/package-lock.json +++ b/packages/koa/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/koa", - "version": "0.21.1", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/koa/package.json b/packages/koa/package.json index ae8406b..00f7ccd 100755 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/koa", - "version": "0.21.1", + "version": "0.22.0", "description": "bull-monitor for koa", "repository": { "type": "git", @@ -21,7 +21,7 @@ }, "main": "dist/index.js", "dependencies": { - "@bull-monitor/root": "^0.21.1", + "@bull-monitor/root": "^0.22.0", "apollo-server-koa": "^2.22.2" }, "peerDependencies": { diff --git a/packages/root/CHANGELOG.md b/packages/root/CHANGELOG.md index d934b59..4a9c80c 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.22.0](https://github.com/s-r-x/bull-monitor/compare/v0.21.1...v0.22.0) (2021-06-07) + +**Note:** Version bump only for package @bull-monitor/root + + + + + ## [0.21.1](https://github.com/s-r-x/bull-monitor/compare/v0.21.0...v0.21.1) (2021-05-25) **Note:** Version bump only for package @bull-monitor/root diff --git a/packages/root/package-lock.json b/packages/root/package-lock.json index 042c06c..783915c 100644 --- a/packages/root/package-lock.json +++ b/packages/root/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/root", - "version": "0.21.1", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/root/package.json b/packages/root/package.json index 992c0ac..d16008d 100755 --- a/packages/root/package.json +++ b/packages/root/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/root", - "version": "0.21.1", + "version": "0.22.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 ef0a58d..808256f 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.22.0](https://github.com/s-r-x/bull-monitor/compare/v0.21.1...v0.22.0) (2021-06-07) + + +### Bug Fixes + +* **ui:** set body cursor style to ew-resize while resizing the drawer ([89b6d33](https://github.com/s-r-x/bull-monitor/commit/89b6d3348698699760553e1c4b5fb27cf23b6959)) +* **ui:** set body userSelect style to none while resizing the drawer ([1b50d21](https://github.com/s-r-x/bull-monitor/commit/1b50d21e1fdf56cabe2e7754f74f87ad366fc786)) +* greater z-index on Codemirror-tooltip element ([c76061c](https://github.com/s-r-x/bull-monitor/commit/c76061c0cee48e7eaf9005abba6d3b27a7d31040)) + + +### Features + +* add resizable ability to Drawer component ([defcccb](https://github.com/s-r-x/bull-monitor/commit/defcccbc3c5ca006a91c76265d426d844cbe55ae)) + + + + + ## [0.21.1](https://github.com/s-r-x/bull-monitor/compare/v0.21.0...v0.21.1) (2021-05-25) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 47ee48e..04f0307 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/ui", - "version": "0.21.1", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 95c2702..b7edeac 100755 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bull-monitor/ui", - "version": "0.21.1", + "version": "0.22.0", "license": "MIT", "author": "Ilya Strus ", "description": "bull-monitor ui",