Skip to content

Commit

Permalink
release(7.0.0-rc.6): release 7.0.0-rc.6 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jan 22, 2019
1 parent e217940 commit bbf5fa1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [7.0.0-rc.6](https://github.com/ng-alain/delon/compare/7.0.0-rc.5...7.0.0-rc.6) (2019-01-22)


### Bug Fixes

* **module:schematics:** fix missing version of ng-alain-codelyzer ([#401](https://github.com/ng-alain/delon/issues/401)) ([e217940](https://github.com/ng-alain/delon/commit/e217940))



# [7.0.0-rc.5](https://github.com/ng-alain/delon/compare/7.0.0-rc.4...7.0.0-rc.5) (2019-01-22)


Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Change Log
type: Other
---

# [7.0.0-rc.6](https://github.com/ng-alain/delon/compare/7.0.0-rc.5...7.0.0-rc.6) (2019-01-22)

### Bug Fixes

* **module:schematics:** fix missing version of `ng-alain-codelyzer` ([#401](https://github.com/ng-alain/delon/issues/401)) ([e217940](https://github.com/ng-alain/delon/commit/e217940))


# [7.0.0-rc.5](https://github.com/ng-alain/delon/compare/7.0.0-rc.4...7.0.0-rc.5) (2019-01-22)

### Scaffold
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: 更新日志
type: Other
---

# [7.0.0-rc.6](https://github.com/ng-alain/delon/compare/7.0.0-rc.5...7.0.0-rc.6) (2019-01-22)

### Bug Fixes

* **module:schematics:** 修复无效 `ng-alain-codelyzer` 版本号 ([#401](https://github.com/ng-alain/delon/issues/401)) ([e217940](https://github.com/ng-alain/delon/commit/e217940))


# [7.0.0-rc.5](https://github.com/ng-alain/delon/compare/7.0.0-rc.4...7.0.0-rc.5) (2019-01-22)

### Scaffold
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delon",
"version": "7.0.0-rc.5",
"version": "7.0.0-rc.6",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for ng-alain.",
"keywords": [
Expand Down

0 comments on commit bbf5fa1

Please sign in to comment.