Skip to content

Commit

Permalink
v3.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Feb 2, 2024
1 parent de17e14 commit 18045aa
Show file tree
Hide file tree
Showing 26 changed files with 152 additions and 60 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Change Log


## v3.14.10 (2024-02-02)

#### :bug: Bug Fix
* `passport`
* [#3617](https://github.com/midwayjs/midway/pull/3617) fix: isAuthenticated missing this ([@czy88840616](https://github.com/czy88840616))

#### :memo: Documentation
* [#3605](https://github.com/midwayjs/midway/pull/3605) docs: update http-proxy.md ([@jiumengs](https://github.com/jiumengs))

#### :package: Dependencies
* `cos`
* [#3616](https://github.com/midwayjs/midway/pull/3616) fix(deps): update dependency cos-nodejs-sdk-v5 to v2.13.1 ([@renovate[bot]](https://github.com/apps/renovate))
* `oss`
* [#3615](https://github.com/midwayjs/midway/pull/3615) fix(deps): update dependency ali-oss to v6.20.0 ([@renovate[bot]](https://github.com/apps/renovate))
* `express-session`, `passport`
* [#3604](https://github.com/midwayjs/midway/pull/3604) chore(deps): update dependency express-session to v1.18.0 ([@renovate[bot]](https://github.com/apps/renovate))

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



## v3.14.9 (2024-01-28)

#### :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.14.9"
"version": "3.14.10"
}
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.14.9",
"version": "3.14.10",
"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.14.9",
"version": "3.14.10",
"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.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7"
},
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.14.7",
"version": "3.14.10",
"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.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/faas": "^3.14.7",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
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.14.7",
"version": "3.14.10",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/cos",
"description": "midway cos component",
"version": "3.14.9",
"version": "3.14.10",
"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.14.7",
"version": "3.14.10",
"description": "Midway Component for Cross Domain",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/faas": "^3.14.7",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-session/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/express-session",
"description": "midway session component for express",
"version": "3.14.7",
"version": "3.14.10",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
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.14.9",
"version": "3.14.10",
"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.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/faas": "^3.14.7",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
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.14.7",
"version": "3.14.10",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7"
},
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.14.7",
"version": "3.14.10",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
"@midwayjs/serverless-fc-starter": "^3.14.4",
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.14.7",
"version": "3.14.10",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -26,7 +26,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
"@midwayjs/web": "^3.14.7"
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.14.7",
"version": "3.14.10",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/oss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/oss",
"description": "midway oss component",
"version": "3.14.9",
"version": "3.14.10",
"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.14.7",
"version": "3.14.10",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -23,8 +23,8 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/jwt": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/jwt": "^3.14.10",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
"@midwayjs/web": "^3.14.7",
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.14.7",
"version": "3.14.10",
"description": "Midway Security Component",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/faas": "^3.14.7",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
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.14.9",
"version": "3.14.10",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand All @@ -13,7 +13,7 @@
"@midwayjs/core": "^3.14.4",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
"@midwayjs/validate": "^3.14.7",
"@midwayjs/validate": "^3.14.10",
"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.14.7",
"version": "3.14.10",
"description": "Midway Tag System",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/faas": "^3.14.7",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
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.14.7",
"version": "3.14.10",
"description": "Midway Component for upload",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/faas": "^3.14.7",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7",
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.14.7",
"version": "3.14.10",
"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.14.7",
"@midwayjs/i18n": "^3.14.10",
"joi": "17.11.0"
},
"devDependencies": {
"@midwayjs/core": "^3.14.4",
"@midwayjs/express": "^3.14.7",
"@midwayjs/express": "^3.14.10",
"@midwayjs/koa": "^3.14.7",
"@midwayjs/mock": "^3.14.7"
}
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.14.4",
"core": "3.14.4",
"timestamp": 1706431995545
"timestamp": 1706888765181
};
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.14.9",
"version": "3.14.10",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 18045aa

Please sign in to comment.