Skip to content

Commit

Permalink
Generate version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare authored Oct 30, 2023
1 parent bdacd3f commit 6de89b4
Show file tree
Hide file tree
Showing 24 changed files with 78 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-glasses-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-singers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-hotels-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-jars-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-phones-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-moons-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-beds-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-garlics-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-lions-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-ways-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-dryers-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-lizards-sleep.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/hooks/use-search-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/use-search-mode

## 4.1.1

### Patch Changes

- [#2633](https://github.com/XiaoMi/hiui/pull/2633) [`45cbe7bd9`](https://github.com/XiaoMi/hiui/commit/45cbe7bd9ddeaadfc8ff520a2448a0dade6be51c) Thanks [@aqiusen](https://github.com/aqiusen)! - 异步 search 增加防抖功能

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-search-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-search-mode",
"version": "4.1.0",
"version": "4.1.1",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/check-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/check-select

## 4.3.2

### Patch Changes

- [#2633](https://github.com/XiaoMi/hiui/pull/2633) [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f) Thanks [@aqiusen](https://github.com/aqiusen)! - CheckSelect dataSource 下搜索框增加防抖操作

- Updated dependencies [[`45cbe7bd9`](https://github.com/XiaoMi/hiui/commit/45cbe7bd9ddeaadfc8ff520a2448a0dade6be51c)]:
- @hi-ui/use-search-mode@4.1.1

## 4.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/check-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-select",
"version": "4.3.1",
"version": "4.3.2",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@hi-ui/use-children": "^4.0.1",
"@hi-ui/use-data-source": "^4.0.1",
"@hi-ui/use-latest": "^4.0.1",
"@hi-ui/use-search-mode": "^4.0.6",
"@hi-ui/use-search-mode": "^4.1.1",
"@hi-ui/use-toggle": "^4.0.1",
"@hi-ui/use-uncontrolled-state": "^4.0.1",
"@hi-ui/virtual-list": "^4.0.4"
Expand Down
20 changes: 20 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hi-ui/hiui

## 4.3.4

### Patch Changes

- [#2648](https://github.com/XiaoMi/hiui/pull/2648) [`54387a81e`](https://github.com/XiaoMi/hiui/commit/54387a81e1c6add77e791af8d849a6518077afd5) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 优化 resizable 模式下可调整的最小宽度

- [#2642](https://github.com/XiaoMi/hiui/pull/2642) [`74d8c5148`](https://github.com/XiaoMi/hiui/commit/74d8c51489ae7a88c90b1426e9da118125579b97) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 将之前的双表格结构优化成单表格,冻结列和表头吸顶等场景依然采用双表格结构

- [#2644](https://github.com/XiaoMi/hiui/pull/2644) [`6858d339a`](https://github.com/XiaoMi/hiui/commit/6858d339adc2671520956641ca15b1ad311e942a) Thanks [@zyprepare](https://github.com/zyprepare)! - Textarea fix: 修复禁用状态背景色问题

- [#2647](https://github.com/XiaoMi/hiui/pull/2647) [`8767c9470`](https://github.com/XiaoMi/hiui/commit/8767c94702fdc697207001f639508907e20fc6a5) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: add footerRender api

- [#2633](https://github.com/XiaoMi/hiui/pull/2633) [`45cbe7bd9`](https://github.com/XiaoMi/hiui/commit/45cbe7bd9ddeaadfc8ff520a2448a0dade6be51c) Thanks [@aqiusen](https://github.com/aqiusen)! - CheckSelect Select dataSource 下搜索框增加防抖操作

- Updated dependencies [[`6858d339a`](https://github.com/XiaoMi/hiui/commit/6858d339adc2671520956641ca15b1ad311e942a), [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f), [`74d8c5148`](https://github.com/XiaoMi/hiui/commit/74d8c51489ae7a88c90b1426e9da118125579b97), [`54387a81e`](https://github.com/XiaoMi/hiui/commit/54387a81e1c6add77e791af8d849a6518077afd5), [`8767c9470`](https://github.com/XiaoMi/hiui/commit/8767c94702fdc697207001f639508907e20fc6a5), [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f)]:
- @hi-ui/textarea@4.1.2
- @hi-ui/check-select@4.3.2
- @hi-ui/table@4.3.0
- @hi-ui/select@4.2.2

## 4.3.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/hiui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hiui",
"version": "4.3.3",
"version": "4.3.4",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@hi-ui/carousel": "^4.0.4",
"@hi-ui/cascader": "^4.1.1",
"@hi-ui/check-cascader": "^4.2.1",
"@hi-ui/check-select": "^4.3.1",
"@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",
Expand Down Expand Up @@ -90,17 +90,17 @@
"@hi-ui/result": "^4.0.4",
"@hi-ui/scrollbar": "^4.0.2",
"@hi-ui/search": "^4.0.8",
"@hi-ui/select": "^4.2.1",
"@hi-ui/select": "^4.2.2",
"@hi-ui/slider": "^4.0.7",
"@hi-ui/space": "^4.0.6",
"@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.2.0",
"@hi-ui/table": "^4.3.0",
"@hi-ui/tabs": "^4.1.0",
"@hi-ui/tag": "^4.0.7",
"@hi-ui/textarea": "^4.1.1",
"@hi-ui/textarea": "^4.1.2",
"@hi-ui/time-picker": "^4.0.9",
"@hi-ui/timeline": "^4.0.4",
"@hi-ui/tooltip": "^4.0.7",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/select

## 4.2.2

### Patch Changes

- [#2633](https://github.com/XiaoMi/hiui/pull/2633) [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f) Thanks [@aqiusen](https://github.com/aqiusen)! - Select dataSource 下搜索框增加防抖操作

- Updated dependencies [[`45cbe7bd9`](https://github.com/XiaoMi/hiui/commit/45cbe7bd9ddeaadfc8ff520a2448a0dade6be51c)]:
- @hi-ui/use-search-mode@4.1.1

## 4.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/select",
"version": "4.2.1",
"version": "4.2.2",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@hi-ui/use-children": "^4.0.1",
"@hi-ui/use-data-source": "^4.0.1",
"@hi-ui/use-latest": "^4.0.1",
"@hi-ui/use-search-mode": "^4.1.0",
"@hi-ui/use-search-mode": "^4.1.1",
"@hi-ui/use-toggle": "^4.0.1",
"@hi-ui/use-uncontrolled-state": "^4.0.1",
"@hi-ui/virtual-list": "^4.0.4"
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hi-ui/table

## 4.3.0

### Minor Changes

- [#2642](https://github.com/XiaoMi/hiui/pull/2642) [`74d8c5148`](https://github.com/XiaoMi/hiui/commit/74d8c51489ae7a88c90b1426e9da118125579b97) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 将之前的双表格结构优化成单表格,冻结列和表头吸顶等场景依然采用双表格结构

- [#2647](https://github.com/XiaoMi/hiui/pull/2647) [`8767c9470`](https://github.com/XiaoMi/hiui/commit/8767c94702fdc697207001f639508907e20fc6a5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add footerRender api

### Patch Changes

- [#2648](https://github.com/XiaoMi/hiui/pull/2648) [`54387a81e`](https://github.com/XiaoMi/hiui/commit/54387a81e1c6add77e791af8d849a6518077afd5) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 优化 resizable 模式下可调整的最小宽度

- Updated dependencies [[`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f)]:
- @hi-ui/select@4.2.2

## 4.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/table",
"version": "4.2.0",
"version": "4.3.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@hi-ui/pagination": "^4.0.8",
"@hi-ui/popper": "^4.1.0",
"@hi-ui/react-utils": "^4.0.1",
"@hi-ui/select": "^4.2.0",
"@hi-ui/select": "^4.2.2",
"@hi-ui/spinner": "^4.0.4",
"@hi-ui/times": "^4.0.1",
"@hi-ui/tree-utils": "^4.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/textarea

## 4.1.2

### Patch Changes

- [#2644](https://github.com/XiaoMi/hiui/pull/2644) [`6858d339a`](https://github.com/XiaoMi/hiui/commit/6858d339adc2671520956641ca15b1ad311e942a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复禁用状态背景色问题

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/textarea",
"version": "4.1.1",
"version": "4.1.2",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down

0 comments on commit 6de89b4

Please sign in to comment.