Skip to content

Commit

Permalink
v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Mar 8, 2019
1 parent bd04975 commit a16c92b
Show file tree
Hide file tree
Showing 20 changed files with 107 additions and 27 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

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





## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)

**Note:** Version bump only for package midway
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -15,5 +15,5 @@
}
},
"npmClient": "npm",
"version": "1.4.6"
"version": "1.4.7"
}
8 changes: 8 additions & 0 deletions packages/midway-bin/CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

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





## [1.4.3](https://github.com/midwayjs/midway/compare/v1.4.2...v1.4.3) (2019-03-01)

**Note:** Version bump only for package midway-bin
Expand Down
2 changes: 1 addition & 1 deletion packages/midway-bin/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-bin",
"version": "1.4.3",
"version": "1.4.7",
"description": "Midway Command Tools",
"main": "index.js",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-core/CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

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





## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)

**Note:** Version bump only for package midway-core
Expand Down
6 changes: 3 additions & 3 deletions packages/midway-core/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-core",
"version": "1.4.6",
"version": "1.4.7",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -24,10 +24,10 @@
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"midway-bin": "^1.4.3"
"midway-bin": "^1.4.7"
},
"dependencies": {
"@midwayjs/decorator": "^1.4.6",
"@midwayjs/decorator": "^1.4.7",
"camelcase": "^5.2.0",
"debug": "^4.1.1",
"globby": "^9.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-decorator/CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

**Note:** Version bump only for package @midwayjs/decorator





## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)

**Note:** Version bump only for package @midwayjs/decorator
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-decorator/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/decorator",
"version": "1.4.6",
"version": "1.4.7",
"description": "definition decorator for midway project",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"injection": "^1.4.2"
},
"devDependencies": {
"midway-bin": "^1.4.3"
"midway-bin": "^1.4.7"
},
"keywords": [
"midway",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-definition/CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

**Note:** Version bump only for package @midwayjs/definition





## [1.4.3](https://github.com/midwayjs/midway/compare/v1.4.2...v1.4.3) (2019-03-01)

**Note:** Version bump only for package @midwayjs/definition
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-definition/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/definition",
"version": "1.4.3",
"version": "1.4.7",
"description": "declare all midway dependencies by typescript definition",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"egg-logger": "^2.3.2"
},
"devDependencies": {
"midway-bin": "^1.4.3"
"midway-bin": "^1.4.7"
},
"keywords": [
"midway",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-init/CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

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





## [1.4.3](https://github.com/midwayjs/midway/compare/v1.4.2...v1.4.3) (2019-03-01)

**Note:** Version bump only for package midway-init
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-init/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-init",
"version": "1.4.3",
"version": "1.4.7",
"dependencies": {
"co": "^4.6.0",
"egg-init": "^1.15.1",
Expand All @@ -13,7 +13,7 @@
"eslint": "^5.14.1",
"eslint-config-egg": "^7.0.0",
"intelli-espower-loader": "^1.0.1",
"midway-bin": "^1.4.3",
"midway-bin": "^1.4.7",
"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
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

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





## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)

**Note:** Version bump only for package midway-mock
Expand Down
6 changes: 3 additions & 3 deletions packages/midway-mock/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-mock",
"version": "1.4.6",
"version": "1.4.7",
"eggPlugin": {
"name": "midway-mock"
},
Expand Down Expand Up @@ -31,9 +31,9 @@
],
"license": "MIT",
"devDependencies": {
"@midwayjs/decorator": "^1.4.6",
"@midwayjs/decorator": "^1.4.7",
"injection": "^1.4.2",
"midway-bin": "^1.4.3"
"midway-bin": "^1.4.7"
},
"dependencies": {
"egg-mock": "^3.21.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-schedule/CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

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





## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)

**Note:** Version bump only for package midway-schedule
Expand Down
8 changes: 4 additions & 4 deletions packages/midway-schedule/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-schedule",
"version": "1.4.6",
"version": "1.4.7",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -21,11 +21,11 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"midway-bin": "^1.4.3",
"midway-mock": "^1.4.6"
"midway-bin": "^1.4.7",
"midway-mock": "^1.4.7"
},
"dependencies": {
"@midwayjs/decorator": "^1.4.6",
"@midwayjs/decorator": "^1.4.7",
"injection": "^1.4.2",
"is-type-of": "^1.2.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-web/CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

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





## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)

**Note:** Version bump only for package midway-web
Expand Down
12 changes: 6 additions & 6 deletions packages/midway-web/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-web",
"version": "1.4.6",
"version": "1.4.7",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -30,23 +30,23 @@
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"is-type-of": "^1.2.1",
"midway-bin": "^1.4.3",
"midway-mock": "^1.4.6",
"midway-bin": "^1.4.7",
"midway-mock": "^1.4.7",
"pedding": "^1.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"@eggjs/router": "^2.0.0",
"@midwayjs/decorator": "^1.4.6",
"@midwayjs/decorator": "^1.4.7",
"debug": "^4.1.1",
"egg": "^2.20.0",
"egg-core": "^4.15.0",
"egg-logger": "^2.3.2",
"extend2": "^1.0.0",
"injection": "^1.4.2",
"midway-core": "^1.4.6",
"midway-schedule": "^1.4.6",
"midway-core": "^1.4.7",
"midway-schedule": "^1.4.7",
"mkdirp": "^0.5.1"
},
"author": "Harry Chen <czy88840616@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway/CHANGELOG.md
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.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)

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





## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)

**Note:** Version bump only for package midway
Expand Down
6 changes: 3 additions & 3 deletions packages/midway/package.json
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "1.4.6",
"version": "1.4.7",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -19,11 +19,11 @@
],
"license": "MIT",
"devDependencies": {
"midway-bin": "^1.4.3"
"midway-bin": "^1.4.7"
},
"dependencies": {
"egg-cluster": "^1.23.0",
"midway-web": "^1.4.6",
"midway-web": "^1.4.7",
"ts-node": "^8.0.3"
},
"files": [
Expand Down

0 comments on commit a16c92b

Please sign in to comment.