From 8d4571c3d8af8db29cd24fb8884c87b92e1764f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:55:29 +0800 Subject: [PATCH] Generate version and changelog (#2976) Co-authored-by: zyprepare --- .changeset/polite-tigers-invent.md | 5 ----- packages/utils/env/CHANGELOG.md | 6 ++++++ packages/utils/env/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/polite-tigers-invent.md diff --git a/.changeset/polite-tigers-invent.md b/.changeset/polite-tigers-invent.md deleted file mode 100644 index 8dfd5ce39..000000000 --- a/.changeset/polite-tigers-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/env": patch ---- - -fix: 增加符合开源合规的 inject-head-style 依赖 diff --git a/packages/utils/env/CHANGELOG.md b/packages/utils/env/CHANGELOG.md index 544aafb68..3ad1d939a 100644 --- a/packages/utils/env/CHANGELOG.md +++ b/packages/utils/env/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/env +## 4.0.9 + +### Patch Changes + +- [#2974](https://github.com/XiaoMi/hiui/pull/2974) [`414aaf512`](https://github.com/XiaoMi/hiui/commit/414aaf5120f323bb2d2ba4eddd5d531ac5dbea26) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 增加符合开源合规的 inject-head-style 依赖 + ## 4.0.8 ### Patch Changes diff --git a/packages/utils/env/package.json b/packages/utils/env/package.json index 7d543813d..7dc42edfa 100644 --- a/packages/utils/env/package.json +++ b/packages/utils/env/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/env", - "version": "4.0.8", + "version": "4.0.9", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Flcwl ",