From b03cc4430bb3b5ef24e31f17ee3b077fd9eb34d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:08:01 +0800 Subject: [PATCH] Generate version and changelog (#3071) Co-authored-by: zyprepare --- .changeset/forty-pumpkins-begin.md | 5 ----- packages/ui/hiui/CHANGELOG.md | 6 ++++++ packages/ui/hiui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/forty-pumpkins-begin.md diff --git a/.changeset/forty-pumpkins-begin.md b/.changeset/forty-pumpkins-begin.md deleted file mode 100644 index 1234fa63c..000000000 --- a/.changeset/forty-pumpkins-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -chore(hiui): add portal-context package diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index 1ee20088a..9c9f14165 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/hiui +## 4.10.1 + +### Patch Changes + +- [#3070](https://github.com/XiaoMi/hiui/pull/3070) [`e3ce5be`](https://github.com/XiaoMi/hiui/commit/e3ce5be69208fa6fcd3ea9e1c8b7badb2744e055) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(hiui): add portal-context package + ## 4.10.0 ### Minor Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index d3ae9236f..9ed8910f6 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.10.0", + "version": "4.10.1", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ",