From 3167c0b88c972d7e95f22f13def239ef6c4cc0d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Jun 2024 07:10:37 +0000 Subject: [PATCH] chore: release @alauda/ui --- .changeset/lazy-adults-call.md | 5 ----- .changeset/polite-guests-dance.md | 5 ----- .changeset/six-hounds-whisper.md | 5 ----- .changeset/wicked-comics-return.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/lazy-adults-call.md delete mode 100644 .changeset/polite-guests-dance.md delete mode 100644 .changeset/six-hounds-whisper.md delete mode 100644 .changeset/wicked-comics-return.md 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/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..734b137cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 7.4.2 + +### 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 089d05fb2..7ceadb170 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "7.4.1", + "version": "7.4.2", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",