diff --git a/.changeset/lazy-adults-call.md b/.changeset/lazy-adults-call.md deleted file mode 100644 index 10e71055f..000000000 --- a/.changeset/lazy-adults-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: tabs header style diff --git a/.changeset/little-countries-dream.md b/.changeset/little-countries-dream.md deleted file mode 100644 index cb9f1ed21..000000000 --- a/.changeset/little-countries-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": major ---- - -Chore/upgrade angular v18 diff --git a/.changeset/polite-guests-dance.md b/.changeset/polite-guests-dance.md deleted file mode 100644 index 30f62a51c..000000000 --- a/.changeset/polite-guests-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -chore: mod tsconfig to use relative path import diff --git a/.changeset/six-hounds-whisper.md b/.changeset/six-hounds-whisper.md deleted file mode 100644 index 706dcbeaa..000000000 --- a/.changeset/six-hounds-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -Fix/nested template dialog close error diff --git a/.changeset/wicked-comics-return.md b/.changeset/wicked-comics-return.md deleted file mode 100644 index 01a96622d..000000000 --- a/.changeset/wicked-comics-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -Feat/date picker panel header locale diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e71a11f..a39e50a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 8.0.0 + +### Major Changes + +- [#573](https://github.com/alauda/ui/pull/573) [`8730422`](https://github.com/alauda/ui/commit/8730422827ca5c01333865aba4f2d162abd0a9a7) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - Chore/upgrade angular v18 + +### Patch Changes + +- [#566](https://github.com/alauda/ui/pull/566) [`a78dbef`](https://github.com/alauda/ui/commit/a78dbef92ad4548c094bcc5f11bd5e0eeb6707fc) Thanks [@fengtianze](https://github.com/fengtianze)! - fix: tabs header style + +- [#569](https://github.com/alauda/ui/pull/569) [`6f6c12b`](https://github.com/alauda/ui/commit/6f6c12b43ac07d4ee5e185ce4fcbb3a1647c87fd) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - chore: mod tsconfig to use relative path import + +- [#570](https://github.com/alauda/ui/pull/570) [`fb87f73`](https://github.com/alauda/ui/commit/fb87f73f28b73300e51ac3ea3c95101840ef2274) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - Fix/nested template dialog close error + +- [#568](https://github.com/alauda/ui/pull/568) [`ca0c824`](https://github.com/alauda/ui/commit/ca0c824f0932e7dc8657a3868e4e339433c11c90) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - Feat/date picker panel header locale + ## 7.4.1 ### Patch Changes diff --git a/package.json b/package.json index ebbf1b067..ef6961177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "7.4.1", + "version": "8.0.0", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",