Skip to content

Commit

Permalink
v3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Oct 11, 2023
1 parent a030160 commit b6dd297
Show file tree
Hide file tree
Showing 29 changed files with 212 additions and 67 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Change Log


## v3.12.7 (2023-10-11)

#### :bug: Bug Fix
* `swagger`
* [#3320](https://github.com/midwayjs/midway/pull/3320) fix: swagger type missing with multi-extends ([@czy88840616](https://github.com/czy88840616))
* `passport`
* [#3314](https://github.com/midwayjs/midway/pull/3314) fix: passport validate resolve is not executed under concurrency ([@czy88840616](https://github.com/czy88840616))

#### :package: Dependencies
* `mongoose`, `typegoose`
* [#3308](https://github.com/midwayjs/midway/pull/3308) chore(deps): update mongoose monorepo ([@renovate[bot]](https://github.com/apps/renovate))
* Other
* [#3318](https://github.com/midwayjs/midway/pull/3318) chore(deps): update dependency lerna to v7.3.1 - autoclosed ([@renovate[bot]](https://github.com/apps/renovate))
* `axios`, `consul`
* [#3319](https://github.com/midwayjs/midway/pull/3319) chore(deps): update dependency nock to v13.3.4 ([@renovate[bot]](https://github.com/apps/renovate))
* `grpc`
* [#3306](https://github.com/midwayjs/midway/pull/3306) fix(deps): update dependency @grpc/grpc-js to v1.9.5 ([@renovate[bot]](https://github.com/apps/renovate))
* `jwt`
* [#3307](https://github.com/midwayjs/midway/pull/3307) fix(deps): update dependency @types/jsonwebtoken to v9.0.3 ([@renovate[bot]](https://github.com/apps/renovate))

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



## v3.12.6 (2023-10-01)

#### :memo: Documentation
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.12.6"
"version": "3.12.7"
}
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/axios",
"description": "midway http client with axios",
"version": "3.12.3",
"version": "3.12.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
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.12.3",
"version": "3.12.7",
"description": "midway component for bull",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.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.12.5",
"version": "3.12.7",
"description": "Midway Code Dye Component",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/faas": "^3.12.5",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/consul/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/consul",
"description": "midway consul",
"version": "3.12.3",
"version": "3.12.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
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.12.5",
"version": "3.12.7",
"description": "Midway Component for Cross Domain",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/faas": "^3.12.5",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
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.12.6",
"version": "3.12.7",
"description": "Midway Framework for gRPC",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
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.12.5",
"version": "3.12.7",
"description": "Midway Component for http proxy",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/faas": "^3.12.5",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/i18n",
"description": "midway i18n component",
"version": "3.12.3",
"version": "3.12.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/info",
"description": "midway info",
"version": "3.12.5",
"version": "3.12.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
"@midwayjs/serverless-fc-starter": "^3.12.5",
Expand Down
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.12.3",
"version": "3.12.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
"@midwayjs/web": "^3.12.3"
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.12.6",
"version": "3.12.7",
"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.12.6",
"version": "3.12.7",
"description": "Midway Component for mongoose",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/otel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/otel",
"description": "midway open telemetry component",
"version": "3.12.3",
"version": "3.12.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
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.12.3",
"version": "3.12.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -23,8 +23,8 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/jwt": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/jwt": "^3.12.7",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
"@midwayjs/web": "^3.12.3",
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.12.6",
"version": "3.12.7",
"description": "midway component for prometheus",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@midwayjs/core": "^3.12.3",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
"@midwayjs/prometheus": "^3.12.6",
"@midwayjs/prometheus": "^3.12.7",
"@midwayjs/socketio": "^3.12.3",
"@midwayjs/web": "^3.12.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/prometheus",
"version": "3.12.6",
"version": "3.12.7",
"description": "midway component for prometheus",
"main": "dist/index.js",
"typings": "index.d.ts",
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.12.5",
"version": "3.12.7",
"description": "Midway Security Component",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/faas": "^3.12.5",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/swagger",
"version": "3.12.4",
"version": "3.12.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -12,7 +12,7 @@
"@midwayjs/core": "^3.12.3",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
"@midwayjs/validate": "^3.12.3",
"@midwayjs/validate": "^3.12.7",
"swagger-ui-dist": "4.19.1"
},
"author": "Kurten Chan <[email protected]>",
Expand Down
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.12.5",
"version": "3.12.7",
"description": "Midway Tag System",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/faas": "^3.12.5",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
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.12.6",
"version": "3.12.7",
"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.12.6"
"@midwayjs/mongoose": "^3.12.7"
},
"devDependencies": {
"@midwayjs/core": "^3.12.3",
Expand Down
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.12.5",
"version": "3.12.7",
"description": "Midway Component for upload",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/faas": "^3.12.5",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/validate",
"version": "3.12.3",
"version": "3.12.7",
"description": "Midway Component for mongoose",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -23,12 +23,12 @@
},
"license": "MIT",
"dependencies": {
"@midwayjs/i18n": "^3.12.3",
"@midwayjs/i18n": "^3.12.7",
"joi": "17.9.2"
},
"devDependencies": {
"@midwayjs/core": "^3.12.3",
"@midwayjs/express": "^3.12.3",
"@midwayjs/express": "^3.12.7",
"@midwayjs/koa": "^3.12.3",
"@midwayjs/mock": "^3.12.3"
}
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.12.3",
"core": "3.12.3",
"timestamp": 1696140865842
"timestamp": 1697010031852
};
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.12.6",
"version": "3.12.7",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit b6dd297

Please sign in to comment.