Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 3, 2018
1 parent d3a7906 commit 1b52772
Show file tree
Hide file tree
Showing 15 changed files with 84 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.2.0",
"version": "0.2.1",
"registry": "https://registry.npmjs.org/",
"npmClient": "npm"
}
8 changes: 8 additions & 0 deletions packages/context/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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/midwayjs/midway/compare/v0.2.0...v0.2.1) (2018-08-03)




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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/midwayjs/midway/compare/v0.1.6...v0.2.0) (2018-08-01)

Expand Down
4 changes: 2 additions & 2 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "injection",
"version": "0.2.0",
"version": "0.2.1",
"description": "A New IoC Container For All Node.js Application",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"@types/chai": "^3.5.2",
"@types/lodash": "^4.14.109",
"chai": "^4.1.2",
"midway-bin": "^0.1.6",
"midway-bin": "^0.2.1",
"mocha": "^3.5.0",
"nyc": "^11.2.1",
"sdk-base": "^3.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/midway-bin/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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/midwayjs/midway/compare/v0.2.0...v0.2.1) (2018-08-03)


### Bug Fixes

* dev command loop execution ([b08a0c0](https://github.com/midwayjs/midway/commit/b08a0c0))




<a name="0.1.6"></a>
## [0.1.6](https://github.com/midwayjs/midway/compare/v0.1.5...v0.1.6) (2018-07-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/midway-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-bin",
"version": "0.1.6",
"version": "0.2.1",
"description": "Midway Command Tools",
"main": "index.js",
"bin": {
Expand Down
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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/midwayjs/midway/compare/v0.2.0...v0.2.1) (2018-08-03)




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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/midwayjs/midway/compare/v0.1.6...v0.2.0) (2018-08-01)

Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.2.1",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@types/mocha": "^2.2.41",
"@types/node": "^8.10.0",
"chai": "^4.1.2",
"midway-bin": "^0.1.6"
"midway-bin": "^0.2.1"
},
"dependencies": {
"camelcase": "^5.0.0",
Expand All @@ -35,7 +35,7 @@
"extend": "^3.0.0",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"injection": "^0.2.0",
"injection": "^0.2.1",
"is-type-of": "^1.2.0"
},
"nyc": {
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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/midwayjs/midway/compare/v0.2.0...v0.2.1) (2018-08-03)


### Bug Fixes

* init template ([1af0f18](https://github.com/midwayjs/midway/commit/1af0f18))




<a name="0.2.0"></a>
# [0.2.0](https://github.com/midwayjs/midway/compare/v0.1.6...v0.2.0) (2018-08-01)

Expand Down
4 changes: 2 additions & 2 deletions packages/midway-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-init",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"egg-init": "^1.14.0"
},
Expand All @@ -11,7 +11,7 @@
"eslint": "^4.13.1",
"eslint-config-egg": "^5.1.1",
"intelli-espower-loader": "^1.0.1",
"midway-bin": "^0.1.6",
"midway-bin": "^0.2.1",
"mm": "^2.2.0",
"power-assert": "^1.4.4",
"proxy": "^0.2.4",
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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/midwayjs/midway/compare/v0.2.0...v0.2.1) (2018-08-03)




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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/midwayjs/midway/compare/v0.1.6...v0.2.0) (2018-08-01)

Expand Down
8 changes: 4 additions & 4 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.0",
"version": "0.2.1",
"eggPlugin": {
"name": "midway-mock"
},
Expand Down Expand Up @@ -29,15 +29,15 @@
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^8.10.0",
"midway-bin": "^0.1.6"
"midway-bin": "^0.2.1"
},
"dependencies": {
"co": "^4.6.0",
"debug": "^3.1.0",
"egg-mock": "^3.17.3",
"injection": "^0.2.0",
"injection": "^0.2.1",
"is-type-of": "^1.2.0",
"midway-core": "^0.2.0",
"midway-core": "^0.2.1",
"ready-callback": "^2.0.1"
},
"nyc": {
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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/midwayjs/midway/compare/v0.2.0...v0.2.1) (2018-08-03)




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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/midwayjs/midway/compare/v0.1.6...v0.2.0) (2018-08-01)

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": "0.2.0",
"version": "0.2.1",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/mocha": "^2.2.41",
"@types/node": "^8.10.0",
"egg-mock": "^3.17.2",
"midway-bin": "^0.1.6"
"midway-bin": "^0.2.1"
},
"dependencies": {
"camelcase": "^5.0.0",
Expand All @@ -38,9 +38,9 @@
"extend": "^3.0.0",
"globby": "^8.0.0",
"inflection": "^1.12.0",
"injection": "^0.2.0",
"injection": "^0.2.1",
"is-type-of": "^1.2.0",
"midway-core": "^0.2.0"
"midway-core": "^0.2.1"
},
"nyc": {
"include": [
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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/midwayjs/midway/compare/v0.2.0...v0.2.1) (2018-08-03)




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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/midwayjs/midway/compare/v0.1.6...v0.2.0) (2018-08-01)

Expand Down
10 changes: 5 additions & 5 deletions packages/midway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "0.2.0",
"version": "0.2.1",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^8.10.0",
"midway-bin": "^0.1.6",
"midway-bin": "^0.2.1",
"mm": "^2.1.0",
"mocha": "^3.5.0",
"supertest": "^3.1.0"
Expand All @@ -32,9 +32,9 @@
"egg-cluster": "^1.17.0",
"egg-logger": "^1.6.2",
"graceful-process": "^1.2.0",
"injection": "^0.2.0",
"midway-core": "^0.2.0",
"midway-web": "^0.2.0"
"injection": "^0.2.1",
"midway-core": "^0.2.1",
"midway-web": "^0.2.1"
},
"files": [
"bin",
Expand Down

0 comments on commit 1b52772

Please sign in to comment.