Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Nov 15, 2018
1 parent 44003af commit cd9e5fc
Show file tree
Hide file tree
Showing 18 changed files with 128 additions and 25 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)


### Bug Fixes

* agent not work ([f43c553](https://github.com/midwayjs/midway/commit/f43c553))
* agent startup become compatible between egg&midway ([47f46c3](https://github.com/midwayjs/midway/commit/47f46c3))
* build not midway-bin ([f16b9db](https://github.com/midwayjs/midway/commit/f16b9db))
* egg-schedule plugin retrieve dir ([6a94e01](https://github.com/midwayjs/midway/commit/6a94e01))
* logger & build scripts ([c2e29aa](https://github.com/midwayjs/midway/commit/c2e29aa))
* run task with wront ctx & fill tests ([94d95c3](https://github.com/midwayjs/midway/commit/94d95c3))
* schedule build file not published ([e14be5b](https://github.com/midwayjs/midway/commit/e14be5b))


### Features

* init midway-schedule ([4442bd1](https://github.com/midwayjs/midway/commit/4442bd1))





## [0.5.1](https://github.com/midwayjs/midway/compare/v0.5.0...v0.5.1) (2018-11-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
]
}
},
"version": "0.5.1"
"version": "0.6.0"
}
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.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)

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






# [0.5.0](https://github.com/midwayjs/midway/compare/v0.4.5...v0.5.0) (2018-11-15)

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.5.0",
"version": "0.6.0",
"description": "A New IoC Container For All Node.js Application",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"@types/lodash": "^4.14.109",
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"midway-bin": "^0.5.0",
"midway-bin": "^0.6.0",
"mocha": "^3.5.0",
"nyc": "^11.2.1",
"sdk-base": "^3.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-bin/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.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)

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





# [0.5.0](https://github.com/midwayjs/midway/compare/v0.4.5...v0.5.0) (2018-11-15)

**Note:** Version bump only for package midway-bin
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.5.0",
"version": "0.6.0",
"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.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)

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





# [0.5.0](https://github.com/midwayjs/midway/compare/v0.4.5...v0.5.0) (2018-11-15)

**Note:** Version bump only for package midway-core
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.5.0",
"version": "0.6.0",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"@types/mocha": "^2.2.41",
"@types/node": "^10.5.5",
"chai": "^4.1.2",
"midway-bin": "^0.5.0"
"midway-bin": "^0.6.0"
},
"dependencies": {
"camelcase": "^5.0.0",
Expand All @@ -36,7 +36,7 @@
"extend": "^3.0.0",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"injection": "^0.5.0",
"injection": "^0.6.0",
"is-type-of": "^1.2.0"
},
"author": "Harry Chen <czy88840616@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-init/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.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)

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





# [0.5.0](https://github.com/midwayjs/midway/compare/v0.4.5...v0.5.0) (2018-11-15)

**Note:** Version bump only for package midway-init
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.5.0",
"version": "0.6.0",
"dependencies": {
"egg-init": "^1.14.0"
},
Expand All @@ -11,7 +11,7 @@
"eslint": "^4.13.1",
"eslint-config-egg": "^7.0.0",
"intelli-espower-loader": "^1.0.1",
"midway-bin": "^0.5.0",
"midway-bin": "^0.6.0",
"mm": "^2.2.0",
"power-assert": "^1.6.0",
"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.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)

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





# [0.5.0](https://github.com/midwayjs/midway/compare/v0.4.5...v0.5.0) (2018-11-15)

**Note:** Version bump only for package midway-mock
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.5.0",
"version": "0.6.0",
"eggPlugin": {
"name": "midway-mock"
},
Expand Down Expand Up @@ -33,15 +33,15 @@
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^10.5.5",
"midway-bin": "^0.5.0"
"midway-bin": "^0.6.0"
},
"dependencies": {
"co": "^4.6.0",
"debug": "^3.1.0",
"egg-mock": "^3.17.3",
"injection": "^0.5.0",
"injection": "^0.6.0",
"is-type-of": "^1.2.0",
"midway-core": "^0.5.0",
"midway-core": "^0.6.0",
"power-assert": "^1.6.0",
"ready-callback": "^2.0.1"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/midway-schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)


### Bug Fixes

* agent not work ([f43c553](https://github.com/midwayjs/midway/commit/f43c553))
* agent startup become compatible between egg&midway ([47f46c3](https://github.com/midwayjs/midway/commit/47f46c3))
* build not midway-bin ([f16b9db](https://github.com/midwayjs/midway/commit/f16b9db))
* egg-schedule plugin retrieve dir ([6a94e01](https://github.com/midwayjs/midway/commit/6a94e01))
* logger & build scripts ([c2e29aa](https://github.com/midwayjs/midway/commit/c2e29aa))
* run task with wront ctx & fill tests ([94d95c3](https://github.com/midwayjs/midway/commit/94d95c3))
* schedule build file not published ([e14be5b](https://github.com/midwayjs/midway/commit/e14be5b))


### Features

* init midway-schedule ([4442bd1](https://github.com/midwayjs/midway/commit/4442bd1))





## [0.5.1](https://github.com/midwayjs/midway/compare/v0.5.0...v0.5.1) (2018-11-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/midway-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-schedule",
"version": "0.5.1",
"version": "0.6.0",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^10.5.5",
"midway-bin": "^0.5.0"
"midway-bin": "^0.6.0"
},
"dependencies": {
"egg-schedule": "^3.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/midway-web/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.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)


### Features

* init midway-schedule ([4442bd1](https://github.com/midwayjs/midway/commit/4442bd1))





## [0.5.1](https://github.com/midwayjs/midway/compare/v0.5.0...v0.5.1) (2018-11-15)

**Note:** Version bump only for package midway-web
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": "0.5.1",
"version": "0.6.0",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/mocha": "^2.2.41",
"@types/node": "^10.5.5",
"egg-mock": "^3.17.3",
"midway-bin": "^0.5.0",
"midway-bin": "^0.6.0",
"pedding": "^1.1.0"
},
"dependencies": {
Expand All @@ -41,10 +41,10 @@
"extend": "^3.0.0",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"injection": "^0.5.0",
"injection": "^0.6.0",
"is-type-of": "^1.2.0",
"midway-core": "^0.5.0",
"midway-schedule": "^0.5.1"
"midway-core": "^0.6.0",
"midway-schedule": "^0.6.0"
},
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
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.

# [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)

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





## [0.5.1](https://github.com/midwayjs/midway/compare/v0.5.0...v0.5.1) (2018-11-15)

**Note:** Version bump only for package midway
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.5.1",
"version": "0.6.0",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -21,16 +21,16 @@
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^10.5.5",
"midway-bin": "^0.5.0",
"midway-bin": "^0.6.0",
"mm": "^2.2.0",
"mocha": "^3.5.0",
"supertest": "^3.1.0"
},
"dependencies": {
"egg-cluster": "^1.17.0",
"injection": "^0.5.0",
"midway-core": "^0.5.0",
"midway-web": "^0.5.1"
"injection": "^0.6.0",
"midway-core": "^0.6.0",
"midway-web": "^0.6.0"
},
"files": [
"bin",
Expand Down

0 comments on commit cd9e5fc

Please sign in to comment.