From 0875d57bf5a1b9d5ce81996861bca2492ee64ff4 Mon Sep 17 00:00:00 2001 From: cipchk Date: Thu, 4 Jul 2024 13:15:40 +0800 Subject: [PATCH] release(18.0.2): release 18.0.2 --- CHANGELOG.md | 6 ++++++ docs/changelog.en-US.md | 4 ++++ docs/changelog.zh-CN.md | 4 ++++ package.json | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe4c79d8..b7a889351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 18.0.2 (2024-07-04) + +* build: correct css not generated (#1811) ([22d3878](https://github.com/ng-alain/delon/commit/22d3878)), closes [#1811](https://github.com/ng-alain/delon/issues/1811) + + + ## 18.0.1 (2024-07-02) * 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) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 9ebcd5f31..b75a8ef6c 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,10 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## 18.0.2 (2024-07-04) + +* build: correct css not generated (#1811) ([22d3878](https://github.com/ng-alain/delon/commit/22d3878)), closes [#1811](https://github.com/ng-alain/delon/issues/1811) + ## 18.0.1 (2024-07-02) * 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) diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 71c8032b3..15aae4600 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,10 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## 18.0.2 (2024-07-04) + +* build: 纠正没有生成 css 文件 (#1811) ([22d3878](https://github.com/ng-alain/delon/commit/22d3878)), closes [#1811](https://github.com/ng-alain/delon/issues/1811) + ## 18.0.1 (2024-07-02) * 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) diff --git a/package.json b/package.json index 300106ba3..d8fbb5d82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "18.0.1", + "version": "18.0.2", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon",