Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 30, 2019
1 parent f67d5c2 commit 0bc9686
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 10 deletions.
12 changes: 12 additions & 0 deletions 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.

## [1.2.2](https://github.com/midwayjs/midway/compare/v1.2.1...v1.2.2) (2019-01-30)


### Bug Fixes

* import router in base controller ([1a0b890](https://github.com/midwayjs/midway/commit/1a0b890))
* import router to fix core ([71a2f61](https://github.com/midwayjs/midway/commit/71a2f61))





## [1.2.1](https://github.com/midwayjs/midway/compare/v1.2.0...v1.2.1) (2019-01-30)

**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.2.1"
"version": "1.2.2"
}
11 changes: 11 additions & 0 deletions packages/midway-core/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.

## [1.2.2](https://github.com/midwayjs/midway/compare/v1.2.1...v1.2.2) (2019-01-30)


### Bug Fixes

* import router to fix core ([71a2f61](https://github.com/midwayjs/midway/commit/71a2f61))





## [1.2.1](https://github.com/midwayjs/midway/compare/v1.2.0...v1.2.1) (2019-01-30)

**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.2.1",
"version": "1.2.2",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
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.2.2](https://github.com/midwayjs/midway/compare/v1.2.1...v1.2.2) (2019-01-30)

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





## [1.2.1](https://github.com/midwayjs/midway/compare/v1.2.0...v1.2.1) (2019-01-30)

**Note:** Version bump only for package midway-mock
Expand Down
4 changes: 2 additions & 2 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.2.1",
"version": "1.2.2",
"eggPlugin": {
"name": "midway-mock"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"injection": "^1.1.0",
"midway-bin": "^1.2.0",
"midway-core": "^1.2.1"
"midway-core": "^1.2.2"
},
"dependencies": {
"egg-mock": "^3.21.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/midway-web/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.

## [1.2.2](https://github.com/midwayjs/midway/compare/v1.2.1...v1.2.2) (2019-01-30)


### Bug Fixes

* import router in base controller ([1a0b890](https://github.com/midwayjs/midway/commit/1a0b890))
* import router to fix core ([71a2f61](https://github.com/midwayjs/midway/commit/71a2f61))





## [1.2.1](https://github.com/midwayjs/midway/compare/v1.2.0...v1.2.1) (2019-01-30)

**Note:** Version bump only for package midway-web
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": "1.2.1",
"version": "1.2.2",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"devDependencies": {
"midway-bin": "^1.2.0",
"midway-mock": "^1.2.1",
"midway-mock": "^1.2.2",
"pedding": "^1.1.0"
},
"dependencies": {
Expand All @@ -41,7 +41,7 @@
"inflection": "^1.12.0",
"injection": "^1.1.0",
"is-type-of": "^1.2.1",
"midway-core": "^1.2.1",
"midway-core": "^1.2.2",
"midway-schedule": "^1.2.0",
"reflect-metadata": "^0.1.12"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/midway/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.

## [1.2.2](https://github.com/midwayjs/midway/compare/v1.2.1...v1.2.2) (2019-01-30)


### Bug Fixes

* import router to fix core ([71a2f61](https://github.com/midwayjs/midway/commit/71a2f61))





## [1.2.1](https://github.com/midwayjs/midway/compare/v1.2.0...v1.2.1) (2019-01-30)

**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.2.1",
"version": "1.2.2",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"egg-cluster": "^1.22.2",
"egg-core": "^4.13.1",
"injection": "^1.1.0",
"midway-core": "^1.2.1",
"midway-web": "^1.2.1",
"midway-core": "^1.2.2",
"midway-web": "^1.2.2",
"ts-node": "^7.0.1"
},
"files": [
Expand Down

0 comments on commit 0bc9686

Please sign in to comment.