diff --git a/.changeset/purple-ligers-heal.md b/.changeset/purple-ligers-heal.md deleted file mode 100644 index 5d8026550..000000000 --- a/.changeset/purple-ligers-heal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/drawer": patch -"@hi-ui/hiui": patch ---- - -fix(drawer): 修复局部显示中设置 showMask={false} 后显示异常问题 (#3080) diff --git a/.changeset/rotten-buckets-look.md b/.changeset/rotten-buckets-look.md deleted file mode 100644 index 2f06c2ca0..000000000 --- a/.changeset/rotten-buckets-look.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/date-picker": patch -"@hi-ui/hiui": patch ---- - -perf(date-picker): 图标固定在右边 (#3077) diff --git a/.changeset/sour-impalas-eat.md b/.changeset/sour-impalas-eat.md deleted file mode 100644 index 2659c7ec9..000000000 --- a/.changeset/sour-impalas-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/table": patch -"@hi-ui/hiui": patch ---- - -fix(table): 修复空状态下设置边框左边框不显示问题 (#3082) diff --git a/packages/ui/date-picker/CHANGELOG.md b/packages/ui/date-picker/CHANGELOG.md index 14e9c6440..41e84307f 100644 --- a/packages/ui/date-picker/CHANGELOG.md +++ b/packages/ui/date-picker/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/date-picker +## 4.9.2 + +### Patch Changes + +- [#3078](https://github.com/XiaoMi/hiui/pull/3078) [`30f90d924`](https://github.com/XiaoMi/hiui/commit/30f90d92475b8edb4e2c6762d70958d24ea8459e) Thanks [@fcppddl](https://github.com/fcppddl)! - perf(date-picker): 图标固定在右边 (#3077) + ## 4.9.1 ### Patch Changes diff --git a/packages/ui/date-picker/package.json b/packages/ui/date-picker/package.json index 35706c6ab..cc103792f 100644 --- a/packages/ui/date-picker/package.json +++ b/packages/ui/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/date-picker", - "version": "4.9.1", + "version": "4.9.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/drawer/CHANGELOG.md b/packages/ui/drawer/CHANGELOG.md index d6a151803..9f6fa2706 100644 --- a/packages/ui/drawer/CHANGELOG.md +++ b/packages/ui/drawer/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/drawer +## 4.3.1 + +### Patch Changes + +- [#3081](https://github.com/XiaoMi/hiui/pull/3081) [`a8a4a7ecf`](https://github.com/XiaoMi/hiui/commit/a8a4a7ecf9fe056a9a16d03641b297bb01b17970) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复局部显示中设置 showMask={false} 后显示异常问题 (#3080) + ## 4.3.0 ### Minor Changes diff --git a/packages/ui/drawer/package.json b/packages/ui/drawer/package.json index f00b9c02a..8b0360e27 100644 --- a/packages/ui/drawer/package.json +++ b/packages/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/drawer", - "version": "4.3.0", + "version": "4.3.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index e5c78c50d..8286c6a88 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/hiui +## 4.10.3 + +### Patch Changes + +- [#3081](https://github.com/XiaoMi/hiui/pull/3081) [`a8a4a7ecf`](https://github.com/XiaoMi/hiui/commit/a8a4a7ecf9fe056a9a16d03641b297bb01b17970) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复局部显示中设置 showMask={false} 后显示异常问题 (#3080) + +- [#3078](https://github.com/XiaoMi/hiui/pull/3078) [`30f90d924`](https://github.com/XiaoMi/hiui/commit/30f90d92475b8edb4e2c6762d70958d24ea8459e) Thanks [@fcppddl](https://github.com/fcppddl)! - perf(date-picker): 图标固定在右边 (#3077) + +- [#3083](https://github.com/XiaoMi/hiui/pull/3083) [`28dfa39`](https://github.com/XiaoMi/hiui/commit/28dfa390a9870432b597cc01107f25090651e689) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复空状态下设置边框左边框不显示问题 (#3082) + +- Updated dependencies [[`a8a4a7ecf`](https://github.com/XiaoMi/hiui/commit/a8a4a7ecf9fe056a9a16d03641b297bb01b17970), [`30f90d924`](https://github.com/XiaoMi/hiui/commit/30f90d92475b8edb4e2c6762d70958d24ea8459e), [`28dfa39`](https://github.com/XiaoMi/hiui/commit/28dfa390a9870432b597cc01107f25090651e689)]: + - @hi-ui/drawer@4.3.1 + - @hi-ui/date-picker@4.9.2 + - @hi-ui/table@4.9.1 + ## 4.10.2 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index b54526c60..ce3efe406 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.10.2", + "version": "4.10.3", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -59,9 +59,9 @@ "@hi-ui/checkbox": "^4.0.10", "@hi-ui/collapse": "^4.1.6", "@hi-ui/counter": "^4.1.9", - "@hi-ui/date-picker": "^4.9.1", + "@hi-ui/date-picker": "^4.9.2", "@hi-ui/descriptions": "^4.5.0", - "@hi-ui/drawer": "^4.3.0", + "@hi-ui/drawer": "^4.3.1", "@hi-ui/dropdown": "^4.2.2", "@hi-ui/ellipsis-tooltip": "^4.1.8", "@hi-ui/empty-state": "^4.1.1", @@ -97,7 +97,7 @@ "@hi-ui/stepper": "^4.1.0", "@hi-ui/svg-icon": "^4.0.8", "@hi-ui/switch": "^4.0.11", - "@hi-ui/table": "^4.9.0", + "@hi-ui/table": "^4.9.1", "@hi-ui/tabs": "^4.1.6", "@hi-ui/tag": "^4.2.1", "@hi-ui/textarea": "^4.1.7", diff --git a/packages/ui/table/CHANGELOG.md b/packages/ui/table/CHANGELOG.md index 6f3c69b8f..456b7ee37 100644 --- a/packages/ui/table/CHANGELOG.md +++ b/packages/ui/table/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/table +## 4.9.1 + +### Patch Changes + +- [#3083](https://github.com/XiaoMi/hiui/pull/3083) [`28dfa39`](https://github.com/XiaoMi/hiui/commit/28dfa390a9870432b597cc01107f25090651e689) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复空状态下设置边框左边框不显示问题 (#3082) + +- Updated dependencies [[`a8a4a7ecf`](https://github.com/XiaoMi/hiui/commit/a8a4a7ecf9fe056a9a16d03641b297bb01b17970)]: + - @hi-ui/drawer@4.3.1 + ## 4.9.0 ### Minor Changes diff --git a/packages/ui/table/package.json b/packages/ui/table/package.json index 90d646ad1..3461b6c77 100644 --- a/packages/ui/table/package.json +++ b/packages/ui/table/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/table", - "version": "4.9.0", + "version": "4.9.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -48,7 +48,7 @@ "@hi-ui/checkbox": "^4.0.10", "@hi-ui/classname": "^4.0.5", "@hi-ui/dom-utils": "^4.0.7", - "@hi-ui/drawer": "^4.1.4", + "@hi-ui/drawer": "^4.3.1", "@hi-ui/empty-state": "^4.1.1", "@hi-ui/env": "^4.0.7", "@hi-ui/func-utils": "^4.0.4",