Skip to content

Commit

Permalink
v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Apr 29, 2020
1 parent 5ed049a commit dea4b92
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.

# [1.19.0](https://github.com/midwayjs/midway/compare/v1.18.6...v1.19.0) (2020-04-29)


### Features

* add env switch to disable ts ([#481](https://github.com/midwayjs/midway/issues/481)) ([73aeba9](https://github.com/midwayjs/midway/commit/73aeba948c6cd9f29b1612175f39180a574e9c75))





## [1.18.6](https://github.com/midwayjs/midway/compare/v1.18.5...v1.18.6) (2020-04-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -21,5 +21,5 @@
}
},
"npmClient": "npm",
"version": "1.18.6"
"version": "1.19.0"
}
11 changes: 11 additions & 0 deletions packages/midway-web/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.

# [1.19.0](https://github.com/midwayjs/midway/compare/v1.18.6...v1.19.0) (2020-04-29)


### Features

* add env switch to disable ts ([#481](https://github.com/midwayjs/midway/issues/481)) ([73aeba9](https://github.com/midwayjs/midway/commit/73aeba948c6cd9f29b1612175f39180a574e9c75))





## [1.18.6](https://github.com/midwayjs/midway/compare/v1.18.5...v1.18.6) (2020-04-09)

**Note:** Version bump only for package midway-web
Expand Down
2 changes: 1 addition & 1 deletion packages/midway-web/package.json
@@ -1,6 +1,6 @@
{
"name": "midway-web",
"version": "1.18.6",
"version": "1.19.0",
"description": "Midway Web Scene",
"main": "dist/index",
"typings": "dist/index.d.ts",
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.19.0](https://github.com/midwayjs/midway/compare/v1.18.6...v1.19.0) (2020-04-29)

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





## [1.18.6](https://github.com/midwayjs/midway/compare/v1.18.5...v1.18.6) (2020-04-09)

**Note:** Version bump only for package midway
Expand Down
4 changes: 2 additions & 2 deletions packages/midway/package.json
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "1.18.6",
"version": "1.19.0",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"egg-cluster": "^1.23.0",
"midway-web": "^1.18.6"
"midway-web": "^1.19.0"
},
"files": [
"bin",
Expand Down

0 comments on commit dea4b92

Please sign in to comment.