Skip to content

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Mar 6, 2019
1 parent b22ba04 commit 0dc42d3
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 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.5](https://github.com/midwayjs/midway/compare/v1.4.4...v1.4.5) (2019-03-06)

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





## [1.4.4](https://github.com/midwayjs/midway/compare/v1.4.3...v1.4.4) (2019-03-06)


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.4"
"version": "1.4.5"
}
8 changes: 8 additions & 0 deletions packages/midway-core/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.5](https://github.com/midwayjs/midway/compare/v1.4.4...v1.4.5) (2019-03-06)

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





## [1.4.4](https://github.com/midwayjs/midway/compare/v1.4.3...v1.4.4) (2019-03-06)

**Note:** Version bump only for package midway-core
Expand Down
2 changes: 1 addition & 1 deletion packages/midway-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-core",
"version": "1.4.4",
"version": "1.4.5",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
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.

## [1.4.5](https://github.com/midwayjs/midway/compare/v1.4.4...v1.4.5) (2019-03-06)

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





## [1.4.4](https://github.com/midwayjs/midway/compare/v1.4.3...v1.4.4) (2019-03-06)

**Note:** Version bump only for package midway-web
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "1.4.5",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"globby": "^9.0.0",
"injection": "^1.4.1",
"is-type-of": "^1.2.1",
"midway-core": "^1.4.4",
"midway-core": "^1.4.5",
"midway-schedule": "^1.4.4",
"mkdirp": "^0.5.1"
},
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.5](https://github.com/midwayjs/midway/compare/v1.4.4...v1.4.5) (2019-03-06)

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





## [1.4.4](https://github.com/midwayjs/midway/compare/v1.4.3...v1.4.4) (2019-03-06)

**Note:** Version bump only for package midway
Expand Down
6 changes: 3 additions & 3 deletions packages/midway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "1.4.4",
"version": "1.4.5",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"egg-cluster": "^1.22.2",
"midway-core": "^1.4.4",
"midway-web": "^1.4.4",
"midway-core": "^1.4.5",
"midway-web": "^1.4.5",
"ts-node": "^8.0.2"
},
"files": [
Expand Down

0 comments on commit 0dc42d3

Please sign in to comment.