From ab2b55853d8c09c8f4c6ee303979c3a349010da1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Jun 2024 08:51:55 +0000 Subject: [PATCH] chore: release @alauda/ui --- .changeset/hip-jokes-count.md | 5 ----- .changeset/small-sheep-train.md | 5 ----- .changeset/thirty-windows-listen.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/hip-jokes-count.md delete mode 100644 .changeset/small-sheep-train.md delete mode 100644 .changeset/thirty-windows-listen.md diff --git a/.changeset/hip-jokes-count.md b/.changeset/hip-jokes-count.md deleted file mode 100644 index 9b5af081d..000000000 --- a/.changeset/hip-jokes-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -chore: override button text align to left diff --git a/.changeset/small-sheep-train.md b/.changeset/small-sheep-train.md deleted file mode 100644 index b66ce6dbc..000000000 --- a/.changeset/small-sheep-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: tab header paginator not show without viewport resize diff --git a/.changeset/thirty-windows-listen.md b/.changeset/thirty-windows-listen.md deleted file mode 100644 index 2e8080745..000000000 --- a/.changeset/thirty-windows-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -feat: mod sroll bar style diff --git a/CHANGELOG.md b/CHANGELOG.md index 5591661cd..606eece08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.4.1 + +### Patch Changes + +- [#564](https://github.com/alauda/ui/pull/564) [`a886dcd`](https://github.com/alauda/ui/commit/a886dcdd785835ecfbfb147f6a1cd0b8888df1b8) Thanks [@kkxiaoa](https://github.com/kkxiaoa)! - chore: override button text align to left + +- [#562](https://github.com/alauda/ui/pull/562) [`654abd7`](https://github.com/alauda/ui/commit/654abd758d42319b865f507ca1a1e7a315212f9e) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - fix: tab header paginator not show without viewport resize + +- [#557](https://github.com/alauda/ui/pull/557) [`fbc5cc0`](https://github.com/alauda/ui/commit/fbc5cc09fcb8217b4ade7a97572a1285f30e7072) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - feat: mod sroll bar style + ## 7.4.0 ### Minor Changes diff --git a/package.json b/package.json index 52ca1b277..089d05fb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "7.4.0", + "version": "7.4.1", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",