Skip to content

Commit

Permalink
v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Oct 4, 2020
1 parent 2b30ba7 commit 6dc0af3
Show file tree
Hide file tree
Showing 26 changed files with 151 additions and 41 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)


### Bug Fixes

* transform type after validate ([#659](https://github.com/midwayjs/midway/issues/659)) ([2b30ba7](https://github.com/midwayjs/midway/commit/2b30ba77d0c897d84d8a6f3222b60c083ec3e869))





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -21,5 +21,5 @@
}
},
"npmClient": "npm",
"version": "2.3.6"
"version": "2.3.7"
}
8 changes: 8 additions & 0 deletions packages/bootstrap/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bootstrap",
"version": "2.3.6",
"version": "2.3.7",
"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.6"
"@midwayjs/core": "^2.3.7"
},
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/core",
"version": "2.3.6",
"version": "2.3.7",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"sinon": "^7.2.2"
},
"dependencies": {
"@midwayjs/decorator": "^2.3.6",
"@midwayjs/decorator": "^2.3.7",
"@midwayjs/glob": "^1.0.2",
"class-transformer": "^0.3.1",
"extend2": "^1.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/decorator/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)


### Bug Fixes

* transform type after validate ([#659](https://github.com/midwayjs/midway/issues/659)) ([2b30ba7](https://github.com/midwayjs/midway/commit/2b30ba77d0c897d84d8a6f3222b60c083ec3e869))





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/decorator/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/decorator",
"version": "2.3.6",
"version": "2.3.7",
"description": "definition decorator for midway project",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/faas/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/faas/package.json
@@ -1,18 +1,18 @@
{
"name": "@midwayjs/faas",
"version": "2.3.6",
"version": "2.3.7",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/core": "^2.3.6",
"@midwayjs/decorator": "^2.3.6",
"@midwayjs/core": "^2.3.7",
"@midwayjs/decorator": "^2.3.7",
"@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.6",
"@midwayjs/mock": "^2.3.7",
"@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
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)

**Note:** Version bump only for package midway-schedule
Expand Down
6 changes: 3 additions & 3 deletions packages/midway-schedule/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-schedule",
"version": "2.3.6",
"version": "2.3.7",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -20,10 +20,10 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.6"
"@midwayjs/mock": "^2.3.7"
},
"dependencies": {
"@midwayjs/decorator": "^2.3.6",
"@midwayjs/decorator": "^2.3.7",
"is-type-of": "^1.2.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/midway/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)

**Note:** Version bump only for package midway
Expand Down
4 changes: 2 additions & 2 deletions packages/midway/package.json
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "2.3.6",
"version": "2.3.7",
"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.6",
"@midwayjs/web": "^2.3.7",
"egg-cluster": "^1.23.0"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/mock/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/mock/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mock",
"version": "2.3.6",
"version": "2.3.7",
"description": "create your test app from midway framework",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -35,9 +35,9 @@
"amqplib": "^0.6.0"
},
"dependencies": {
"@midwayjs/bootstrap": "^2.3.6",
"@midwayjs/core": "^2.3.6",
"@midwayjs/decorator": "^2.3.6",
"@midwayjs/bootstrap": "^2.3.7",
"@midwayjs/core": "^2.3.7",
"@midwayjs/decorator": "^2.3.7",
"egg-mock": "^3.21.0",
"fs-extra": "^8.0.1",
"power-assert": "^1.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/rabbitmq/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/rabbitmq",
"version": "2.3.6",
"version": "2.3.7",
"description": "Midway Framework for rabbitmq",
"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.6",
"@midwayjs/mock": "^2.3.7",
"fs-extra": "^8.0.1"
},
"dependencies": {
"@midwayjs/core": "^2.3.6",
"@midwayjs/decorator": "^2.3.6",
"@midwayjs/core": "^2.3.7",
"@midwayjs/decorator": "^2.3.7",
"@types/amqplib": "^0.5.13",
"amqplib": "^0.6.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/socketio/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)

**Note:** Version bump only for package @midwayjs/socketio
Expand Down
8 changes: 4 additions & 4 deletions packages/socketio/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/socketio",
"version": "2.3.6",
"version": "2.3.7",
"description": "Midway Web Framework for socket.io",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -24,15 +24,15 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.6",
"@midwayjs/mock": "^2.3.7",
"@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.6",
"@midwayjs/decorator": "^2.3.6",
"@midwayjs/core": "^2.3.7",
"@midwayjs/decorator": "^2.3.7",
"socket.io": "^2.3.0"
},
"author": "Harry Chen <czy88840616@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-express/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)

**Note:** Version bump only for package @midwayjs/express
Expand Down
8 changes: 4 additions & 4 deletions packages/web-express/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/express",
"version": "2.3.6",
"version": "2.3.7",
"description": "Midway Web Framework for Express",
"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.6",
"@midwayjs/mock": "^2.3.7",
"@types/express": "^4.17.8",
"fs-extra": "^8.0.1"
},
"dependencies": {
"@midwayjs/core": "^2.3.6",
"@midwayjs/decorator": "^2.3.6",
"@midwayjs/core": "^2.3.7",
"@midwayjs/decorator": "^2.3.7",
"express": "^4.17.1"
},
"author": "Harry Chen <czy88840616@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-koa/CHANGELOG.md
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.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)

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





## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)

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

0 comments on commit 6dc0af3

Please sign in to comment.