Skip to content

Commit

Permalink
Release 3.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 24, 2022
1 parent e3c2f6a commit 898b55b
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.10.7](https://github.com/felixmosh/bull-board/compare/v3.10.6...v3.10.7)

- Change min support to 14, 16 in ci [`e3c2f6a`](https://github.com/felixmosh/bull-board/commit/e3c2f6a65c28383060ddc14c562f615a33a07678)

#### [v3.10.6](https://github.com/felixmosh/bull-board/compare/v3.10.5...v3.10.6)

> 24 April 2022
- Update lock file [`6ee3494`](https://github.com/felixmosh/bull-board/commit/6ee3494a8e2281ff66d8fec73d39e87a1e03d4d2)
- Bump deps [`0218db2`](https://github.com/felixmosh/bull-board/commit/0218db256f9b09234cbf2c6ebec3fc653a0e0e40)
- fix: resolve @types/react to v17 [`025b13e`](https://github.com/felixmosh/bull-board/commit/025b13e45cfc51bb705e3dee5a2f994d43ef33a9)
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": "3.10.6",
"version": "3.10.7",
"private": true,
"description": "Bull queue UI for inspecting jobs",
"keywords": [
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": "3.10.6",
"version": "3.10.7",
"description": "Core server APIs of bull-board",
"keywords": [
"bull",
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": "3.10.6",
"version": "3.10.7",
"description": "Express.js server adapter for Bull-Board package",
"keywords": [
"bull",
Expand Down Expand Up @@ -28,8 +28,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.10.6",
"@bull-board/ui": "3.10.6",
"@bull-board/api": "3.10.7",
"@bull-board/ui": "3.10.7",
"ejs": "3.1.7",
"express": "4.17.3"
},
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": "3.10.6",
"version": "3.10.7",
"description": "Fastify.js server adapter for Bull-Board package",
"keywords": [
"bull",
Expand Down Expand Up @@ -28,8 +28,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.10.6",
"@bull-board/ui": "3.10.6",
"@bull-board/api": "3.10.7",
"@bull-board/ui": "3.10.7",
"ejs": "^3.1.7",
"fastify-static": "^4.6.1",
"point-of-view": "^5.2.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": "3.10.6",
"version": "3.10.7",
"description": "Hapi.js server adapter for Bull-Board package",
"keywords": [
"bull",
Expand Down Expand Up @@ -29,8 +29,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.10.6",
"@bull-board/ui": "3.10.6",
"@bull-board/api": "3.10.7",
"@bull-board/ui": "3.10.7",
"@hapi/inert": "^6.0.5",
"@hapi/vision": "^6.1.0",
"ejs": "^3.1.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bull-board/koa",
"version": "3.10.6",
"version": "3.10.7",
"description": "Koa.js server adapter for Bull-Board package",
"keywords": [
"bull",
Expand Down Expand Up @@ -28,8 +28,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.10.6",
"@bull-board/ui": "3.10.6",
"@bull-board/api": "3.10.7",
"@bull-board/ui": "3.10.7",
"ejs": "^3.1.7",
"koa": "^2.13.1",
"koa-mount": "^4.0.0",
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": "3.10.6",
"version": "3.10.7",
"description": "Bull-Board's UI package",
"keywords": [
"bull",
Expand All @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "3.10.6"
"@bull-board/api": "3.10.7"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down

0 comments on commit 898b55b

Please sign in to comment.