Skip to content

Commit 9c9d7ce

Browse files
authored
release(21.0.1): release 21.0.1 (#1972)
1 parent 4c92bca commit 9c9d7ce

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>21.0.1 (2026-01-17)</small>
2+
3+
* fix(cli): fix missing import `ReuseTabComponent` (#1970) ([3fbafb1](https://github.com/ng-alain/delon/commit/3fbafb1)), closes [#1970](https://github.com/ng-alain/delon/issues/1970)
4+
* fix(cli): remove `provideAnimations` (#1971) ([4c92bca](https://github.com/ng-alain/delon/commit/4c92bca)), closes [#1971](https://github.com/ng-alain/delon/issues/1971)
5+
6+
7+
18
## 21.0.0 (2026-01-17)
29

310
* feat(abc:date-picker): supports using string identifiers (#1954) ([4cbac18](https://github.com/ng-alain/delon/commit/4cbac18)), closes [#1954](https://github.com/ng-alain/delon/issues/1954)

docs/changelog.en-US.md

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

1515
---
1616

17+
## <small>21.0.1 (2026-01-17)</small>
18+
19+
* fix(cli): fix missing import `ReuseTabComponent` (#1970) ([3fbafb1](https://github.com/ng-alain/delon/commit/3fbafb1)), closes [#1970](https://github.com/ng-alain/delon/issues/1970)
20+
* fix(cli): remove `provideAnimations` (#1971) ([4c92bca](https://github.com/ng-alain/delon/commit/4c92bca)), closes [#1971](https://github.com/ng-alain/delon/issues/1971)
21+
22+
1723
## 21.0.0 (2026-01-17)
1824

1925
### Code Refactoring

docs/changelog.zh-CN.md

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

1515
---
1616

17+
## <small>21.0.1 (2026-01-17)</small>
18+
19+
* fix(cli): 修复缺少 `ReuseTabComponent` 导入 (#1970) ([3fbafb1](https://github.com/ng-alain/delon/commit/3fbafb1)), closes [#1970](https://github.com/ng-alain/delon/issues/1970)
20+
* fix(cli): 修复移除 `provideAnimations` (#1971) ([4c92bca](https://github.com/ng-alain/delon/commit/4c92bca)), closes [#1971](https://github.com/ng-alain/delon/issues/1971)
21+
22+
1723
## 21.0.0 (2026-01-17)
1824

1925
### Code Refactoring

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "delon",
3-
"version": "21.0.0",
3+
"version": "21.0.1",
44
"description": "Delon is a set of essential modules for NG-ALAIN.",
55
"keywords": [
66
"delon",

0 commit comments

Comments
 (0)