Skip to content

Commit

Permalink
release(11.10.2): release 11.10.2 (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored May 26, 2021
1 parent de916c7 commit d544c1c
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.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26)


### Bug Fixes

* **cli:** fix .template suffix should be remove ([#1252](https://github.com/ng-alain/delon/issues/1252)) ([296b4f4](https://github.com/ng-alain/delon/commit/296b4f46e1b412a47ba5e998eabacb3953ccbccb))
* **form:widget:time:** fix `minuteStep` param name ([#1249](https://github.com/ng-alain/delon/issues/1249)) ([2c36c11](https://github.com/ng-alain/delon/commit/2c36c1107f3e49f7a2dab834728ba4e3976cc0af))
* **theme:theme-btn:** fix Failed to execute 'removeChild' on 'Node' ([#1250](https://github.com/ng-alain/delon/issues/1250)) ([73017f5](https://github.com/ng-alain/delon/commit/73017f5778364179361245fdc1d53c87e9901522))



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


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.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26)

### Bug Fixes

* **cli:** fix .template suffix should be remove ([#1252](https://github.com/ng-alain/delon/issues/1252)) ([296b4f4](https://github.com/ng-alain/delon/commit/296b4f46e1b412a47ba5e998eabacb3953ccbccb))
* **form:widget:time:** fix `minuteStep` param name ([#1249](https://github.com/ng-alain/delon/issues/1249)) ([2c36c11](https://github.com/ng-alain/delon/commit/2c36c1107f3e49f7a2dab834728ba4e3976cc0af))
* **theme:theme-btn:** fix `Failed to execute 'removeChild' on 'Node'` ([#1250](https://github.com/ng-alain/delon/issues/1250)) ([73017f5](https://github.com/ng-alain/delon/commit/73017f5778364179361245fdc1d53c87e9901522))


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

### 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.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26)

### Bug Fixes

* **cli:** 修复应移除带有 `.template` 后缀的文件名 ([#1252](https://github.com/ng-alain/delon/issues/1252)) ([296b4f4](https://github.com/ng-alain/delon/commit/296b4f46e1b412a47ba5e998eabacb3953ccbccb))
* **form:widget:time:** 修复 `minuteStep` 无效参数名 ([#1249](https://github.com/ng-alain/delon/issues/1249)) ([2c36c11](https://github.com/ng-alain/delon/commit/2c36c1107f3e49f7a2dab834728ba4e3976cc0af))
* **theme:theme-btn:** 修复 `Failed to execute 'removeChild' on 'Node'` ([#1250](https://github.com/ng-alain/delon/issues/1250)) ([73017f5](https://github.com/ng-alain/delon/commit/73017f5778364179361245fdc1d53c87e9901522))


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

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

0 comments on commit d544c1c

Please sign in to comment.