From 214d24c12c4c927bd1f84056b1b90dfb5fd27836 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jan 2024 02:16:43 +0000 Subject: [PATCH] chore: release @alauda/ui --- .changeset/thin-owls-jog.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thin-owls-jog.md diff --git a/.changeset/thin-owls-jog.md b/.changeset/thin-owls-jog.md deleted file mode 100644 index 7b71cd11c..000000000 --- a/.changeset/thin-owls-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -chore: add plus/minus square icon diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe98d807..3c9b4166b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.3.3 + +### Patch Changes + +- [#542](https://github.com/alauda/ui/pull/542) [`893f548`](https://github.com/alauda/ui/commit/893f5480ae4f3d3a3b47dfdf1cda3f6fe9c2547d) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - chore: add plus/minus square icon + ## 7.3.2 ### Patch Changes diff --git a/package.json b/package.json index 0d596ddeb..337ac364a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "7.3.2", + "version": "7.3.3", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",