Skip to content

Commit

Permalink
v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Mar 30, 2020
1 parent 9064743 commit bfd4c76
Show file tree
Hide file tree
Showing 24 changed files with 132 additions and 30 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)


### Bug Fixes

* @Func return type ([#452](https://github.com/midwayjs/midway/issues/452)) ([9064743](https://github.com/midwayjs/midway/commit/9064743c04713ef77ef246416dabe8f79b97fc79))





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -20,5 +20,5 @@
}
},
"npmClient": "npm",
"version": "2.0.8"
"version": "2.0.9"
}
8 changes: 8 additions & 0 deletions packages/eslint-midway-contrib/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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

**Note:** Version bump only for package eslint-midway-contrib





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)

**Note:** Version bump only for package eslint-midway-contrib
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-midway-contrib/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-midway-contrib",
"version": "2.0.8",
"version": "2.0.9",
"description": "ESlint default rule for midway",
"keywords": [
"ECMAScript Style",
Expand Down
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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

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





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)

**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": "2.0.8",
"version": "2.0.9",
"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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

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





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/midway-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/core",
"version": "2.0.8",
"version": "2.0.9",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -24,12 +24,12 @@
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"midway-bin": "^2.0.8",
"midway-bin": "^2.0.9",
"mm": "^2.5.0",
"sinon": "^7.2.2"
},
"dependencies": {
"@midwayjs/decorator": "^2.0.8",
"@midwayjs/decorator": "^2.0.9",
"debug": "^4.1.1",
"extend2": "^1.0.0",
"globby": "^10.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/midway-decorator/CHANGELOG.md
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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)


### Bug Fixes

* @Func return type ([#452](https://github.com/midwayjs/midway/issues/452)) ([9064743](https://github.com/midwayjs/midway/commit/9064743c04713ef77ef246416dabe8f79b97fc79))





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/midway-decorator/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/decorator",
"version": "2.0.8",
"version": "2.0.9",
"description": "definition decorator for midway project",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"midway-bin": "^2.0.8"
"midway-bin": "^2.0.9"
},
"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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

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





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)

**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": "2.0.8",
"version": "2.0.9",
"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": "^2.0.8"
"midway-bin": "^2.0.9"
},
"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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

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





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)

**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": "2.0.8",
"version": "2.0.9",
"dependencies": {
"chalk": "^3.0.0",
"enquirer": "^2.3.2",
Expand All @@ -11,7 +11,7 @@
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-egg": "^7.0.0",
"midway-bin": "^2.0.8",
"midway-bin": "^2.0.9",
"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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

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





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)

**Note:** Version bump only for package midway-mock
Expand Down
8 changes: 4 additions & 4 deletions packages/midway-mock/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-mock",
"version": "2.0.8",
"version": "2.0.9",
"eggPlugin": {
"name": "midway-mock"
},
Expand Down Expand Up @@ -33,9 +33,9 @@
],
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^2.0.8",
"@midwayjs/decorator": "^2.0.8",
"midway-bin": "^2.0.8"
"@midwayjs/core": "^2.0.9",
"@midwayjs/decorator": "^2.0.9",
"midway-bin": "^2.0.9"
},
"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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

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





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)

**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": "2.0.8",
"version": "2.0.9",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -21,11 +21,11 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"midway-bin": "^2.0.8",
"midway-mock": "^2.0.8"
"midway-bin": "^2.0.9",
"midway-mock": "^2.0.9"
},
"dependencies": {
"@midwayjs/decorator": "^2.0.8",
"@midwayjs/decorator": "^2.0.9",
"is-type-of": "^1.2.1"
},
"engines": {
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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

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





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)


Expand Down
12 changes: 6 additions & 6 deletions packages/midway-web/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-web",
"version": "2.0.8",
"version": "2.0.9",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -30,24 +30,24 @@
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"is-type-of": "^1.2.1",
"midway-bin": "^2.0.8",
"midway-mock": "^2.0.8",
"midway-bin": "^2.0.9",
"midway-mock": "^2.0.9",
"mz-modules": "^2.1.0",
"pedding": "^1.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"@eggjs/router": "^2.0.0",
"@midwayjs/core": "^2.0.8",
"@midwayjs/decorator": "^2.0.8",
"@midwayjs/core": "^2.0.9",
"@midwayjs/decorator": "^2.0.9",
"debug": "^4.1.1",
"egg": "^2.20.0",
"egg-core": "^4.15.0",
"egg-logger": "^2.3.2",
"extend2": "^1.0.0",
"graphviz": "^0.0.8",
"midway-schedule": "^2.0.8",
"midway-schedule": "^2.0.9",
"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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

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





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)

**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": "2.0.8",
"version": "2.0.9",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -19,11 +19,11 @@
],
"license": "MIT",
"devDependencies": {
"midway-bin": "^2.0.8"
"midway-bin": "^2.0.9"
},
"dependencies": {
"egg-cluster": "^1.23.0",
"midway-web": "^2.0.8"
"midway-web": "^2.0.9"
},
"files": [
"bin",
Expand Down
8 changes: 8 additions & 0 deletions packages/tslint-midway-contrib/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.

## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)

**Note:** Version bump only for package tslint-midway-contrib





## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)

**Note:** Version bump only for package tslint-midway-contrib
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-midway-contrib/package.json
@@ -1,7 +1,7 @@
{
"name": "tslint-midway-contrib",
"private": true,
"version": "2.0.8",
"version": "2.0.9",
"description": "tslint default rule for midway",
"main": "tslint.json",
"scripts": {
Expand Down

0 comments on commit bfd4c76

Please sign in to comment.