Skip to content

Commit eabf3d2

Browse files
authored
release(20.1.0): release 20.1.0 (#1933)
1 parent 4ed8e5f commit eabf3d2

File tree

6 files changed

+366
-252
lines changed

6 files changed

+366
-252
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 20.1.0 (2025-10-19)
2+
3+
* feat(theme): add locals (#1932) ([4ed8e5f](https://github.com/ng-alain/delon/commit/4ed8e5f)), closes [#1932](https://github.com/ng-alain/delon/issues/1932)
4+
5+
6+
17
## <small>20.0.2 (2025-09-17)</small>
28

39
* chore: bump angular to 20.3 (#1927) ([495b90e](https://github.com/ng-alain/delon/commit/495b90e)), closes [#1927](https://github.com/ng-alain/delon/issues/1927)

docs/changelog.en-US.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-
1414

1515
---
1616

17+
## 20.1.0 (2025-10-19)
18+
19+
* feat(theme): add locals (#1932) ([4ed8e5f](https://github.com/ng-alain/delon/commit/4ed8e5f)), closes [#1932](https://github.com/ng-alain/delon/issues/1932)
20+
21+
1722
## <small>20.0.2 (2025-09-17)</small>
1823

1924
* fix(abc:exception): fix force overlay to `img`, `title`, `desc` (#1928) ([727018b](https://github.com/ng-alain/delon/commit/727018b)), closes [#1928](https://github.com/ng-alain/delon/issues/1928)

docs/changelog.zh-CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)
1414

1515
---
1616

17+
## 20.1.0 (2025-10-19)
18+
19+
* feat(theme): 增加若干语言 (#1932) ([4ed8e5f](https://github.com/ng-alain/delon/commit/4ed8e5f)), closes [#1932](https://github.com/ng-alain/delon/issues/1932)
20+
21+
1722
## <small>20.0.2 (2025-09-17)</small>
1823

1924
* fix(abc:exception): 修复无法覆盖 `img`, `title`, `desc` (#1928) ([727018b](https://github.com/ng-alain/delon/commit/727018b)), closes [#1928](https://github.com/ng-alain/delon/issues/1928)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "delon",
3-
"version": "20.0.2",
3+
"version": "20.1.0",
44
"description": "Delon is a set of essential modules for NG-ALAIN.",
55
"keywords": [
66
"delon",
@@ -93,8 +93,8 @@
9393
"@angular/compiler-cli": "^20.3.0",
9494
"@angular/platform-browser-dynamic": "^20.3.0",
9595
"@angular/platform-server": "^20.3.0",
96-
"@commitlint/cli": "^19.8.1",
97-
"@commitlint/config-angular": "^19.8.1",
96+
"@commitlint/cli": "^20.1.0",
97+
"@commitlint/config-angular": "^20.0.0",
9898
"@eslint/js": "^9.35.0",
9999
"@types/aos": "^3.0.7",
100100
"@types/deep-extend": "^0.6.2",
@@ -116,7 +116,7 @@
116116
"eslint": "^9.35.0",
117117
"eslint-config-prettier": "^10.1.8",
118118
"eslint-plugin-import": "~2.32.0",
119-
"eslint-plugin-jsdoc": "~58.1.0",
119+
"eslint-plugin-jsdoc": "~61.1.4",
120120
"eslint-plugin-prefer-arrow": "~1.2.3",
121121
"eslint-plugin-prettier": "~5.5.4",
122122
"eslint-plugin-unused-imports": "^4.2.0",

0 commit comments

Comments
 (0)