Skip to content

Commit 01708c0

Browse files
authored
release(20.1.1): release 20.1.1 (#1941)
1 parent 0099ef9 commit 01708c0

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>20.1.1 (2025-12-25)</small>
2+
3+
* refactor(*): use nullish coalescing instead of `||` (#1940) ([0099ef9](https://github.com/ng-alain/delon/commit/0099ef9)), closes [#1940](https://github.com/ng-alain/delon/issues/1940)
4+
* fix(form:widget:number): fix missing precision (#1939) ([79cf1cf](https://github.com/ng-alain/delon/commit/79cf1cf)), closes [#1939](https://github.com/ng-alain/delon/issues/1939)
5+
* fix(cli): ansi-colors bump to listr2 (#1938) ([cbb9f3c](https://github.com/ng-alain/delon/commit/cbb9f3c)), closes [#1938](https://github.com/ng-alain/delon/issues/1938)
6+
7+
8+
19
## 20.1.0 (2025-10-19)
210

311
* feat(theme): add locals (#1932) ([4ed8e5f](https://github.com/ng-alain/delon/commit/4ed8e5f)), closes [#1932](https://github.com/ng-alain/delon/issues/1932)

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+
## <small>20.1.1 (2025-12-25)</small>
18+
19+
* fix(form:widget:number): fix missing precision (#1939) ([79cf1cf](https://github.com/ng-alain/delon/commit/79cf1cf)), closes [#1939](https://github.com/ng-alain/delon/issues/1939)
20+
* fix(cli): ansi-colors bump to listr2 (#1938) ([cbb9f3c](https://github.com/ng-alain/delon/commit/cbb9f3c)), closes [#1938](https://github.com/ng-alain/delon/issues/1938)
21+
1722
## 20.1.0 (2025-10-19)
1823

1924
* feat(theme): add locals (#1932) ([4ed8e5f](https://github.com/ng-alain/delon/commit/4ed8e5f)), closes [#1932](https://github.com/ng-alain/delon/issues/1932)

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+
## <small>20.1.1 (2025-12-25)</small>
18+
19+
* fix(form:widget:number): 修复精度不准确 (#1939) ([79cf1cf](https://github.com/ng-alain/delon/commit/79cf1cf)), closes [#1939](https://github.com/ng-alain/delon/issues/1939)
20+
* fix(cli): 使用 `listr2` 替代 `ansi-colors` (#1938) ([cbb9f3c](https://github.com/ng-alain/delon/commit/cbb9f3c)), closes [#1938](https://github.com/ng-alain/delon/issues/1938)
21+
1722
## 20.1.0 (2025-10-19)
1823

1924
* feat(theme): 增加若干语言 (#1932) ([4ed8e5f](https://github.com/ng-alain/delon/commit/4ed8e5f)), closes [#1932](https://github.com/ng-alain/delon/issues/1932)

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

0 commit comments

Comments
 (0)