Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-x committed Jun 7, 2021
1 parent 65e0ce9 commit f35a59c
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 17 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.21.1",
"version": "0.22.0",
"command": {
"version": {
"allowBranch": "main",
Expand Down
8 changes: 8 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-monitor/express",
"version": "0.21.1",
"version": "0.22.0",
"description": "bull-monitor for express",
"keywords": [
"bull"
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-monitor/fastify",
"version": "0.21.1",
"version": "0.22.0",
"description": "bull-monitor for fastify",
"keywords": [
"bull"
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/hapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-monitor/hapi",
"version": "0.21.1",
"version": "0.22.0",
"description": "bull-monitor for hapi",
"keywords": [
"bull"
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/koa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/koa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-monitor/koa",
"version": "0.21.1",
"version": "0.22.0",
"description": "bull-monitor for koa",
"repository": {
"type": "git",
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/root/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/root/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/root/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-monitor/ui",
"version": "0.21.1",
"version": "0.22.0",
"license": "MIT",
"author": "Ilya Strus <[email protected]>",
"description": "bull-monitor ui",
Expand Down

0 comments on commit f35a59c

Please sign in to comment.