Skip to content

Commit

Permalink
v3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Mar 16, 2024
1 parent b0bdb23 commit 5d2dd74
Show file tree
Hide file tree
Showing 14 changed files with 79 additions and 22 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Change Log


## v3.15.3 (2024-03-16)

#### :bug: Bug Fix
* `bull`
* [#3707](https://github.com/midwayjs/midway/pull/3707) fix: bullLogger with undefined value when emit error ([@czy88840616](https://github.com/czy88840616))
* `mikro`
* [#3704](https://github.com/midwayjs/midway/pull/3704) fix(mikro): RequestContext middleware ([@odex21](https://github.com/odex21))

#### :nail_care: Polish
* `mikro`
* [#3708](https://github.com/midwayjs/midway/pull/3708) chore: update request content middleware and use default source name … ([@czy88840616](https://github.com/czy88840616))

#### :package: Dependencies
* `grpc`
* [#3702](https://github.com/midwayjs/midway/pull/3702) fix(deps): update dependency @grpc/grpc-js to v1.10.3 ([@renovate[bot]](https://github.com/apps/renovate))
* `security`
* [#3703](https://github.com/midwayjs/midway/pull/3703) fix(deps): update dependency xss to v1.0.15 ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 2
- Harry Chen ([@czy88840616](https://github.com/czy88840616))
- [@odex21](https://github.com/odex21)



## v3.15.2 (2024-03-09)

#### :nail_care: Polish
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"cacheDir": ".changelog"
},
"npmClient": "npm",
"version": "3.15.2"
"version": "3.15.3"
}
4 changes: 2 additions & 2 deletions packages/bull-board/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bull-board",
"version": "3.15.2",
"version": "3.15.3",
"description": "midway component for bull",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@bull-board/api": "5.14.2",
"@bull-board/ui": "5.14.2",
"@midwayjs/bull": "^3.15.2",
"@midwayjs/bull": "^3.15.3",
"ejs": "3.1.9"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bull",
"version": "3.15.2",
"version": "3.15.3",
"description": "midway component for bull",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/grpc",
"version": "3.15.2",
"version": "3.15.3",
"description": "Midway Framework for gRPC",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mikro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mikro",
"version": "3.15.2",
"version": "3.15.3",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mongoose",
"version": "3.15.2",
"version": "3.15.3",
"description": "Midway Component for mongoose",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/security",
"version": "3.15.2",
"version": "3.15.3",
"description": "Midway Security Component",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/swagger",
"version": "3.15.2",
"version": "3.15.3",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/typegoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/typegoose",
"version": "3.15.2",
"version": "3.15.3",
"description": "Midway Component for typegoose",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@midwayjs/mongoose": "^3.15.2"
"@midwayjs/mongoose": "^3.15.3"
},
"devDependencies": {
"@midwayjs/core": "^3.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/version/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
"decorator": "3.15.0",
"core": "3.15.0",
"timestamp": 1709963463781
"timestamp": 1710587851397
};
2 changes: 1 addition & 1 deletion packages/version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/version",
"version": "3.15.2",
"version": "3.15.3",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
27 changes: 18 additions & 9 deletions packages/version/versions/3_15_0-3_15_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
"@midwayjs/bull": [
"3.15.0",
"3.15.1",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/bull-board": [
"3.15.0",
"3.15.1",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/cache-manager": [
"3.15.0",
Expand Down Expand Up @@ -86,7 +88,8 @@
],
"@midwayjs/grpc": [
"3.15.0",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/http-proxy": [
"3.15.0",
Expand Down Expand Up @@ -120,7 +123,8 @@
"@midwayjs/mikro": [
"3.15.0",
"3.15.1",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/mock": [
"3.15.0",
Expand All @@ -129,7 +133,8 @@
"@midwayjs/mongoose": [
"3.15.0",
"3.15.1",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/mqtt": [
"3.15.0",
Expand Down Expand Up @@ -175,7 +180,8 @@
"@midwayjs/security": [
"3.15.0",
"3.15.1",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/sequelize": [
"3.15.0",
Expand All @@ -198,7 +204,8 @@
"@midwayjs/swagger": [
"3.15.0",
"3.15.1",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/tablestore": [
"3.15.0",
Expand All @@ -212,7 +219,8 @@
"@midwayjs/typegoose": [
"3.15.0",
"3.15.1",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/typeorm": [
"3.15.0",
Expand All @@ -231,7 +239,8 @@
"@midwayjs/version": [
"3.15.0",
"3.15.1",
"3.15.2"
"3.15.2",
"3.15.3"
],
"@midwayjs/view": [
"3.15.0",
Expand Down
24 changes: 24 additions & 0 deletions scripts/rollback/rollback-3.15.3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/bash
# timestamp: 1710587820847

npm dist-tag add @midwayjs/bull@3.15.2 latest
npm dist-tag add @midwayjs/bull-board@3.15.2 latest
npm dist-tag add @midwayjs/grpc@3.15.2 latest
npm dist-tag add @midwayjs/mikro@3.15.2 latest
npm dist-tag add @midwayjs/mongoose@3.15.2 latest
npm dist-tag add @midwayjs/security@3.15.2 latest
npm dist-tag add @midwayjs/swagger@3.15.2 latest
npm dist-tag add @midwayjs/typegoose@3.15.2 latest
npm dist-tag add @midwayjs/version@3.15.2 latest

# Changes:

# - @midwayjs/bull: 3.15.2 => 3.15.3
# - @midwayjs/bull-board: 3.15.2 => 3.15.3
# - @midwayjs/grpc: 3.15.2 => 3.15.3
# - @midwayjs/mikro: 3.15.2 => 3.15.3
# - @midwayjs/mongoose: 3.15.2 => 3.15.3
# - @midwayjs/security: 3.15.2 => 3.15.3
# - @midwayjs/swagger: 3.15.2 => 3.15.3
# - @midwayjs/typegoose: 3.15.2 => 3.15.3
# - @midwayjs/version: 3.15.2 => 3.15.3

0 comments on commit 5d2dd74

Please sign in to comment.