Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Nov 13, 2020
1 parent 16f1292 commit e753359
Show file tree
Hide file tree
Showing 24 changed files with 134 additions and 32 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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)


### Bug Fixes

* error pattern for ignore node_modules ([#717](https://github.com/midwayjs/midway/issues/717)) ([16f1292](https://github.com/midwayjs/midway/commit/16f1292359b8c65548eea3926de8eaaa13133538))





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
}
},
"npmClient": "npm",
"version": "2.4.1"
"version": "2.4.2"
}
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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

**Note:** Version bump only for package @midwayjs/bootstrap
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.4.1",
"version": "2.4.2",
"description": "midwayjs bootstrap",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/core": "^2.4.1"
"@midwayjs/core": "^2.4.2"
},
"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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)


### Bug Fixes

* error pattern for ignore node_modules ([#717](https://github.com/midwayjs/midway/issues/717)) ([16f1292](https://github.com/midwayjs/midway/commit/16f1292359b8c65548eea3926de8eaaa13133538))





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)


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.4.1",
"version": "2.4.2",
"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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

**Note:** Version bump only for package @midwayjs/faas
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.4.1",
"version": "2.4.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/core": "^2.4.1",
"@midwayjs/core": "^2.4.2",
"@midwayjs/decorator": "^2.4.0",
"@midwayjs/faas-typings": "^2.4.0",
"@midwayjs/simple-lock": "^1.1.4",
"koa-compose": "^4.1.0"
},
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.4.1",
"@midwayjs/mock": "^2.4.2",
"@midwayjs/serverless-fc-starter": "^2.4.0",
"@midwayjs/serverless-scf-starter": "^2.4.0",
"mm": "3"
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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)


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.4.1",
"version": "2.4.2",
"description": "",
"main": "index.js",
"eggPlugin": {
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.4.1"
"@midwayjs/mock": "^2.4.2"
},
"dependencies": {
"@midwayjs/decorator": "^2.4.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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

**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.4.1",
"version": "2.4.2",
"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.4.1",
"@midwayjs/web": "^2.4.2",
"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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

**Note:** Version bump only for package @midwayjs/mock
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.4.1",
"version": "2.4.2",
"description": "create your test app from midway framework",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -32,12 +32,12 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@midwayjs/core": "^2.4.1",
"@midwayjs/core": "^2.4.2",
"@types/amqplib": "^0.5.13",
"amqplib": "^0.6.0"
},
"dependencies": {
"@midwayjs/bootstrap": "^2.4.1",
"@midwayjs/bootstrap": "^2.4.2",
"@midwayjs/decorator": "^2.4.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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

**Note:** Version bump only for package @midwayjs/rabbitmq
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.4.1",
"version": "2.4.2",
"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.4.1",
"@midwayjs/mock": "^2.4.2",
"fs-extra": "^8.0.1"
},
"dependencies": {
"@midwayjs/core": "^2.4.1",
"@midwayjs/core": "^2.4.2",
"@midwayjs/decorator": "^2.4.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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

**Note:** Version bump only for package @midwayjs/socketio
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.4.1",
"version": "2.4.2",
"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.4.1",
"@midwayjs/mock": "^2.4.2",
"@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.4.1",
"@midwayjs/core": "^2.4.2",
"@midwayjs/decorator": "^2.4.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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

**Note:** Version bump only for package @midwayjs/express
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.4.1",
"version": "2.4.2",
"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.4.1",
"@midwayjs/mock": "^2.4.2",
"@types/express": "^4.17.8",
"fs-extra": "^8.0.1"
},
"dependencies": {
"@midwayjs/core": "^2.4.1",
"@midwayjs/core": "^2.4.2",
"@midwayjs/decorator": "^2.4.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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

**Note:** Version bump only for package @midwayjs/koa
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.4.1",
"version": "2.4.2",
"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.4.1",
"@midwayjs/mock": "^2.4.2",
"@types/koa": "^2.11.4",
"@types/koa-router": "^7.4.1",
"fs-extra": "^8.0.1"
},
"dependencies": {
"@midwayjs/core": "^2.4.1",
"@midwayjs/core": "^2.4.2",
"@midwayjs/decorator": "^2.4.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.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)

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





## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)

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

0 comments on commit e753359

Please sign in to comment.