From fcdc5cae7aace95284913f476272f420c7ed06c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:31:19 +0000 Subject: [PATCH] chore: release @alauda/ui v9 --- .changeset/clean-jobs-grab.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/clean-jobs-grab.md diff --git a/.changeset/clean-jobs-grab.md b/.changeset/clean-jobs-grab.md deleted file mode 100644 index b78ad9659..000000000 --- a/.changeset/clean-jobs-grab.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: configure v9 release workflow - -Fix the `release/v9` release workflow so v9 stable releases publish with the `v9` tag and v9 pull request prereleases publish with the `v9-beta` tag. diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4ee15d2..ab2c7e84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 9.1.3 + +### Patch Changes + +- [#601](https://github.com/alauda/ui/pull/601) [`c35e222`](https://github.com/alauda/ui/commit/c35e222eb86df3dd1daf00e3b52cca7d8b215991) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - fix: configure v9 release workflow + + Fix the `release/v9` release workflow so v9 stable releases publish with the `v9` tag and v9 pull request prereleases publish with the `v9-beta` tag. + ## 9.1.2 ### Patch Changes diff --git a/package.json b/package.json index cda7713d8..29cdb6592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "9.1.2", + "version": "9.1.3", "description": "Angular UI components by Alauda Frontend Team.", "repository": { "type": "git",