Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Feb 28, 2019
1 parent 88c172c commit d7a3a83
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 13 deletions.
8 changes: 8 additions & 0 deletions 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.

## [1.4.2](https://github.com/midwayjs/midway/compare/v1.4.1...v1.4.2) (2019-02-28)

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





## [1.4.1](https://github.com/midwayjs/midway/compare/v1.4.0...v1.4.1) (2019-02-27)

**Note:** Version bump only for package midway
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
}
},
"npmClient": "npm",
"version": "1.4.1"
"version": "1.4.2"
}
8 changes: 8 additions & 0 deletions packages/midway-decorator/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.

## [1.4.2](https://github.com/midwayjs/midway/compare/v1.4.1...v1.4.2) (2019-02-28)

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





## [1.4.1](https://github.com/midwayjs/midway/compare/v1.4.0...v1.4.1) (2019-02-27)

**Note:** Version bump only for package @midwayjs/decorator
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": "1.4.1",
"version": "1.4.2",
"description": "definition decorator for midway project",
"main": "dist/index",
"typings": "dist/index.d.ts",
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.

## [1.4.2](https://github.com/midwayjs/midway/compare/v1.4.1...v1.4.2) (2019-02-28)

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





## [1.4.1](https://github.com/midwayjs/midway/compare/v1.4.0...v1.4.1) (2019-02-27)

**Note:** Version bump only for package midway-mock
Expand Down
2 changes: 1 addition & 1 deletion packages/midway-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-mock",
"version": "1.4.1",
"version": "1.4.2",
"eggPlugin": {
"name": "midway-mock"
},
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.

## [1.4.2](https://github.com/midwayjs/midway/compare/v1.4.1...v1.4.2) (2019-02-28)

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





## [1.4.1](https://github.com/midwayjs/midway/compare/v1.4.0...v1.4.1) (2019-02-27)

**Note:** Version bump only for package midway-schedule
Expand Down
8 changes: 4 additions & 4 deletions packages/midway-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-schedule",
"version": "1.4.1",
"version": "1.4.2",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -22,12 +22,12 @@
"license": "MIT",
"devDependencies": {
"midway-bin": "^1.4.1",
"midway-mock": "^1.4.1"
"midway-mock": "^1.4.2"
},
"dependencies": {
"@midwayjs/decorator": "^1.4.1",
"is-type-of": "^1.2.1",
"@midwayjs/decorator": "^1.4.2",
"injection": "^1.3.1",
"is-type-of": "^1.2.1",
"reflect-metadata": "^0.1.13"
}
}
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.

## [1.4.2](https://github.com/midwayjs/midway/compare/v1.4.1...v1.4.2) (2019-02-28)

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





## [1.4.1](https://github.com/midwayjs/midway/compare/v1.4.0...v1.4.1) (2019-02-27)

**Note:** Version bump only for package midway-web
Expand Down
8 changes: 4 additions & 4 deletions packages/midway-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-web",
"version": "1.4.1",
"version": "1.4.2",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -30,14 +30,14 @@
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"midway-bin": "^1.4.1",
"midway-mock": "^1.4.1",
"midway-mock": "^1.4.2",
"pedding": "^1.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"@eggjs/router": "^2.0.0",
"@midwayjs/decorator": "^1.4.1",
"@midwayjs/decorator": "^1.4.2",
"debug": "^4.1.1",
"egg": "^2.17.0",
"egg-core": "^4.14.1",
Expand All @@ -47,7 +47,7 @@
"injection": "^1.3.1",
"is-type-of": "^1.2.1",
"midway-core": "^1.4.1",
"midway-schedule": "^1.4.1",
"midway-schedule": "^1.4.2",
"mkdirp": "^0.5.1",
"reflect-metadata": "^0.1.13"
},
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.

## [1.4.2](https://github.com/midwayjs/midway/compare/v1.4.1...v1.4.2) (2019-02-28)

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





## [1.4.1](https://github.com/midwayjs/midway/compare/v1.4.0...v1.4.1) (2019-02-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": "1.4.1",
"version": "1.4.2",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"egg-core": "^4.14.1",
"injection": "^1.3.1",
"midway-core": "^1.4.1",
"midway-web": "^1.4.1",
"midway-web": "^1.4.2",
"ts-node": "^8.0.2"
},
"files": [
Expand Down

0 comments on commit d7a3a83

Please sign in to comment.