Skip to content

Commit

Permalink
release(18.0.1): release 18.0.1 (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jul 2, 2024
1 parent 18166bc commit ff7cf38
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>18.0.1 (2024-07-02)</small>

* fix(cli): corrected missing setup `src/assets` of `angular.json` (#1809) ([18166bc](https://github.com/ng-alain/delon/commit/18166bc)), closes [#1809](https://github.com/ng-alain/delon/issues/1809)



## 18.0.0 (2024-07-02)

* docs: release 18 (#1807) ([553a6af](https://github.com/ng-alain/delon/commit/553a6af)), closes [#1807](https://github.com/ng-alain/delon/issues/1807)
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-

---

## <small>18.0.1 (2024-07-02)</small>

* fix(cli): corrected missing setup `src/assets` of `angular.json` (#1809) ([18166bc](https://github.com/ng-alain/delon/commit/18166bc)), closes [#1809](https://github.com/ng-alain/delon/issues/1809)


## 18.0.0 (2024-07-02)

### Breaking Changes
Expand Down
5 changes: 4 additions & 1 deletion docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)

---

variable
## <small>18.0.1 (2024-07-02)</small>

* fix(cli): 纠正 `angular.json` 缺少设置 `src/assets` (#1809) ([18166bc](https://github.com/ng-alain/delon/commit/18166bc)), closes [#1809](https://github.com/ng-alain/delon/issues/1809)

## 18.0.0 (2024-07-02)

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

0 comments on commit ff7cf38

Please sign in to comment.