Skip to content

Commit

Permalink
release(11.10.4): release 11.10.4 (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jul 12, 2021
1 parent ceef83c commit a1f1596
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.4](https://github.com/ng-alain/delon/compare/11.10.3...11.10.4) (2021-07-12)


### Bug Fixes

* **abc:down-file:** fix should be enabled when http is invalid request ([#1266](https://github.com/ng-alain/delon/issues/1266)) ([0d24c04](https://github.com/ng-alain/delon/commit/0d24c04c8123c4bd03529f00abdff478199ec614))
* **abc:notice-icon:** fix support objects of `NoticeItem` ([#1268](https://github.com/ng-alain/delon/issues/1268)) ([18e6ed5](https://github.com/ng-alain/delon/commit/18e6ed567d2a386ce5b10a43e88eba5fbe577c50))
* **acl:** fix should be cancel full when call set ([#1267](https://github.com/ng-alain/delon/issues/1267)) ([ceef83c](https://github.com/ng-alain/delon/commit/ceef83cdb18265344f6d24170bf4966399cf9a7f))



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


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.4](https://github.com/ng-alain/delon/compare/11.10.3...11.10.4) (2021-07-12)

### Bug Fixes

* **abc:down-file:** fix should be enabled when http is invalid request ([#1266](https://github.com/ng-alain/delon/issues/1266)) ([0d24c04](https://github.com/ng-alain/delon/commit/0d24c04c8123c4bd03529f00abdff478199ec614))
* **abc:notice-icon:** fix support objects of `NoticeItem` ([#1268](https://github.com/ng-alain/delon/issues/1268)) ([18e6ed5](https://github.com/ng-alain/delon/commit/18e6ed567d2a386ce5b10a43e88eba5fbe577c50))
* **acl:** fix should be cancel `full` is `false` when call `set` ([#1267](https://github.com/ng-alain/delon/issues/1267)) ([ceef83c](https://github.com/ng-alain/delon/commit/ceef83cdb18265344f6d24170bf4966399cf9a7f))


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

### 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.4](https://github.com/ng-alain/delon/compare/11.10.3...11.10.4) (2021-07-12)

### Bug Fixes

* **abc:down-file:** 修复无效请求时禁用状态应设置为可用 ([#1266](https://github.com/ng-alain/delon/issues/1266)) ([0d24c04](https://github.com/ng-alain/delon/commit/0d24c04c8123c4bd03529f00abdff478199ec614))
* **abc:notice-icon:** 修复 `NoticeItem` 不支持对象 ([#1268](https://github.com/ng-alain/delon/issues/1268)) ([18e6ed5](https://github.com/ng-alain/delon/commit/18e6ed567d2a386ce5b10a43e88eba5fbe577c50))
* **acl:** 修复调用 `set` 时应该取消 `full``false` ([#1267](https://github.com/ng-alain/delon/issues/1267)) ([ceef83c](https://github.com/ng-alain/delon/commit/ceef83cdb18265344f6d24170bf4966399cf9a7f))


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

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

0 comments on commit a1f1596

Please sign in to comment.