Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jun 17, 2020
1 parent 19ec029 commit fd65da7
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 18 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.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)


### Bug Fixes

* 2.x extends bug ([#498](https://github.com/midwayjs/midway/issues/498)) ([19ec029](https://github.com/midwayjs/midway/commit/19ec0292eedd94cb2e40e69af8897703fc8f55c7))





## [2.1.3](https://github.com/midwayjs/midway/compare/v2.1.2...v2.1.3) (2020-05-07)


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.1.3"
"version": "2.1.4"
}
11 changes: 11 additions & 0 deletions packages/midway-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.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)


### Bug Fixes

* 2.x extends bug ([#498](https://github.com/midwayjs/midway/issues/498)) ([19ec029](https://github.com/midwayjs/midway/commit/19ec0292eedd94cb2e40e69af8897703fc8f55c7))





## [2.1.3](https://github.com/midwayjs/midway/compare/v2.1.2...v2.1.3) (2020-05-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/midway-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/core",
"version": "2.1.3",
"version": "2.1.4",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"sinon": "^7.2.2"
},
"dependencies": {
"@midwayjs/decorator": "^2.1.1",
"@midwayjs/decorator": "^2.1.4",
"debug": "^4.1.1",
"extend2": "^1.0.0",
"globby": "^10.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/midway-decorator/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.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)


### Bug Fixes

* 2.x extends bug ([#498](https://github.com/midwayjs/midway/issues/498)) ([19ec029](https://github.com/midwayjs/midway/commit/19ec0292eedd94cb2e40e69af8897703fc8f55c7))





## [2.1.1](https://github.com/midwayjs/midway/compare/v2.1.0...v2.1.1) (2020-04-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/midway-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/decorator",
"version": "2.1.1",
"version": "2.1.4",
"description": "definition decorator for midway project",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/midway-init/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.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)


### Bug Fixes

* 2.x extends bug ([#498](https://github.com/midwayjs/midway/issues/498)) ([19ec029](https://github.com/midwayjs/midway/commit/19ec0292eedd94cb2e40e69af8897703fc8f55c7))





## [2.0.15](https://github.com/midwayjs/midway/compare/v2.0.14...v2.0.15) (2020-04-11)

**Note:** Version bump only for package midway-init
Expand Down
2 changes: 1 addition & 1 deletion packages/midway-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-init",
"version": "2.0.15",
"version": "2.1.4",
"dependencies": {
"chalk": "^3.0.0",
"enquirer": "^2.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-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.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)

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





## [2.1.3](https://github.com/midwayjs/midway/compare/v2.1.2...v2.1.3) (2020-05-07)

**Note:** Version bump only for package midway-mock
Expand Down
6 changes: 3 additions & 3 deletions packages/midway-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-mock",
"version": "2.1.3",
"version": "2.1.4",
"eggPlugin": {
"name": "midway-mock"
},
Expand Down Expand Up @@ -33,8 +33,8 @@
],
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^2.1.3",
"@midwayjs/decorator": "^2.1.1",
"@midwayjs/core": "^2.1.4",
"@midwayjs/decorator": "^2.1.4",
"midway-bin": "^2.0.15"
},
"dependencies": {
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.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)

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





## [2.1.3](https://github.com/midwayjs/midway/compare/v2.1.2...v2.1.3) (2020-05-07)

**Note:** Version bump only for package midway-schedule
Expand Down
6 changes: 3 additions & 3 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.1.3",
"version": "2.1.4",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -22,10 +22,10 @@
"license": "MIT",
"devDependencies": {
"midway-bin": "^2.0.15",
"midway-mock": "^2.1.3"
"midway-mock": "^2.1.4"
},
"dependencies": {
"@midwayjs/decorator": "^2.1.1",
"@midwayjs/decorator": "^2.1.4",
"is-type-of": "^1.2.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-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.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)

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





## [2.1.3](https://github.com/midwayjs/midway/compare/v2.1.2...v2.1.3) (2020-05-07)


Expand Down
10 changes: 5 additions & 5 deletions packages/midway-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-web",
"version": "2.1.3",
"version": "2.1.4",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -32,23 +32,23 @@
"egg-view-nunjucks": "^2.2.0",
"is-type-of": "^1.2.1",
"midway-bin": "^2.0.15",
"midway-mock": "^2.1.3",
"midway-mock": "^2.1.4",
"mz-modules": "^2.1.0",
"pedding": "^1.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"@eggjs/router": "^2.0.0",
"@midwayjs/core": "^2.1.3",
"@midwayjs/decorator": "^2.1.1",
"@midwayjs/core": "^2.1.4",
"@midwayjs/decorator": "^2.1.4",
"debug": "^4.1.1",
"egg": "^2.20.0",
"egg-core": "^4.15.0",
"egg-logger": "^2.3.2",
"extend2": "^1.0.0",
"graphviz": "^0.0.8",
"midway-schedule": "^2.1.3",
"midway-schedule": "^2.1.4",
"mkdirp": "^0.5.1"
},
"author": "Harry Chen <[email protected]>",
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.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)

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





## [2.1.3](https://github.com/midwayjs/midway/compare/v2.1.2...v2.1.3) (2020-05-07)

**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.1.3",
"version": "2.1.4",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"egg-cluster": "^1.23.0",
"midway-web": "^2.1.3"
"midway-web": "^2.1.4"
},
"files": [
"bin",
Expand Down

0 comments on commit fd65da7

Please sign in to comment.