Skip to content

Commit fd8d172

Browse files
authored
release(21.0.4): release 21.0.4 (#1982)
1 parent 3877ce3 commit fd8d172

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-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.4 (2026-01-28)</small>
2+
3+
* chore: bump dev version (#1981) ([3877ce3](https://github.com/ng-alain/delon/commit/3877ce3)), closes [#1981](https://github.com/ng-alain/delon/issues/1981)
4+
* fix(abc:se,sg,sv): fix global config not working (#1980) ([be765b4](https://github.com/ng-alain/delon/commit/be765b4)), closes [#1980](https://github.com/ng-alain/delon/issues/1980)
5+
6+
7+
18
## <small>21.0.3 (2026-01-25)</small>
29

310
* fix(cli): fix missing dependencies version (#1978) ([e5b5e02](https://github.com/ng-alain/delon/commit/e5b5e02)), closes [#1978](https://github.com/ng-alain/delon/issues/1978)

docs/changelog.en-US.md

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

1515
---
1616

17+
## <small>21.0.4 (2026-01-28)</small>
18+
19+
* fix(abc:se,sg,sv): fix global config not working (#1980) ([be765b4](https://github.com/ng-alain/delon/commit/be765b4)), closes [#1980](https://github.com/ng-alain/delon/issues/1980)
20+
1721
## <small>21.0.3 (2026-01-25)</small>
1822

1923
* fix(cli): fix missing dependencies version (#1978) ([e5b5e02](https://github.com/ng-alain/delon/commit/e5b5e02)), closes [#1978](https://github.com/ng-alain/delon/issues/1978)

docs/changelog.zh-CN.md

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

1515
---
1616

17+
## <small>21.0.4 (2026-01-28)</small>
18+
19+
* fix(abc:se,sg,sv): 修复全局配置无法工作 (#1980) ([be765b4](https://github.com/ng-alain/delon/commit/be765b4)), closes [#1980](https://github.com/ng-alain/delon/issues/1980)
20+
1721
## <small>21.0.3 (2026-01-25)</small>
1822

1923
* fix(cli): 修复 `ng add` 生成的依赖版本号不准确 (#1978) ([e5b5e02](https://github.com/ng-alain/delon/commit/e5b5e02)), closes [#1978](https://github.com/ng-alain/delon/issues/1978)

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.3",
3+
"version": "21.0.4",
44
"description": "Delon is a set of essential modules for NG-ALAIN.",
55
"keywords": [
66
"delon",

0 commit comments

Comments
 (0)