From 5772fbd6cdeced72a4088e4ec6cda67cee0e3568 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jan 2025 03:20:28 +0000 Subject: [PATCH] chore: release @alauda/ui --- .changeset/dirty-shoes-heal.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dirty-shoes-heal.md diff --git a/.changeset/dirty-shoes-heal.md b/.changeset/dirty-shoes-heal.md deleted file mode 100644 index 7f4a172bf..000000000 --- a/.changeset/dirty-shoes-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -add more standalone components exports diff --git a/CHANGELOG.md b/CHANGELOG.md index b47ee79de..5043b2783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.0.1 + +### Patch Changes + +- [#582](https://github.com/alauda/ui/pull/582) [`2c56211`](https://github.com/alauda/ui/commit/2c56211f8d3e502d1993a2e39036caae9efc761e) Thanks [@frozenwings](https://github.com/frozenwings)! - add more standalone components exports + ## 8.0.0 ### Major Changes diff --git a/package.json b/package.json index ef6961177..0da1b78d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "8.0.0", + "version": "8.0.1", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",