diff --git a/.changeset/chilled-parrots-turn.md b/.changeset/chilled-parrots-turn.md deleted file mode 100644 index 92e811664..000000000 --- a/.changeset/chilled-parrots-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -fix(env): 去掉 inject-head-style 依赖 diff --git a/.changeset/serious-plants-prove.md b/.changeset/serious-plants-prove.md deleted file mode 100644 index 6946d961f..000000000 --- a/.changeset/serious-plants-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/env": patch ---- - -fix: 去掉 inject-head-style 依赖 diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index a7251a6a5..a04636b9d 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/hiui +## 4.6.4 + +### Patch Changes + +- [#2972](https://github.com/XiaoMi/hiui/pull/2972) [`83c9dd9`](https://github.com/XiaoMi/hiui/commit/83c9dd9f393e0f9355985eb213347b07b119b1a6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(env): 去掉 inject-head-style 依赖 + ## 4.6.3 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index aff49cc08..63d3716fe 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.6.3", + "version": "4.6.4", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/env/CHANGELOG.md b/packages/utils/env/CHANGELOG.md index dd057be2b..544aafb68 100644 --- a/packages/utils/env/CHANGELOG.md +++ b/packages/utils/env/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/env +## 4.0.8 + +### Patch Changes + +- [#2972](https://github.com/XiaoMi/hiui/pull/2972) [`83c9dd9`](https://github.com/XiaoMi/hiui/commit/83c9dd9f393e0f9355985eb213347b07b119b1a6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 去掉 inject-head-style 依赖 + ## 4.0.7 ### Patch Changes diff --git a/packages/utils/env/package.json b/packages/utils/env/package.json index a0483c13d..8883c78c8 100644 --- a/packages/utils/env/package.json +++ b/packages/utils/env/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/env", - "version": "4.0.7", + "version": "4.0.8", "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 ",