From d65b47fe3655cf79a318b1aebc15dda7c1b8e24c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:47:53 +0000 Subject: [PATCH] chore: release @alauda/ui --- .changeset/happy-planets-yell.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/happy-planets-yell.md diff --git a/.changeset/happy-planets-yell.md b/.changeset/happy-planets-yell.md deleted file mode 100644 index 2ec346f8f..000000000 --- a/.changeset/happy-planets-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: optimize tags input diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e129d07c..fc9115ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.1.1 + +### Patch Changes + +- [#591](https://github.com/alauda/ui/pull/591) [`7c1847a`](https://github.com/alauda/ui/commit/7c1847a7b89e5584b43675ab407d59b667119c25) Thanks [@zChanges](https://github.com/zChanges)! - fix: optimize tags input + ## 9.1.0 ### Minor Changes diff --git a/package.json b/package.json index a80800cb7..87e82107b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "9.1.0", + "version": "9.1.1", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",