From 4855b5db5262d45e1a816d302edd7a079daf3797 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:37:35 +0000 Subject: [PATCH] chore: release @alauda/ui --- .changeset/big-apricots-punch.md | 5 ----- .changeset/little-chefs-relate.md | 5 ----- .changeset/nasty-cherries-double.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/big-apricots-punch.md delete mode 100644 .changeset/little-chefs-relate.md delete mode 100644 .changeset/nasty-cherries-double.md diff --git a/.changeset/big-apricots-punch.md b/.changeset/big-apricots-punch.md deleted file mode 100644 index 02d09b0dd..000000000 --- a/.changeset/big-apricots-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: date picker nav availability check diff --git a/.changeset/little-chefs-relate.md b/.changeset/little-chefs-relate.md deleted file mode 100644 index 1be528b45..000000000 --- a/.changeset/little-chefs-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: date format year diff --git a/.changeset/nasty-cherries-double.md b/.changeset/nasty-cherries-double.md deleted file mode 100644 index ee4eecdff..000000000 --- a/.changeset/nasty-cherries-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -feat: optimize tags input diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9115ad4..82926e89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 9.1.2 + +### Patch Changes + +- [#596](https://github.com/alauda/ui/pull/596) [`7e3f546`](https://github.com/alauda/ui/commit/7e3f546877ae89066dc7cf9f0d6fb61e08306c52) Thanks [@zChanges](https://github.com/zChanges)! - fix: date picker nav availability check + +- [#595](https://github.com/alauda/ui/pull/595) [`dea9672`](https://github.com/alauda/ui/commit/dea9672f74eff4ca7f2c7164c3cba652f1bad61f) Thanks [@zChanges](https://github.com/zChanges)! - fix: date format year + +- [#593](https://github.com/alauda/ui/pull/593) [`ee1e6a8`](https://github.com/alauda/ui/commit/ee1e6a8b5e43e18ddf5148c2522a2adb3206b212) Thanks [@fengtianze](https://github.com/fengtianze)! - feat: optimize tags input + ## 9.1.1 ### Patch Changes diff --git a/package.json b/package.json index 53d435448..4f844b923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "9.1.1", + "version": "9.1.2", "description": "Angular UI components by Alauda Frontend Team.", "repository": { "type": "git",