Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 26, 2018
1 parent 5d69d78 commit 1925bac
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 25 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.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**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 @@ -14,5 +14,5 @@
]
}
},
"version": "1.0.1"
"version": "1.0.2"
}
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.

## [1.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**Note:** Version bump only for package injection
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": "1.0.1",
"version": "1.0.2",
"description": "A New IoC Container For All Node.js Application",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"midway-bin": "^1.0.1",
"midway-bin": "^1.0.2",
"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.

## [1.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**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": "1.0.1",
"version": "1.0.2",
"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.

## [1.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**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": "1.0.1",
"version": "1.0.2",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
],
"license": "MIT",
"devDependencies": {
"midway-bin": "^1.0.1"
"midway-bin": "^1.0.2"
},
"dependencies": {
"camelcase": "^5.0.0",
Expand All @@ -32,7 +32,7 @@
"extend2": "^1.0.0",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"injection": "^1.0.1",
"injection": "^1.0.2",
"is-type-of": "^1.2.1",
"reflect-metadata": "^0.1.12"
},
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.

## [1.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**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": "1.0.1",
"version": "1.0.2",
"dependencies": {
"co": "^4.6.0",
"egg-init": "^1.15.0",
Expand All @@ -12,7 +12,7 @@
"eslint": "^4.13.1",
"eslint-config-egg": "^7.0.0",
"intelli-espower-loader": "^1.0.1",
"midway-bin": "^1.0.1",
"midway-bin": "^1.0.2",
"mm": "^2.4.1",
"mz-modules": "^2.1.0",
"power-assert": "^1.6.1",
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.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**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": "1.0.1",
"version": "1.0.2",
"eggPlugin": {
"name": "midway-mock"
},
Expand Down Expand Up @@ -31,9 +31,9 @@
],
"license": "MIT",
"devDependencies": {
"injection": "^1.0.1",
"midway-bin": "^1.0.1",
"midway-core": "^1.0.1"
"injection": "^1.0.2",
"midway-bin": "^1.0.2",
"midway-core": "^1.0.2"
},
"dependencies": {
"egg-mock": "^3.20.1",
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.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**Note:** Version bump only for package midway-schedule
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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -18,7 +18,7 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"midway-bin": "^1.0.1"
"midway-bin": "^1.0.2"
},
"dependencies": {
"egg-schedule": "3.4.0",
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.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**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": "1.0.1",
"version": "1.0.2",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"devDependencies": {
"egg-mock": "^3.20.1",
"midway-bin": "^1.0.1",
"midway-bin": "^1.0.2",
"pedding": "^1.1.0"
},
"dependencies": {
Expand All @@ -38,10 +38,10 @@
"extend2": "^1.0.0",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"injection": "^1.0.1",
"injection": "^1.0.2",
"is-type-of": "^1.2.1",
"midway-core": "^1.0.1",
"midway-schedule": "^1.0.1",
"midway-core": "^1.0.2",
"midway-schedule": "^1.0.2",
"reflect-metadata": "^0.1.12"
},
"author": "Harry Chen <czy88840616@gmail.com>",
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.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)

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





## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)

**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": "1.0.1",
"version": "1.0.2",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -19,13 +19,13 @@
],
"license": "MIT",
"devDependencies": {
"midway-bin": "^1.0.1"
"midway-bin": "^1.0.2"
},
"dependencies": {
"egg-cluster": "^1.22.2",
"injection": "^1.0.1",
"midway-core": "^1.0.1",
"midway-web": "^1.0.1",
"injection": "^1.0.2",
"midway-core": "^1.0.2",
"midway-web": "^1.0.2",
"ts-node": "^7.0.1"
},
"files": [
Expand Down

0 comments on commit 1925bac

Please sign in to comment.