Skip to content

Commit

Permalink
release(11.10.3): release 11.10.3 (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jun 22, 2021
1 parent aeb5d6f commit 55c3f98
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [11.10.3](https://github.com/ng-alain/delon/compare/11.10.2...11.10.3) (2021-06-22)


### Bug Fixes

* **chart:** remove empty theme variable ([#1257](https://github.com/ng-alain/delon/issues/1257)) ([c0a7c01](https://github.com/ng-alain/delon/commit/c0a7c01792bfe5ff47d95febf6893e2008ac2498))
* **chart:echarts:** fix can't percentage of width ([#1261](https://github.com/ng-alain/delon/issues/1261)) ([aeb5d6f](https://github.com/ng-alain/delon/commit/aeb5d6f97996ee3f74ff6ed3a6964a7d5399ff69))
* **form:** fix should be triggered `reset` every time when can be displayed ([#1260](https://github.com/ng-alain/delon/issues/1260)) ([10431c0](https://github.com/ng-alain/delon/commit/10431c005faea81e8943b9681d6f67fb936f9008))



## [11.10.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26)


Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-

---

## [11.10.3](https://github.com/ng-alain/delon/compare/11.10.2...11.10.3) (2021-06-22)

### Bug Fixes

* **chart:** remove empty theme variable ([#1257](https://github.com/ng-alain/delon/issues/1257)) ([c0a7c01](https://github.com/ng-alain/delon/commit/c0a7c01792bfe5ff47d95febf6893e2008ac2498))
* **chart:echarts:** fix can't percentage of width ([#1261](https://github.com/ng-alain/delon/issues/1261)) ([aeb5d6f](https://github.com/ng-alain/delon/commit/aeb5d6f97996ee3f74ff6ed3a6964a7d5399ff69))
* **form:** fix should be triggered `reset` every time when can be displayed ([#1260](https://github.com/ng-alain/delon/issues/1260)) ([10431c0](https://github.com/ng-alain/delon/commit/10431c005faea81e8943b9681d6f67fb936f9008))


## [11.10.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26)

### Bug Fixes
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)

---

## [11.10.3](https://github.com/ng-alain/delon/compare/11.10.2...11.10.3) (2021-06-22)

### Bug Fixes

* **chart:** 移除不必要的空文件 ([#1257](https://github.com/ng-alain/delon/issues/1257)) ([c0a7c01](https://github.com/ng-alain/delon/commit/c0a7c01792bfe5ff47d95febf6893e2008ac2498))
* **chart:echarts:** 修复无法设置百分比 ([#1261](https://github.com/ng-alain/delon/issues/1261)) ([aeb5d6f](https://github.com/ng-alain/delon/commit/aeb5d6f97996ee3f74ff6ed3a6964a7d5399ff69))
* **form:** 修复显隐切换时无法触发 `reset` 操作 ([#1260](https://github.com/ng-alain/delon/issues/1260)) ([10431c0](https://github.com/ng-alain/delon/commit/10431c005faea81e8943b9681d6f67fb936f9008))


## [11.10.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26)

### Bug Fixes
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": "11.10.2",
"version": "11.10.3",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
Expand Down

0 comments on commit 55c3f98

Please sign in to comment.