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

Commit

Permalink
Release v3.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-x committed Jan 11, 2022
1 parent 46ea2cc commit d261cb2
Show file tree
Hide file tree
Showing 23 changed files with 147 additions and 20 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.3](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-01-11)


### Features

* pass readonly param in queue adapter constructor instead ([46ea2cc](https://github.com/s-r-x/bull-monitor/commit/46ea2cc26b63e138088e919755e8bbe17576ecb4))


### BREAKING CHANGES

* replace "[new BullAdapter(queue), { readonly: true }]"
with "new BullAdapter(queue, { readonly: true })"





# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11)


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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"command": {
"version": {
"allowBranch": "main",
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.3](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-01-11)


### Features

* pass readonly param in queue adapter constructor instead ([46ea2cc](https://github.com/s-r-x/bull-monitor/commit/46ea2cc26b63e138088e919755e8bbe17576ecb4))


### BREAKING CHANGES

* replace "[new BullAdapter(queue), { readonly: true }]"
with "new BullAdapter(queue, { readonly: true })"





# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11)

**Note:** Version bump only for package @bull-monitor/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-monitor/cli",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "cli for bull-monitor",
"keywords": [
"bull"
Expand All @@ -24,7 +24,7 @@
},
"main": "dist/index.js",
"dependencies": {
"@bull-monitor/express": "^3.0.0-alpha.2",
"@bull-monitor/express": "^3.0.0-alpha.3",
"bull": "^4.0.0",
"commander": "^8.3.0",
"express": "^4.17.1"
Expand Down
17 changes: 17 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.3](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-01-11)


### Features

* pass readonly param in queue adapter constructor instead ([46ea2cc](https://github.com/s-r-x/bull-monitor/commit/46ea2cc26b63e138088e919755e8bbe17576ecb4))


### BREAKING CHANGES

* replace "[new BullAdapter(queue), { readonly: true }]"
with "new BullAdapter(queue, { readonly: true })"





# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11)


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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "bull-monitor for express",
"keywords": [
"bull"
Expand All @@ -21,7 +21,7 @@
},
"main": "dist/index.js",
"dependencies": {
"@bull-monitor/root": "^3.0.0-alpha.2",
"@bull-monitor/root": "^3.0.0-alpha.3",
"apollo-server-express": "^2.22.2"
},
"peerDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.3](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-01-11)


### Features

* pass readonly param in queue adapter constructor instead ([46ea2cc](https://github.com/s-r-x/bull-monitor/commit/46ea2cc26b63e138088e919755e8bbe17576ecb4))


### BREAKING CHANGES

* replace "[new BullAdapter(queue), { readonly: true }]"
with "new BullAdapter(queue, { readonly: true })"





# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11)


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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "bull-monitor for fastify",
"keywords": [
"bull"
Expand All @@ -21,7 +21,7 @@
},
"main": "dist/index.js",
"dependencies": {
"@bull-monitor/root": "^3.0.0-alpha.2",
"@bull-monitor/root": "^3.0.0-alpha.3",
"apollo-server-fastify": "3.0.0-alpha.3"
},
"peerDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/hapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.3](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-01-11)


### Features

* pass readonly param in queue adapter constructor instead ([46ea2cc](https://github.com/s-r-x/bull-monitor/commit/46ea2cc26b63e138088e919755e8bbe17576ecb4))


### BREAKING CHANGES

* replace "[new BullAdapter(queue), { readonly: true }]"
with "new BullAdapter(queue, { readonly: true })"





# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11)


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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "bull-monitor for hapi",
"keywords": [
"bull"
Expand All @@ -21,7 +21,7 @@
},
"main": "dist/index.js",
"dependencies": {
"@bull-monitor/root": "^3.0.0-alpha.2",
"@bull-monitor/root": "^3.0.0-alpha.3",
"apollo-server-hapi": "^2.23.0"
},
"peerDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/koa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.3](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-01-11)


### Features

* pass readonly param in queue adapter constructor instead ([46ea2cc](https://github.com/s-r-x/bull-monitor/commit/46ea2cc26b63e138088e919755e8bbe17576ecb4))


### BREAKING CHANGES

* replace "[new BullAdapter(queue), { readonly: true }]"
with "new BullAdapter(queue, { readonly: true })"





# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11)


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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "bull-monitor for koa",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
},
"main": "dist/index.js",
"dependencies": {
"@bull-monitor/root": "^3.0.0-alpha.2",
"@bull-monitor/root": "^3.0.0-alpha.3",
"apollo-server-koa": "^2.22.2"
},
"peerDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/root/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.3](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-01-11)


### Features

* pass readonly param in queue adapter constructor instead ([46ea2cc](https://github.com/s-r-x/bull-monitor/commit/46ea2cc26b63e138088e919755e8bbe17576ecb4))


### BREAKING CHANGES

* replace "[new BullAdapter(queue), { readonly: true }]"
with "new BullAdapter(queue, { readonly: true })"





# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11)


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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"repository": {
"type": "git",
"url": "https://github.com/s-r-x/bull-monitor.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/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.

# [3.0.0-alpha.3](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-01-11)

**Note:** Version bump only for package @bull-monitor/ui





# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11)

**Note:** Version bump only for package @bull-monitor/ui
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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"license": "MIT",
"author": "Ilya Strus <[email protected]>",
"description": "bull-monitor ui",
Expand Down

0 comments on commit d261cb2

Please sign in to comment.