Skip to content

Commit

Permalink
release(9.5.3): release 9.5.3 (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jul 10, 2020
1 parent 228ef9f commit 8f879c8
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
include: '\.html$'

- name: deploy-to-surge
uses: yohix/deploy-surge@v1.0.0
uses: dswistowski/surge-sh-action@v1
with:
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
DOMAIN_NAME: https://ng-alain-doc.surge.sh
BUILD_DIRECTORY: ./src/dist/browser
login: ${{ secrets.SURGE_LOGIN }}
token: ${{ secrets.SURGE_TOKEN }}
domain: https://ng-alain-doc.surge.sh
project: ./src/dist/browser

- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [9.5.3](https://github.com/ng-alain/delon/compare/9.5.2...9.5.3) (2020-07-10)


### Bug Fixes

* **abc:media:** fix loading multiple components at the same time will cause `No window.Plyr found` ([#990](https://github.com/ng-alain/delon/issues/990)) ([c3f29a0](https://github.com/ng-alain/delon/commit/c3f29a0f45d1bc5bda55982d75484f7ed1ca5306))
* **abc:st:** fix noResult misalignment in grouping header ([#991](https://github.com/ng-alain/delon/issues/991)) ([dc1626e](https://github.com/ng-alain/delon/commit/dc1626ec6b89c578f2e4ed005b1e81956e3da6ce))
* **abc:st:** fix pre-clear data of `resetColumns` method ([#989](https://github.com/ng-alain/delon/issues/989)) ([15f397c](https://github.com/ng-alain/delon/commit/15f397ceedb514bf6ee22724fa69820c5272f4a5))



## [9.5.2](https://github.com/ng-alain/delon/compare/9.5.1...9.5.2) (2020-07-06)


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

---

## [9.5.3](https://github.com/ng-alain/delon/compare/9.5.2...9.5.3) (2020-07-10)

### Scaffold

* fix clear token when navigate to any passport pages ([#1756](https://github.com/ng-alain/ng-alain/pull/1756/files))
* clear unnecessary class all modal code ([#1756](https://github.com/ng-alain/ng-alain/pull/1756/files))

### Bug Fixes

* **abc:media:** fix loading multiple components at the same time will cause `No window.Plyr found` ([#990](https://github.com/ng-alain/delon/issues/990)) ([c3f29a0](https://github.com/ng-alain/delon/commit/c3f29a0f45d1bc5bda55982d75484f7ed1ca5306))
* **abc:st:** fix noResult misalignment in grouping header ([#991](https://github.com/ng-alain/delon/issues/991)) ([dc1626e](https://github.com/ng-alain/delon/commit/dc1626ec6b89c578f2e4ed005b1e81956e3da6ce))
* **abc:st:** fix pre-clear data of `resetColumns` method ([#989](https://github.com/ng-alain/delon/issues/989)) ([15f397c](https://github.com/ng-alain/delon/commit/15f397ceedb514bf6ee22724fa69820c5272f4a5))


## [9.5.2](https://github.com/ng-alain/delon/compare/9.5.1...9.5.2) (2020-07-06)

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

---

## [9.5.3](https://github.com/ng-alain/delon/compare/9.5.2...9.5.3) (2020-07-10)

### Scaffold

* 修复所有跳转 `/passport` 后都应该清除 Token 值 ([#1756](https://github.com/ng-alain/ng-alain/pull/1756/files))
* 移除不必要在切换路由时全部关闭 `nz-modal` 代码 ([#1756](https://github.com/ng-alain/ng-alain/pull/1756/files))

### Bug Fixes

* **abc:media:** 修复同时多个组件时会发生 `No window.Plyr found` 错误 ([#990](https://github.com/ng-alain/delon/issues/990)) ([c3f29a0](https://github.com/ng-alain/delon/commit/c3f29a0f45d1bc5bda55982d75484f7ed1ca5306))
* **abc:st:** 修复多表头 `noResult` 错位 ([#991](https://github.com/ng-alain/delon/issues/991)) ([dc1626e](https://github.com/ng-alain/delon/commit/dc1626ec6b89c578f2e4ed005b1e81956e3da6ce))
* **abc:st:** 修复调用 `resetColumns` 方法时可预清除数据 ([#989](https://github.com/ng-alain/delon/issues/989)) ([15f397c](https://github.com/ng-alain/delon/commit/15f397ceedb514bf6ee22724fa69820c5272f4a5))


## [9.5.2](https://github.com/ng-alain/delon/compare/9.5.1...9.5.2) (2020-07-06)

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

0 comments on commit 8f879c8

Please sign in to comment.