Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 10, 2018
1 parent 79685db commit 79cdfb1
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 14 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.7"></a>
## [0.2.7](https://github.com/midwayjs/midway/compare/v0.2.6...v0.2.7) (2018-08-10)


### Bug Fixes

* bind method definition missing ([79685db](https://github.com/midwayjs/midway/commit/79685db))
* export bootstrap file ([d2bd919](https://github.com/midwayjs/midway/commit/d2bd919))
* export bootstrap file ([1337926](https://github.com/midwayjs/midway/commit/1337926))
* module name ([c00d20c](https://github.com/midwayjs/midway/commit/c00d20c))





<a name="0.2.6"></a>
## [0.2.6](https://github.com/midwayjs/midway/compare/v0.2.5...v0.2.6) (2018-08-08)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.2.6",
"version": "0.2.7",
"registry": "https://registry.npmjs.org/",
"npmClient": "npm"
}
12 changes: 12 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.7"></a>
## [0.2.7](https://github.com/midwayjs/midway/compare/v0.2.6...v0.2.7) (2018-08-10)


### Bug Fixes

* bind method definition missing ([79685db](https://github.com/midwayjs/midway/commit/79685db))





<a name="0.2.4"></a>
## [0.2.4](https://github.com/midwayjs/midway/compare/v0.2.3...v0.2.4) (2018-08-06)

Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "injection",
"version": "0.2.4",
"version": "0.2.7",
"description": "A New IoC Container For All Node.js Application",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/midway-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.7"></a>
## [0.2.7](https://github.com/midwayjs/midway/compare/v0.2.6...v0.2.7) (2018-08-10)

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





<a name="0.2.4"></a>
## [0.2.4](https://github.com/midwayjs/midway/compare/v0.2.3...v0.2.4) (2018-08-06)

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": "midway-core",
"version": "0.2.4",
"version": "0.2.7",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"extend": "^3.0.0",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"injection": "^0.2.4",
"injection": "^0.2.7",
"is-type-of": "^1.2.0"
}
}
14 changes: 14 additions & 0 deletions packages/midway-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.7"></a>
## [0.2.7](https://github.com/midwayjs/midway/compare/v0.2.6...v0.2.7) (2018-08-10)


### Bug Fixes

* export bootstrap file ([d2bd919](https://github.com/midwayjs/midway/commit/d2bd919))
* export bootstrap file ([1337926](https://github.com/midwayjs/midway/commit/1337926))
* module name ([c00d20c](https://github.com/midwayjs/midway/commit/c00d20c))





<a name="0.2.6"></a>
## [0.2.6](https://github.com/midwayjs/midway/compare/v0.2.5...v0.2.6) (2018-08-08)

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": "0.2.6",
"version": "0.2.7",
"eggPlugin": {
"name": "midway-mock"
},
Expand Down Expand Up @@ -37,9 +37,9 @@
"co": "^4.6.0",
"debug": "^3.1.0",
"egg-mock": "^3.17.3",
"injection": "^0.2.4",
"injection": "^0.2.7",
"is-type-of": "^1.2.0",
"midway-core": "^0.2.4",
"midway-core": "^0.2.7",
"power-assert": "^1.6.0",
"ready-callback": "^2.0.1"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/midway-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.7"></a>
## [0.2.7](https://github.com/midwayjs/midway/compare/v0.2.6...v0.2.7) (2018-08-10)

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





<a name="0.2.5"></a>
## [0.2.5](https://github.com/midwayjs/midway/compare/v0.2.4...v0.2.5) (2018-08-06)

Expand Down
6 changes: 3 additions & 3 deletions packages/midway-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-web",
"version": "0.2.5",
"version": "0.2.7",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
"extend": "^3.0.0",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"injection": "^0.2.4",
"injection": "^0.2.7",
"is-type-of": "^1.2.0",
"midway-core": "^0.2.4"
"midway-core": "^0.2.7"
}
}
9 changes: 9 additions & 0 deletions packages/midway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.7"></a>
## [0.2.7](https://github.com/midwayjs/midway/compare/v0.2.6...v0.2.7) (2018-08-10)

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





<a name="0.2.5"></a>
## [0.2.5](https://github.com/midwayjs/midway/compare/v0.2.4...v0.2.5) (2018-08-06)

Expand Down
8 changes: 4 additions & 4 deletions packages/midway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "0.2.5",
"version": "0.2.7",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -32,9 +32,9 @@
"egg-cluster": "^1.17.0",
"egg-logger": "^1.6.2",
"graceful-process": "^1.2.0",
"injection": "^0.2.4",
"midway-core": "^0.2.4",
"midway-web": "^0.2.5"
"injection": "^0.2.7",
"midway-core": "^0.2.7",
"midway-web": "^0.2.7"
},
"files": [
"bin",
Expand Down

0 comments on commit 79cdfb1

Please sign in to comment.