Skip to content

Commit

Permalink
v3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Nov 14, 2023
1 parent d5bf5b7 commit c9ebd3f
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 36 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log


## v3.13.2 (2023-11-14)

#### :bug: Bug Fix
* `web`
* [#3428](https://github.com/midwayjs/midway/pull/3428) fix: core logger missing file log name ([@czy88840616](https://github.com/czy88840616))

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



## v3.13.1 (2023-11-13)

#### :bug: Bug Fix
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.13.1"
"version": "3.13.2"
}
4 changes: 2 additions & 2 deletions packages-legacy/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/egg-layer",
"private": true,
"version": "3.13.1",
"version": "3.13.2",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --forceExit"
Expand All @@ -17,7 +17,7 @@
"@midwayjs/serverless-fc-trigger": "^3.13.0",
"@midwayjs/serverless-scf-starter": "^3.12.5",
"@midwayjs/serverless-scf-trigger": "^3.13.0",
"@midwayjs/web": "^3.13.1",
"@midwayjs/web": "^3.13.2",
"egg": "^2.28.0",
"supertest": "6.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/code-dye/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/code-dye",
"version": "3.13.1",
"version": "3.13.2",
"description": "Midway Code Dye Component",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -28,6 +28,6 @@
"@midwayjs/koa": "^3.13.0",
"@midwayjs/mock": "^3.13.0",
"@midwayjs/serverless-app": "^3.13.0",
"@midwayjs/web": "^3.13.1"
"@midwayjs/web": "^3.13.2"
}
}
4 changes: 2 additions & 2 deletions packages/cross-domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/cross-domain",
"version": "3.13.1",
"version": "3.13.2",
"description": "Midway Component for Cross Domain",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"@midwayjs/koa": "^3.13.0",
"@midwayjs/mock": "^3.13.0",
"@midwayjs/serverless-app": "^3.13.0",
"@midwayjs/web": "^3.13.1"
"@midwayjs/web": "^3.13.2"
}
}
4 changes: 2 additions & 2 deletions packages/http-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/http-proxy",
"version": "3.13.1",
"version": "3.13.2",
"description": "Midway Component for http proxy",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -35,6 +35,6 @@
"@midwayjs/koa": "^3.13.0",
"@midwayjs/mock": "^3.13.0",
"@midwayjs/serverless-app": "^3.13.0",
"@midwayjs/web": "^3.13.1"
"@midwayjs/web": "^3.13.2"
}
}
4 changes: 2 additions & 2 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/jwt",
"description": "midway jwt component",
"version": "3.13.1",
"version": "3.13.2",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"@midwayjs/express": "^3.13.0",
"@midwayjs/koa": "^3.13.0",
"@midwayjs/mock": "^3.13.0",
"@midwayjs/web": "^3.13.1"
"@midwayjs/web": "^3.13.2"
},
"dependencies": {
"@types/jsonwebtoken": "9.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/passport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/passport",
"description": "midway passport component",
"version": "3.13.1",
"version": "3.13.2",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -24,10 +24,10 @@
"devDependencies": {
"@midwayjs/core": "^3.13.0",
"@midwayjs/express": "^3.13.0",
"@midwayjs/jwt": "^3.13.1",
"@midwayjs/jwt": "^3.13.2",
"@midwayjs/koa": "^3.13.0",
"@midwayjs/mock": "^3.13.0",
"@midwayjs/web": "^3.13.1",
"@midwayjs/web": "^3.13.2",
"@types/passport-local": "1.0.38",
"express-session": "1.17.3",
"passport-jwt": "4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/prometheus-socket-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/prometheus-socket-io",
"version": "3.13.1",
"version": "3.13.2",
"description": "midway component for prometheus",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@midwayjs/mock": "^3.13.0",
"@midwayjs/prometheus": "^3.13.0",
"@midwayjs/socketio": "^3.13.0",
"@midwayjs/web": "^3.13.1"
"@midwayjs/web": "^3.13.2"
},
"engines": {
"node": ">=12"
Expand Down
4 changes: 2 additions & 2 deletions packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/security",
"version": "3.13.1",
"version": "3.13.2",
"description": "Midway Security Component",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -36,6 +36,6 @@
"@midwayjs/koa": "^3.13.0",
"@midwayjs/mock": "^3.13.0",
"@midwayjs/serverless-app": "^3.13.0",
"@midwayjs/web": "^3.13.1"
"@midwayjs/web": "^3.13.2"
}
}
4 changes: 2 additions & 2 deletions packages/tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/tags",
"version": "3.13.1",
"version": "3.13.2",
"description": "Midway Tag System",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@midwayjs/koa": "^3.13.0",
"@midwayjs/mock": "^3.13.0",
"@midwayjs/serverless-app": "^3.13.0",
"@midwayjs/web": "^3.13.1",
"@midwayjs/web": "^3.13.2",
"mysql2": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/upload",
"version": "3.13.1",
"version": "3.13.2",
"description": "Midway Component for upload",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"@midwayjs/faas": "^3.13.0",
"@midwayjs/koa": "^3.13.0",
"@midwayjs/mock": "^3.13.0",
"@midwayjs/web": "^3.13.1"
"@midwayjs/web": "^3.13.2"
}
}
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.13.0",
"core": "3.13.0",
"timestamp": 1699893696169
"timestamp": 1699940655220
};
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.13.1",
"version": "3.13.2",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
33 changes: 22 additions & 11 deletions packages/version/versions/3_13_0-3_13_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
"@midwayjs/casbin-typeorm-adapter": "3.13.0",
"@midwayjs/code-dye": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/consul": "3.13.0",
"@midwayjs/core": "3.13.0",
"@midwayjs/cos": "3.13.0",
"@midwayjs/cron": "3.13.0",
"@midwayjs/cross-domain": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/decorator": "3.13.0",
"@midwayjs/etcd": "3.13.0",
Expand All @@ -31,13 +33,15 @@
"@midwayjs/grpc": "3.13.0",
"@midwayjs/http-proxy": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/i18n": "3.13.0",
"@midwayjs/info": "3.13.0",
"@midwayjs/jwt": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/kafka": "3.13.0",
"@midwayjs/leoric": "3.13.0",
Expand All @@ -48,19 +52,22 @@
"@midwayjs/otel": "3.13.0",
"@midwayjs/passport": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/process-agent": "3.13.0",
"@midwayjs/prometheus": "3.13.0",
"@midwayjs/prometheus-socket-io": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/rabbitmq": "3.13.0",
"@midwayjs/redis": "3.13.0",
"@midwayjs/security": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/sequelize": "3.13.0",
"@midwayjs/session": "3.13.0",
Expand All @@ -70,25 +77,29 @@
"@midwayjs/tablestore": "3.13.0",
"@midwayjs/tags": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/typegoose": "3.13.0",
"@midwayjs/typeorm": "3.13.0",
"@midwayjs/upload": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/validate": "3.13.0",
"@midwayjs/version": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/view": "3.13.0",
"@midwayjs/view-ejs": "3.13.0",
"@midwayjs/view-nunjucks": "3.13.0",
"@midwayjs/web": [
"3.13.0",
"3.13.1"
"3.13.1",
"3.13.2"
],
"@midwayjs/express": "3.13.0",
"@midwayjs/koa": "3.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/web",
"version": "3.13.1",
"version": "3.13.2",
"description": "Midway Web Framework for Egg.js",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
39 changes: 39 additions & 0 deletions scripts/rollback/rollback-3.13.2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/bin/bash
# timestamp: 1699940441362

npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest
tnpm dist-tag add @midwayjs/[email protected] latest

# Changes:

# - @midwayjs/code-dye: 3.12.10 => 3.13.2
# - @midwayjs/cross-domain: 3.12.10 => 3.13.2
# - @midwayjs/http-proxy: 3.12.10 => 3.13.2
# - @midwayjs/jwt: 3.12.10 => 3.13.2
# - @midwayjs/passport: 3.12.10 => 3.13.2
# - @midwayjs/prometheus-socket-io: 3.12.10 => 3.13.2
# - @midwayjs/security: 3.12.10 => 3.13.2
# - @midwayjs/tags: 3.12.10 => 3.13.2
# - @midwayjs/upload: 3.12.10 => 3.13.2
# - @midwayjs/version: 3.12.10 => 3.13.2
# - @midwayjs/web: 3.12.10 => 3.13.2

0 comments on commit c9ebd3f

Please sign in to comment.