Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 29, 2021
1 parent 057ee57 commit 6eb242f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 14 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.0.0](https://github.com/felixmosh/bull-board/compare/v2.1.2...v3.0.0)

- Move bull-board to use mono-repo structure [`#281`](https://github.com/felixmosh/bull-board/pull/281)
- chore(deps): bump dns-packet from 1.3.1 to 1.3.4 [`#279`](https://github.com/felixmosh/bull-board/pull/279)
- Remove eslint-plugin-prettier since it formats differently then prettier it self [`ce93b4c`](https://github.com/felixmosh/bull-board/commit/ce93b4cdd16ccbf36300098f1ee9d38c2978149b)
- Add descriptions [`057ee57`](https://github.com/felixmosh/bull-board/commit/057ee570deaadcbffde33c2d889c8ea9bc002c2e)
- Change version to be the current one [`24b5516`](https://github.com/felixmosh/bull-board/commit/24b5516abc8eee98953323e0e74c1cb2190aa9b1)

#### [v2.1.2](https://github.com/felixmosh/bull-board/compare/v2.1.1...v2.1.2)

> 27 May 2021
- Bump deps [`59ad669`](https://github.com/felixmosh/bull-board/commit/59ad66912dddfbbbdabc23024b96286e977c9d3a)
- Fix prettier config && reformat the code [`ab134ca`](https://github.com/felixmosh/bull-board/commit/ab134ca0a26092c12b41c77b5159e21e24983fe4)
- Fix type issue [`04221c9`](https://github.com/felixmosh/bull-board/commit/04221c94242277363577d679a9524c857cc8b7e0)
- Release 2.1.2 [`ea19cab`](https://github.com/felixmosh/bull-board/commit/ea19cabe5b27b749489a8240e60f16d334a7e15a)

#### [v2.1.1](https://github.com/felixmosh/bull-board/compare/v2.1.0...v2.1.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/root",
"version": "2.1.2",
"version": "3.0.0",
"description": "Bull queue UI for inspecting jobs",
"keywords": [
"bull",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/api",
"version": "2.1.2",
"version": "3.0.0",
"description": "Bull-Board common api package",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/express",
"version": "2.1.2",
"version": "3.0.0",
"description": "Express.js server adapter for Bull-Board package",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"build": "tsc"
},
"dependencies": {
"@bull-board/api": "*",
"@bull-board/ui": "*",
"@bull-board/api": "3.0.0",
"@bull-board/ui": "3.0.0",
"ejs": "3.1.6",
"express": "4.17.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/fastify",
"version": "2.1.2",
"version": "3.0.0",
"description": "Fastify.js server adapter for Bull-Board package",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"build": "tsc"
},
"dependencies": {
"@bull-board/api": "*",
"@bull-board/ui": "*",
"@bull-board/api": "3.0.0",
"@bull-board/ui": "3.0.0",
"ejs": "^3.1.6",
"fastify-static": "^4.2.2",
"point-of-view": "^4.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/hapi",
"version": "2.1.2",
"version": "3.0.0",
"description": "Hapi.js server adapter for Bull-Board package",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"build": "tsc"
},
"dependencies": {
"@bull-board/api": "*",
"@bull-board/ui": "*",
"@bull-board/api": "3.0.0",
"@bull-board/ui": "3.0.0",
"@hapi/inert": "^6.0.3",
"@hapi/vision": "^6.1.0",
"ejs": "^3.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/ui",
"version": "2.1.2",
"version": "3.0.0",
"description": "Bull-Board's UI package",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"build": "NODE_ENV=production webpack --mode=production"
},
"dependencies": {
"@bull-board/api": "*"
"@bull-board/api": "3.0.0"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
Expand Down

0 comments on commit 6eb242f

Please sign in to comment.