Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Sep 27, 2020
1 parent 8e70fb0 commit 0e996a9
Show file tree
Hide file tree
Showing 24 changed files with 133 additions and 31 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)


### Bug Fixes

* fix debugger logger create in every request ([#648](https://github.com/midwayjs/midway/issues/648)) ([8e70fb0](https://github.com/midwayjs/midway/commit/8e70fb0b57241bb6e0b2fcca5c4fa2b26fc2eb5e))





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
}
},
"npmClient": "npm",
"version": "2.3.0"
"version": "2.3.1"
}
8 changes: 8 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package @midwayjs/bootstrap





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bootstrap",
"version": "2.3.0",
"version": "2.3.1",
"description": "midwayjs bootstrap",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"@midwayjs/cli": "^1.0.0"
},
"dependencies": {
"@midwayjs/core": "^2.3.0"
"@midwayjs/core": "^2.3.1"
},
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)


### Bug Fixes

* fix debugger logger create in every request ([#648](https://github.com/midwayjs/midway/issues/648)) ([8e70fb0](https://github.com/midwayjs/midway/commit/8e70fb0b57241bb6e0b2fcca5c4fa2b26fc2eb5e))





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/core",
"version": "2.3.0",
"version": "2.3.1",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/faas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package @midwayjs/faas





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/faas/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@midwayjs/faas",
"version": "2.3.0",
"version": "2.3.1",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/core": "^2.3.0",
"@midwayjs/core": "^2.3.1",
"@midwayjs/decorator": "^2.3.0",
"@midwayjs/faas-typings": "^1.1.4",
"@midwayjs/simple-lock": "^1.1.4",
"koa-compose": "^4.1.0"
},
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.0",
"@midwayjs/mock": "^2.3.1",
"@midwayjs/serverless-fc-starter": "^1.0.0",
"@midwayjs/serverless-scf-starter": "^1.0.0",
"mm": "^2.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package midway-schedule





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)

**Note:** Version bump only for package midway-schedule
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-schedule",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.0"
"@midwayjs/mock": "^2.3.1"
},
"dependencies": {
"@midwayjs/decorator": "^2.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package midway





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)

**Note:** Version bump only for package midway
Expand Down
4 changes: 2 additions & 2 deletions packages/midway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "2.3.0",
"version": "2.3.1",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"@midwayjs/cli": "^1.0.0"
},
"dependencies": {
"@midwayjs/web": "^2.3.0",
"@midwayjs/web": "^2.3.1",
"egg-cluster": "^1.23.0"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package @midwayjs/mock





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mock",
"version": "2.3.0",
"version": "2.3.1",
"description": "create your test app from midway framework",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@midwayjs/cli": "^1.0.0"
},
"dependencies": {
"@midwayjs/bootstrap": "^2.3.0",
"@midwayjs/core": "^2.3.0",
"@midwayjs/bootstrap": "^2.3.1",
"@midwayjs/core": "^2.3.1",
"@midwayjs/decorator": "^2.3.0",
"egg-mock": "^3.21.0",
"fs-extra": "^8.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package @midwayjs/rabbitmq





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/rabbitmq",
"version": "2.3.0",
"version": "2.3.1",
"description": "Midway Framework for rabbitmq",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -24,11 +24,11 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.0",
"@midwayjs/mock": "^2.3.1",
"fs-extra": "^8.0.1"
},
"dependencies": {
"@midwayjs/core": "^2.3.0",
"@midwayjs/core": "^2.3.1",
"@midwayjs/decorator": "^2.3.0",
"@types/amqplib": "^0.5.13",
"amqplib": "^0.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/socketio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package @midwayjs/socketio





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/socketio",
"version": "2.3.0",
"version": "2.3.1",
"description": "Midway Web Framework for socket.io",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -24,14 +24,14 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.0",
"@midwayjs/mock": "^2.3.1",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.33",
"fs-extra": "^8.0.1",
"socket.io-client": "^2.3.0"
},
"dependencies": {
"@midwayjs/core": "^2.3.0",
"@midwayjs/core": "^2.3.1",
"@midwayjs/decorator": "^2.3.0",
"socket.io": "^2.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/web-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package @midwayjs/express





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/web-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/express",
"version": "2.3.0",
"version": "2.3.1",
"description": "Midway Web Framework for Express",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -24,12 +24,12 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.0",
"@midwayjs/mock": "^2.3.1",
"@types/express": "^4.17.8",
"fs-extra": "^8.0.1"
},
"dependencies": {
"@midwayjs/core": "^2.3.0",
"@midwayjs/core": "^2.3.1",
"@midwayjs/decorator": "^2.3.0",
"express": "^4.17.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/web-koa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package @midwayjs/koa





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/web-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/koa",
"version": "2.3.0",
"version": "2.3.1",
"description": "Midway Web Framework for KOA",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -24,13 +24,13 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.0",
"@midwayjs/mock": "^2.3.1",
"@types/koa": "^2.11.4",
"@types/koa-router": "^7.4.1",
"fs-extra": "^8.0.1"
},
"dependencies": {
"@midwayjs/core": "^2.3.0",
"@midwayjs/core": "^2.3.1",
"@midwayjs/decorator": "^2.3.0",
"koa": "^2.13.0",
"koa-router": "^9.4.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)

**Note:** Version bump only for package @midwayjs/web





# [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)


Expand Down
Loading

0 comments on commit 0e996a9

Please sign in to comment.