diff --git a/.changeset/large-shrimps-tap.md b/.changeset/large-shrimps-tap.md deleted file mode 100644 index 447910a94..000000000 --- a/.changeset/large-shrimps-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/core-css": patch ---- - -chore: 修改 G40 色值为#b5bcc7 diff --git a/.changeset/little-cherries-dress.md b/.changeset/little-cherries-dress.md deleted file mode 100644 index 8db3b4738..000000000 --- a/.changeset/little-cherries-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/tabs": patch ---- - -chore: 胶囊样式下标签之间增加竖线展示 diff --git a/.changeset/pretty-llamas-invent.md b/.changeset/pretty-llamas-invent.md deleted file mode 100644 index f50669eea..000000000 --- a/.changeset/pretty-llamas-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Table feat: 增加 scrollbar 参数,用于在 Windows 环境下优化滚动条样式 diff --git a/.changeset/quick-donuts-mix.md b/.changeset/quick-donuts-mix.md deleted file mode 100644 index 71b70a2f7..000000000 --- a/.changeset/quick-donuts-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Tabs chore: 胶囊样式下标签之间增加竖线展示 diff --git a/.changeset/quiet-rings-film.md b/.changeset/quiet-rings-film.md deleted file mode 100644 index 99110e877..000000000 --- a/.changeset/quiet-rings-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -chore: 更新组件使用到的 G40 颜色值 diff --git a/.changeset/real-cheetahs-speak.md b/.changeset/real-cheetahs-speak.md deleted file mode 100644 index e6cf4c9b9..000000000 --- a/.changeset/real-cheetahs-speak.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@hi-ui/button": patch -"@hi-ui/cascader": patch -"@hi-ui/check-cascader": patch -"@hi-ui/counter": patch -"@hi-ui/date-picker": patch -"@hi-ui/filter": patch -"@hi-ui/icon-button": patch -"@hi-ui/input": patch -"@hi-ui/menu": patch -"@hi-ui/number-input": patch -"@hi-ui/pagination": patch -"@hi-ui/radio": patch -"@hi-ui/scrollbar": patch -"@hi-ui/switch": patch -"@hi-ui/tabs": patch -"@hi-ui/tag": patch -"@hi-ui/tag-input": patch -"@hi-ui/textarea": patch -"@hi-ui/time-picker": patch -"@hi-ui/transfer": patch -"@hi-ui/tree": patch ---- - -chore: 更新使用到的 G40 颜色值 diff --git a/.changeset/sharp-pots-clap.md b/.changeset/sharp-pots-clap.md deleted file mode 100644 index cbb5091e4..000000000 --- a/.changeset/sharp-pots-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/pop-confirm": minor ---- - -feat: add placement api (透传 Popper 参数) diff --git a/.changeset/thirty-oranges-brush.md b/.changeset/thirty-oranges-brush.md deleted file mode 100644 index 6d1f690d6..000000000 --- a/.changeset/thirty-oranges-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -PopConfirm feat: add placement api (透传 Popper 参数) diff --git a/.changeset/unlucky-eyes-remember.md b/.changeset/unlucky-eyes-remember.md deleted file mode 100644 index b4bb95525..000000000 --- a/.changeset/unlucky-eyes-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/table": patch ---- - -feat: 增加 scrollbar 参数,用于在 Windows 环境下优化滚动条样式 diff --git a/packages/core/core-css/CHANGELOG.md b/packages/core/core-css/CHANGELOG.md index 0c4a1ebb7..2dee4fcb1 100644 --- a/packages/core/core-css/CHANGELOG.md +++ b/packages/core/core-css/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/core-css +## 4.1.2 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`cdb393bae`](https://github.com/XiaoMi/hiui/commit/cdb393bae218c645a808543956e4932435c321b9) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 修改 G40 色值为#b5bcc7 + ## 4.1.1 ### Patch Changes diff --git a/packages/core/core-css/package.json b/packages/core/core-css/package.json index b38270862..4bc469965 100644 --- a/packages/core/core-css/package.json +++ b/packages/core/core-css/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/core-css", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/core.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/button/CHANGELOG.md b/packages/ui/button/CHANGELOG.md new file mode 100644 index 000000000..c65bcf012 --- /dev/null +++ b/packages/ui/button/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/button + +## 4.0.6 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 diff --git a/packages/ui/button/package.json b/packages/ui/button/package.json index 15c4cb401..789dc9350 100644 --- a/packages/ui/button/package.json +++ b/packages/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/button", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -53,8 +53,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/cascader/CHANGELOG.md b/packages/ui/cascader/CHANGELOG.md index 610b8ed5a..d69694f23 100644 --- a/packages/ui/cascader/CHANGELOG.md +++ b/packages/ui/cascader/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/cascader +## 4.1.2 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/input@4.0.10 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/cascader/package.json b/packages/ui/cascader/package.json index 253331033..11bb8c6a2 100644 --- a/packages/ui/cascader/package.json +++ b/packages/ui/cascader/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/cascader", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "@hi-ui/func-utils": "^4.0.1", "@hi-ui/highlighter": "^4.0.5", "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.6", + "@hi-ui/input": "^4.0.10", "@hi-ui/picker": "^4.0.6", "@hi-ui/popper": "^4.0.4", "@hi-ui/spinner": "^4.0.4", @@ -69,7 +69,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-cascader/CHANGELOG.md b/packages/ui/check-cascader/CHANGELOG.md index 72a10c187..ea14c7bd4 100644 --- a/packages/ui/check-cascader/CHANGELOG.md +++ b/packages/ui/check-cascader/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/check-cascader +## 4.2.2 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/input@4.0.10 + - @hi-ui/tag-input@4.0.7 + ## 4.2.1 ### Patch Changes diff --git a/packages/ui/check-cascader/package.json b/packages/ui/check-cascader/package.json index 90029d26f..f889fdcbe 100644 --- a/packages/ui/check-cascader/package.json +++ b/packages/ui/check-cascader/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-cascader", - "version": "4.2.1", + "version": "4.2.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -50,11 +50,11 @@ "@hi-ui/env": "^4.0.1", "@hi-ui/func-utils": "^4.0.1", "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.6", + "@hi-ui/input": "^4.0.10", "@hi-ui/picker": "^4.1.1", "@hi-ui/popper": "^4.0.5", "@hi-ui/spinner": "^4.0.4", - "@hi-ui/tag-input": "^4.0.6", + "@hi-ui/tag-input": "^4.0.7", "@hi-ui/times": "^4.0.1", "@hi-ui/tree-utils": "^4.0.2", "@hi-ui/type-assertion": "^4.0.1", @@ -74,7 +74,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/counter/CHANGELOG.md b/packages/ui/counter/CHANGELOG.md index 7c13cec40..0ec0a2dc4 100644 --- a/packages/ui/counter/CHANGELOG.md +++ b/packages/ui/counter/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/counter +## 4.1.5 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + ## 4.1.4 ### Patch Changes diff --git a/packages/ui/counter/package.json b/packages/ui/counter/package.json index adbdae007..d502a1c74 100644 --- a/packages/ui/counter/package.json +++ b/packages/ui/counter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/counter", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -60,7 +60,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/date-picker/CHANGELOG.md b/packages/ui/date-picker/CHANGELOG.md index 27720e2da..90410df5f 100644 --- a/packages/ui/date-picker/CHANGELOG.md +++ b/packages/ui/date-picker/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/date-picker +## 4.4.1 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/button@4.0.6 + - @hi-ui/time-picker@4.0.10 + ## 4.4.0 ### Minor Changes diff --git a/packages/ui/date-picker/package.json b/packages/ui/date-picker/package.json index 0568ddc0e..d6ec21183 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.4.0", + "version": "4.4.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,13 +43,13 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", + "@hi-ui/button": "^4.0.6", "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", "@hi-ui/icons": "^4.0.7", "@hi-ui/object-utils": "^4.0.1", "@hi-ui/popper": "^4.0.5", - "@hi-ui/time-picker": "^4.0.8", + "@hi-ui/time-picker": "^4.0.10", "axios": "^1.5.0", "moment": "^2.29.4", "react-transition-group": "^4.4.2" @@ -61,7 +61,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/filter/CHANGELOG.md b/packages/ui/filter/CHANGELOG.md index 1928d9790..19b82e8ed 100644 --- a/packages/ui/filter/CHANGELOG.md +++ b/packages/ui/filter/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/filter +## 4.1.1 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/filter/package.json b/packages/ui/filter/package.json index cb24e8086..ae0cfacf3 100644 --- a/packages/ui/filter/package.json +++ b/packages/ui/filter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/filter", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -56,8 +56,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index fdcad1439..368883aca 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,40 @@ # @hi-ui/hiui +## 4.3.5 + +### Patch Changes + +- [#2654](https://github.com/XiaoMi/hiui/pull/2654) [`dc002a32a`](https://github.com/XiaoMi/hiui/commit/dc002a32a2c6f538b0df37c63d34f603647d9b70) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 增加 scrollbar 参数,用于在 Windows 环境下优化滚动条样式 + +- [#2652](https://github.com/XiaoMi/hiui/pull/2652) [`d4f74c723`](https://github.com/XiaoMi/hiui/commit/d4f74c723d7fb619320dac5cdb4444480a3b7880) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs chore: 胶囊样式下标签之间增加竖线展示 + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新组件使用到的 G40 颜色值 + +- [#2643](https://github.com/XiaoMi/hiui/pull/2643) [`7742c022a`](https://github.com/XiaoMi/hiui/commit/7742c022a55f3908684d21e6e7d7bf07e3de1f5e) Thanks [@zyprepare](https://github.com/zyprepare)! - PopConfirm feat: add placement api (透传 Popper 参数) + +- Updated dependencies [[`d4f74c723`](https://github.com/XiaoMi/hiui/commit/d4f74c723d7fb619320dac5cdb4444480a3b7880), [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315), [`7742c022a`](https://github.com/XiaoMi/hiui/commit/7742c022a55f3908684d21e6e7d7bf07e3de1f5e), [`dc002a32a`](https://github.com/XiaoMi/hiui/commit/dc002a32a2c6f538b0df37c63d34f603647d9b70)]: + - @hi-ui/tabs@4.1.1 + - @hi-ui/button@4.0.6 + - @hi-ui/cascader@4.1.2 + - @hi-ui/check-cascader@4.2.2 + - @hi-ui/counter@4.1.5 + - @hi-ui/date-picker@4.4.1 + - @hi-ui/filter@4.1.1 + - @hi-ui/input@4.0.10 + - @hi-ui/menu@4.1.2 + - @hi-ui/number-input@4.1.4 + - @hi-ui/pagination@4.0.11 + - @hi-ui/radio@4.0.5 + - @hi-ui/scrollbar@4.0.3 + - @hi-ui/switch@4.0.7 + - @hi-ui/tag@4.0.8 + - @hi-ui/textarea@4.1.3 + - @hi-ui/time-picker@4.0.10 + - @hi-ui/transfer@4.0.10 + - @hi-ui/tree@4.5.5 + - @hi-ui/pop-confirm@4.1.0 + - @hi-ui/table@4.3.1 + ## 4.3.4 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index 76fdcdfa5..2850a5d89 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.3.4", + "version": "4.3.5", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -49,46 +49,46 @@ "@hi-ui/back-top": "^4.0.4", "@hi-ui/badge": "^4.0.6", "@hi-ui/breadcrumb": "^4.0.4", - "@hi-ui/button": "^4.0.5", + "@hi-ui/button": "^4.0.6", "@hi-ui/card": "^4.0.5", "@hi-ui/carousel": "^4.0.4", - "@hi-ui/cascader": "^4.1.1", - "@hi-ui/check-cascader": "^4.2.1", + "@hi-ui/cascader": "^4.1.2", + "@hi-ui/check-cascader": "^4.2.2", "@hi-ui/check-select": "^4.3.2", "@hi-ui/check-tree-select": "^4.3.0", "@hi-ui/checkbox": "^4.0.5", "@hi-ui/collapse": "^4.1.2", - "@hi-ui/counter": "^4.1.4", - "@hi-ui/date-picker": "^4.4.0", + "@hi-ui/counter": "^4.1.5", + "@hi-ui/date-picker": "^4.4.1", "@hi-ui/descriptions": "^4.2.1", "@hi-ui/drawer": "^4.1.0", "@hi-ui/dropdown": "^4.1.1", "@hi-ui/ellipsis-tooltip": "^4.1.2", "@hi-ui/empty-state": "^4.0.4", - "@hi-ui/filter": "^4.1.0", + "@hi-ui/filter": "^4.1.1", "@hi-ui/form": "^4.1.2", "@hi-ui/grid": "^4.0.5", "@hi-ui/highlighter": "^4.0.5", - "@hi-ui/input": "^4.0.9", + "@hi-ui/input": "^4.0.10", "@hi-ui/input-group": "^4.0.3", "@hi-ui/list": "^4.0.9", "@hi-ui/loading": "^4.1.0", - "@hi-ui/menu": "^4.1.1", + "@hi-ui/menu": "^4.1.2", "@hi-ui/message": "^4.0.4", "@hi-ui/modal": "^4.0.11", "@hi-ui/notification": "^4.1.0", - "@hi-ui/number-input": "^4.1.3", - "@hi-ui/pagination": "^4.0.10", + "@hi-ui/number-input": "^4.1.4", + "@hi-ui/pagination": "^4.0.11", "@hi-ui/picker": "^4.1.1", - "@hi-ui/pop-confirm": "^4.0.6", + "@hi-ui/pop-confirm": "^4.1.0", "@hi-ui/popover": "^4.0.5", "@hi-ui/preview": "^4.0.5", "@hi-ui/progress": "^4.0.6", "@hi-ui/provider": "^4.0.5", - "@hi-ui/radio": "^4.0.4", + "@hi-ui/radio": "^4.0.5", "@hi-ui/rating": "^4.0.5", "@hi-ui/result": "^4.0.4", - "@hi-ui/scrollbar": "^4.0.2", + "@hi-ui/scrollbar": "^4.0.3", "@hi-ui/search": "^4.0.8", "@hi-ui/select": "^4.2.2", "@hi-ui/slider": "^4.0.7", @@ -96,16 +96,16 @@ "@hi-ui/spinner": "^4.0.5", "@hi-ui/stepper": "^4.0.4", "@hi-ui/svg-icon": "^4.0.4", - "@hi-ui/switch": "^4.0.6", - "@hi-ui/table": "^4.3.0", - "@hi-ui/tabs": "^4.1.0", - "@hi-ui/tag": "^4.0.7", - "@hi-ui/textarea": "^4.1.2", - "@hi-ui/time-picker": "^4.0.9", + "@hi-ui/switch": "^4.0.7", + "@hi-ui/table": "^4.3.1", + "@hi-ui/tabs": "^4.1.1", + "@hi-ui/tag": "^4.0.8", + "@hi-ui/textarea": "^4.1.3", + "@hi-ui/time-picker": "^4.0.10", "@hi-ui/timeline": "^4.0.4", "@hi-ui/tooltip": "^4.0.7", - "@hi-ui/transfer": "^4.0.9", - "@hi-ui/tree": "^4.5.4", + "@hi-ui/transfer": "^4.0.10", + "@hi-ui/tree": "^4.5.5", "@hi-ui/tree-select": "^4.1.0", "@hi-ui/upload": "^4.1.6", "@hi-ui/watermark": "^4.0.4", @@ -118,7 +118,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/icon-button/CHANGELOG.md b/packages/ui/icon-button/CHANGELOG.md new file mode 100644 index 000000000..7fcac48a3 --- /dev/null +++ b/packages/ui/icon-button/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/icon-button + +## 4.0.5 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 diff --git a/packages/ui/icon-button/package.json b/packages/ui/icon-button/package.json index 56edf93a2..5d31489bc 100644 --- a/packages/ui/icon-button/package.json +++ b/packages/ui/icon-button/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/icon-button", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -54,8 +54,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/input/CHANGELOG.md b/packages/ui/input/CHANGELOG.md index 203de055b..0be349dd9 100644 --- a/packages/ui/input/CHANGELOG.md +++ b/packages/ui/input/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/input +## 4.0.10 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/input/package.json b/packages/ui/input/package.json index 1ca285bf3..981123260 100644 --- a/packages/ui/input/package.json +++ b/packages/ui/input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -60,8 +60,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.0", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/menu/CHANGELOG.md b/packages/ui/menu/CHANGELOG.md index c4717500c..4c7d47f9d 100644 --- a/packages/ui/menu/CHANGELOG.md +++ b/packages/ui/menu/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/menu +## 4.1.2 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/menu/package.json b/packages/ui/menu/package.json index 586749f1d..ead031c5d 100644 --- a/packages/ui/menu/package.json +++ b/packages/ui/menu/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/menu", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -66,7 +66,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/number-input/CHANGELOG.md b/packages/ui/number-input/CHANGELOG.md index cd5a5a521..42df9a727 100644 --- a/packages/ui/number-input/CHANGELOG.md +++ b/packages/ui/number-input/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/number-input +## 4.1.4 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/counter@4.1.5 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/number-input/package.json b/packages/ui/number-input/package.json index 34b08133c..63701399f 100644 --- a/packages/ui/number-input/package.json +++ b/packages/ui/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/number-input", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ }, "dependencies": { "@hi-ui/classname": "^4.0.1", - "@hi-ui/counter": "^4.1.4", + "@hi-ui/counter": "^4.1.5", "@hi-ui/env": "^4.0.1", "@hi-ui/icons": "^4.0.11" }, @@ -55,7 +55,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/pagination/CHANGELOG.md b/packages/ui/pagination/CHANGELOG.md index edc589756..c6c31daad 100644 --- a/packages/ui/pagination/CHANGELOG.md +++ b/packages/ui/pagination/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/pagination +## 4.0.11 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/counter@4.1.5 + - @hi-ui/input@4.0.10 + ## 4.0.10 ### Patch Changes diff --git a/packages/ui/pagination/package.json b/packages/ui/pagination/package.json index cfcce746f..2b47281b1 100644 --- a/packages/ui/pagination/package.json +++ b/packages/ui/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pagination", - "version": "4.0.10", + "version": "4.0.11", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,10 +44,10 @@ }, "dependencies": { "@hi-ui/classname": "^4.0.1", - "@hi-ui/counter": "^4.1.1", + "@hi-ui/counter": "^4.1.5", "@hi-ui/env": "^4.0.1", "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.6", + "@hi-ui/input": "^4.0.10", "@hi-ui/select": "^4.0.8", "@hi-ui/type-assertion": "^4.0.1", "@hi-ui/use-latest": "^4.0.1", @@ -60,8 +60,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/pop-confirm/CHANGELOG.md b/packages/ui/pop-confirm/CHANGELOG.md new file mode 100644 index 000000000..312aefbb1 --- /dev/null +++ b/packages/ui/pop-confirm/CHANGELOG.md @@ -0,0 +1,12 @@ +# @hi-ui/pop-confirm + +## 4.1.0 + +### Minor Changes + +- [#2643](https://github.com/XiaoMi/hiui/pull/2643) [`7742c022a`](https://github.com/XiaoMi/hiui/commit/7742c022a55f3908684d21e6e7d7bf07e3de1f5e) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add placement api (透传 Popper 参数) + +### Patch Changes + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/button@4.0.6 diff --git a/packages/ui/pop-confirm/package.json b/packages/ui/pop-confirm/package.json index d2a1a6079..1531a6f0d 100644 --- a/packages/ui/pop-confirm/package.json +++ b/packages/ui/pop-confirm/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pop-confirm", - "version": "4.0.6", + "version": "4.1.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,7 +43,7 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", + "@hi-ui/button": "^4.0.6", "@hi-ui/classname": "^4.0.1", "@hi-ui/dom-utils": "^4.0.4", "@hi-ui/env": "^4.0.1", @@ -62,8 +62,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/radio/CHANGELOG.md b/packages/ui/radio/CHANGELOG.md new file mode 100644 index 000000000..81408c0bd --- /dev/null +++ b/packages/ui/radio/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/radio + +## 4.0.5 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 diff --git a/packages/ui/radio/package.json b/packages/ui/radio/package.json index f6dd12c10..f8dd4ca0b 100644 --- a/packages/ui/radio/package.json +++ b/packages/ui/radio/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/radio", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -57,8 +57,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/scrollbar/CHANGELOG.md b/packages/ui/scrollbar/CHANGELOG.md index c98a20744..bc39dc8fa 100644 --- a/packages/ui/scrollbar/CHANGELOG.md +++ b/packages/ui/scrollbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/scrollbar +## 4.0.3 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + ## 4.0.2 ### Patch Changes diff --git a/packages/ui/scrollbar/package.json b/packages/ui/scrollbar/package.json index 4e44a6296..433d18238 100644 --- a/packages/ui/scrollbar/package.json +++ b/packages/ui/scrollbar/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/scrollbar", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HIUI ", @@ -55,7 +55,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/switch/CHANGELOG.md b/packages/ui/switch/CHANGELOG.md new file mode 100644 index 000000000..358f4eacf --- /dev/null +++ b/packages/ui/switch/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/switch + +## 4.0.7 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 diff --git a/packages/ui/switch/package.json b/packages/ui/switch/package.json index 1993c1638..3951588c2 100644 --- a/packages/ui/switch/package.json +++ b/packages/ui/switch/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/switch", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -55,8 +55,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/table/CHANGELOG.md b/packages/ui/table/CHANGELOG.md index 2033e3240..657acd04a 100644 --- a/packages/ui/table/CHANGELOG.md +++ b/packages/ui/table/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/table +## 4.3.1 + +### Patch Changes + +- [#2654](https://github.com/XiaoMi/hiui/pull/2654) [`dc002a32a`](https://github.com/XiaoMi/hiui/commit/dc002a32a2c6f538b0df37c63d34f603647d9b70) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 scrollbar 参数,用于在 Windows 环境下优化滚动条样式 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/button@4.0.6 + - @hi-ui/icon-button@4.0.5 + - @hi-ui/pagination@4.0.11 + ## 4.3.0 ### Minor Changes diff --git a/packages/ui/table/package.json b/packages/ui/table/package.json index db88dd71a..f053536b7 100644 --- a/packages/ui/table/package.json +++ b/packages/ui/table/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/table", - "version": "4.3.0", + "version": "4.3.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ }, "dependencies": { "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/button": "^4.0.5", + "@hi-ui/button": "^4.0.6", "@hi-ui/checkbox": "^4.0.5", "@hi-ui/classname": "^4.0.1", "@hi-ui/dom-utils": "^4.0.4", @@ -52,11 +52,11 @@ "@hi-ui/empty-state": "^4.0.4", "@hi-ui/env": "^4.0.1", "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/icon-button": "^4.0.4", + "@hi-ui/icon-button": "^4.0.5", "@hi-ui/icons": "^4.0.14", "@hi-ui/loading": "^4.1.0", "@hi-ui/object-utils": "^4.0.1", - "@hi-ui/pagination": "^4.0.8", + "@hi-ui/pagination": "^4.0.11", "@hi-ui/popper": "^4.1.0", "@hi-ui/react-utils": "^4.0.1", "@hi-ui/select": "^4.2.2", @@ -82,7 +82,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core-css": "^4.1.2", "@types/react-resizable": "^1.7.4", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/tabs/CHANGELOG.md b/packages/ui/tabs/CHANGELOG.md index 6859a4fef..c405066a5 100644 --- a/packages/ui/tabs/CHANGELOG.md +++ b/packages/ui/tabs/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/tabs +## 4.1.1 + +### Patch Changes + +- [#2652](https://github.com/XiaoMi/hiui/pull/2652) [`d4f74c723`](https://github.com/XiaoMi/hiui/commit/d4f74c723d7fb619320dac5cdb4444480a3b7880) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 胶囊样式下标签之间增加竖线展示 + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/icon-button@4.0.5 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/tabs/package.json b/packages/ui/tabs/package.json index 5ad573bb4..ef64f21a9 100644 --- a/packages/ui/tabs/package.json +++ b/packages/ui/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tabs", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -45,7 +45,7 @@ "dependencies": { "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", - "@hi-ui/icon-button": "^4.0.4", + "@hi-ui/icon-button": "^4.0.5", "@hi-ui/icons": "^4.0.11", "@hi-ui/react-utils": "^4.0.1", "@hi-ui/type-assertion": "^4.0.1", @@ -60,7 +60,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tag-input/CHANGELOG.md b/packages/ui/tag-input/CHANGELOG.md index cd799a7a0..be7d9b365 100644 --- a/packages/ui/tag-input/CHANGELOG.md +++ b/packages/ui/tag-input/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/tag-input +## 4.0.7 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/tag-input/package.json b/packages/ui/tag-input/package.json index cfc409cfa..1e69cb826 100644 --- a/packages/ui/tag-input/package.json +++ b/packages/ui/tag-input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tag-input", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -61,7 +61,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tag/CHANGELOG.md b/packages/ui/tag/CHANGELOG.md new file mode 100644 index 000000000..0aa941093 --- /dev/null +++ b/packages/ui/tag/CHANGELOG.md @@ -0,0 +1,10 @@ +# @hi-ui/tag + +## 4.0.8 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/button@4.0.6 diff --git a/packages/ui/tag/package.json b/packages/ui/tag/package.json index d4c2ef172..5e1fdb2ea 100644 --- a/packages/ui/tag/package.json +++ b/packages/ui/tag/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tag", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,7 +43,7 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", + "@hi-ui/button": "^4.0.6", "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", "@hi-ui/icons": "^4.0.4", @@ -57,8 +57,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/textarea/CHANGELOG.md b/packages/ui/textarea/CHANGELOG.md index 6d88e440a..9779ba6b6 100644 --- a/packages/ui/textarea/CHANGELOG.md +++ b/packages/ui/textarea/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/textarea +## 4.1.3 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/input@4.0.10 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/textarea/package.json b/packages/ui/textarea/package.json index 81d26f10b..727ef8adc 100644 --- a/packages/ui/textarea/package.json +++ b/packages/ui/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/textarea", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -45,7 +45,7 @@ "dependencies": { "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", - "@hi-ui/input": "^4.0.7", + "@hi-ui/input": "^4.0.10", "@hi-ui/use-latest": "^4.0.1", "@hi-ui/use-merge-refs": "^4.0.1", "react-resize-detector": "^7.0.0" @@ -57,7 +57,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/time-picker/CHANGELOG.md b/packages/ui/time-picker/CHANGELOG.md index 0433b2a59..5cd9415f4 100644 --- a/packages/ui/time-picker/CHANGELOG.md +++ b/packages/ui/time-picker/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/time-picker +## 4.0.10 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/button@4.0.6 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/time-picker/package.json b/packages/ui/time-picker/package.json index f191aec51..57d037c31 100644 --- a/packages/ui/time-picker/package.json +++ b/packages/ui/time-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/time-picker", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", + "@hi-ui/button": "^4.0.6", "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", "@hi-ui/icons": "^4.0.4", @@ -59,8 +59,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/transfer/CHANGELOG.md b/packages/ui/transfer/CHANGELOG.md new file mode 100644 index 000000000..e5d431bef --- /dev/null +++ b/packages/ui/transfer/CHANGELOG.md @@ -0,0 +1,12 @@ +# @hi-ui/transfer + +## 4.0.10 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/button@4.0.6 + - @hi-ui/input@4.0.10 + - @hi-ui/pagination@4.0.11 diff --git a/packages/ui/transfer/package.json b/packages/ui/transfer/package.json index ccde53163..f8aeb4369 100644 --- a/packages/ui/transfer/package.json +++ b/packages/ui/transfer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/transfer", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,13 +43,13 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", + "@hi-ui/button": "^4.0.6", "@hi-ui/checkbox": "^4.0.5", "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.6", - "@hi-ui/pagination": "^4.0.8", + "@hi-ui/input": "^4.0.10", + "@hi-ui/pagination": "^4.0.11", "@hi-ui/type-assertion": "^4.0.1", "@hi-ui/use-check": "^4.0.2", "@hi-ui/use-uncontrolled-state": "^4.0.1" @@ -61,8 +61,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tree/CHANGELOG.md b/packages/ui/tree/CHANGELOG.md index eb8cad7c1..d7e4ab4cd 100644 --- a/packages/ui/tree/CHANGELOG.md +++ b/packages/ui/tree/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/tree +## 4.5.5 + +### Patch Changes + +- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值 + +- Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]: + - @hi-ui/input@4.0.10 + ## 4.5.4 ### Patch Changes diff --git a/packages/ui/tree/package.json b/packages/ui/tree/package.json index 24e93716d..7d14061a3 100644 --- a/packages/ui/tree/package.json +++ b/packages/ui/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree", - "version": "4.5.4", + "version": "4.5.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -48,7 +48,7 @@ "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", "@hi-ui/icons": "^4.0.6", - "@hi-ui/input": "^4.0.6", + "@hi-ui/input": "^4.0.10", "@hi-ui/popper": "^4.0.4", "@hi-ui/times": "^4.0.1", "@hi-ui/tree-utils": "^4.0.2", @@ -70,7 +70,7 @@ }, "devDependencies": { "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core-css": "^4.1.2", "react": "^17.0.1", "react-dom": "^17.0.1" }