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 Jan 5, 2024
1 parent 0c0ebb3 commit ca3bcac
Show file tree
Hide file tree
Showing 46 changed files with 168 additions and 154 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-teachers-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-crews-know.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/cyan-apricots-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/empty-dogs-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-taxis-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-jobs-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-timers-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-papayas-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-ducks-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-balloons-glow.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/odd-days-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-falcons-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pillows-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-phones-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-points-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-mice-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-rules-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-cars-roll.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-mangos-cry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-apples-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-shirts-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-mugs-talk.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ui/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hi-ui/date-picker

## 4.5.0

### Minor Changes

- [#2704](https://github.com/XiaoMi/hiui/pull/2704) [`51267eb24`](https://github.com/XiaoMi/hiui/commit/51267eb2408ee50970e2d354eaa554a34df00878) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 支持季度选择
feat: add onPanelChange api

## 4.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/date-picker",
"version": "4.4.4",
"version": "4.5.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/empty-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hi-ui/empty-state

## 4.1.0

### Minor Changes

- [#2693](https://github.com/XiaoMi/hiui/pull/2693) [`ffd47b89a`](https://github.com/XiaoMi/hiui/commit/ffd47b89a5d7da54ea717fa827123e9c3b2b6d0f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加一组多彩的图标

- [#2701](https://github.com/XiaoMi/hiui/pull/2701) [`9cf8e079f`](https://github.com/XiaoMi/hiui/commit/9cf8e079fd3f342d851d7abfecc1c0447c3ac40b) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 xl 和 xxl 尺寸

## 4.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/empty-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/empty-state",
"version": "4.0.7",
"version": "4.1.0",
"description": "> TODO: description",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
43 changes: 43 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @hi-ui/hiui

## 4.5.0

### Minor Changes

- [#2700](https://github.com/XiaoMi/hiui/pull/2700) [`cfc37dc37`](https://github.com/XiaoMi/hiui/commit/cfc37dc37c83ce737d88262644c07ca23cde0731) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree-utils): 修复 filterTreeNode 问题
feat(menu): 增加 Sidebar 组件

### Patch Changes

- [#2699](https://github.com/XiaoMi/hiui/pull/2699) [`6c5d9c7ed`](https://github.com/XiaoMi/hiui/commit/6c5d9c7ed21eaebc26638ba6ee54eb3bfe918af4) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add fixed and rowClassName api
feat(table): SettingDrawer 增加 extraHeader extraFooter itemRender api
feat(table): SettingDrawer 支持配置列是否禁止拖拽
fix(table): 修复 resize 模式下多选时宽度被重置问题

- [#2702](https://github.com/XiaoMi/hiui/pull/2702) [`3caa7e556`](https://github.com/XiaoMi/hiui/commit/3caa7e5566d378a54721f4685834a2f8f671d38e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复编辑框内容无法选中问题

- [#2693](https://github.com/XiaoMi/hiui/pull/2693) [`ffd47b89a`](https://github.com/XiaoMi/hiui/commit/ffd47b89a5d7da54ea717fa827123e9c3b2b6d0f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(empty-state): 增加一组多彩的图标

- [#2700](https://github.com/XiaoMi/hiui/pull/2700) [`b3dc89430`](https://github.com/XiaoMi/hiui/commit/b3dc89430502c85888501001ea192038530a3d6a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(search): onSearch 回调参数返回 item 对象

- [#2688](https://github.com/XiaoMi/hiui/pull/2688) [`2fa5ee5b6`](https://github.com/XiaoMi/hiui/commit/2fa5ee5b6ecc7f95a5224fd91ccfcd263b41d932) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(scrollbar): add zIndex api

- [#2703](https://github.com/XiaoMi/hiui/pull/2703) [`4ec059bad`](https://github.com/XiaoMi/hiui/commit/4ec059badc67f3facc98288f3e7a67f51938e40f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(loading): add wrapperClassName and wrapperStyle apis

- [#2705](https://github.com/XiaoMi/hiui/pull/2705) [`ec6de99c3`](https://github.com/XiaoMi/hiui/commit/ec6de99c3369d693df4d1c57564800f127446e23) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(upload): 代码优化,降低打包体积

- [#2704](https://github.com/XiaoMi/hiui/pull/2704) [`51267eb24`](https://github.com/XiaoMi/hiui/commit/51267eb2408ee50970e2d354eaa554a34df00878) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 支持季度选择
feat(date-picker): add onPanelChange api
chore(locale-context): 补充日期语言包

- [#2701](https://github.com/XiaoMi/hiui/pull/2701) [`9cf8e079f`](https://github.com/XiaoMi/hiui/commit/9cf8e079fd3f342d851d7abfecc1c0447c3ac40b) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(empty-state): 增加 xl 和 xxl 尺寸

- Updated dependencies [[`4ec059bad`](https://github.com/XiaoMi/hiui/commit/4ec059badc67f3facc98288f3e7a67f51938e40f), [`ffd47b89a`](https://github.com/XiaoMi/hiui/commit/ffd47b89a5d7da54ea717fa827123e9c3b2b6d0f), [`ec6de99c3`](https://github.com/XiaoMi/hiui/commit/ec6de99c3369d693df4d1c57564800f127446e23), [`2fa5ee5b6`](https://github.com/XiaoMi/hiui/commit/2fa5ee5b6ecc7f95a5224fd91ccfcd263b41d932), [`6c5d9c7ed`](https://github.com/XiaoMi/hiui/commit/6c5d9c7ed21eaebc26638ba6ee54eb3bfe918af4), [`3caa7e556`](https://github.com/XiaoMi/hiui/commit/3caa7e5566d378a54721f4685834a2f8f671d38e), [`b3dc89430`](https://github.com/XiaoMi/hiui/commit/b3dc89430502c85888501001ea192038530a3d6a), [`9cf8e079f`](https://github.com/XiaoMi/hiui/commit/9cf8e079fd3f342d851d7abfecc1c0447c3ac40b), [`51267eb24`](https://github.com/XiaoMi/hiui/commit/51267eb2408ee50970e2d354eaa554a34df00878), [`cfc37dc37`](https://github.com/XiaoMi/hiui/commit/cfc37dc37c83ce737d88262644c07ca23cde0731)]:
- @hi-ui/loading@4.2.0
- @hi-ui/empty-state@4.1.0
- @hi-ui/upload@4.2.0
- @hi-ui/scrollbar@4.1.0
- @hi-ui/table@4.4.0
- @hi-ui/tree@4.5.9
- @hi-ui/search@4.0.12
- @hi-ui/date-picker@4.5.0
- @hi-ui/menu@4.2.0

## 4.4.3

### Patch Changes
Expand Down
20 changes: 10 additions & 10 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.4.3",
"version": "4.5.0",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -59,21 +59,21 @@
"@hi-ui/checkbox": "^4.0.8",
"@hi-ui/collapse": "^4.1.5",
"@hi-ui/counter": "^4.1.8",
"@hi-ui/date-picker": "^4.4.4",
"@hi-ui/date-picker": "^4.5.0",
"@hi-ui/descriptions": "^4.2.4",
"@hi-ui/drawer": "^4.1.3",
"@hi-ui/dropdown": "^4.1.4",
"@hi-ui/ellipsis-tooltip": "^4.1.5",
"@hi-ui/empty-state": "^4.0.7",
"@hi-ui/empty-state": "^4.1.0",
"@hi-ui/filter": "^4.1.4",
"@hi-ui/form": "^4.1.5",
"@hi-ui/grid": "^4.0.8",
"@hi-ui/highlighter": "^4.0.8",
"@hi-ui/input": "^4.0.13",
"@hi-ui/input-group": "^4.0.6",
"@hi-ui/list": "^4.0.12",
"@hi-ui/loading": "^4.1.3",
"@hi-ui/menu": "^4.1.7",
"@hi-ui/loading": "^4.2.0",
"@hi-ui/menu": "^4.2.0",
"@hi-ui/message": "^4.0.7",
"@hi-ui/modal": "^4.0.15",
"@hi-ui/notification": "^4.1.3",
Expand All @@ -88,26 +88,26 @@
"@hi-ui/radio": "^4.1.3",
"@hi-ui/rating": "^4.0.9",
"@hi-ui/result": "^4.0.7",
"@hi-ui/scrollbar": "^4.0.6",
"@hi-ui/search": "^4.0.11",
"@hi-ui/scrollbar": "^4.1.0",
"@hi-ui/search": "^4.0.12",
"@hi-ui/select": "^4.2.6",
"@hi-ui/slider": "^4.0.10",
"@hi-ui/space": "^4.0.9",
"@hi-ui/spinner": "^4.0.8",
"@hi-ui/stepper": "^4.0.7",
"@hi-ui/svg-icon": "^4.0.7",
"@hi-ui/switch": "^4.0.10",
"@hi-ui/table": "^4.3.4",
"@hi-ui/table": "^4.4.0",
"@hi-ui/tabs": "^4.1.4",
"@hi-ui/tag": "^4.2.0",
"@hi-ui/textarea": "^4.1.6",
"@hi-ui/time-picker": "^4.0.13",
"@hi-ui/timeline": "^4.0.7",
"@hi-ui/tooltip": "^4.0.10",
"@hi-ui/transfer": "^4.0.13",
"@hi-ui/tree": "^4.5.8",
"@hi-ui/tree": "^4.5.9",
"@hi-ui/tree-select": "^4.1.4",
"@hi-ui/upload": "^4.1.9",
"@hi-ui/upload": "^4.2.0",
"@hi-ui/watermark": "^4.0.7",
"@hi-ui/zen-mode": "^4.0.7"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/loading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/loading

## 4.2.0

### Minor Changes

- [#2703](https://github.com/XiaoMi/hiui/pull/2703) [`4ec059bad`](https://github.com/XiaoMi/hiui/commit/4ec059badc67f3facc98288f3e7a67f51938e40f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add wrapperClassName and wrapperStyle apis

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/loading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/loading",
"version": "4.1.3",
"version": "4.2.0",
"description": "> TODO: description",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/locale-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/locale-context

## 4.0.9

### Patch Changes

- [#2704](https://github.com/XiaoMi/hiui/pull/2704) [`51267eb24`](https://github.com/XiaoMi/hiui/commit/51267eb2408ee50970e2d354eaa554a34df00878) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 补充日期语言包

## 4.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/locale-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/locale-context",
"version": "4.0.8",
"version": "4.0.9",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hi-ui/menu

## 4.2.0

### Minor Changes

- [#2700](https://github.com/XiaoMi/hiui/pull/2700) [`cfc37dc37`](https://github.com/XiaoMi/hiui/commit/cfc37dc37c83ce737d88262644c07ca23cde0731) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 Sidebar 组件

### Patch Changes

- Updated dependencies [[`cfc37dc37`](https://github.com/XiaoMi/hiui/commit/cfc37dc37c83ce737d88262644c07ca23cde0731)]:
- @hi-ui/tree-utils@4.1.5

## 4.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/menu",
"version": "4.1.7",
"version": "4.2.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@hi-ui/popper": "^4.1.4",
"@hi-ui/times": "^4.0.4",
"@hi-ui/tooltip": "^4.0.10",
"@hi-ui/tree-utils": "^4.1.4",
"@hi-ui/tree-utils": "^4.1.5",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-id": "^4.0.4",
"@hi-ui/use-merge-refs": "^4.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/scrollbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/scrollbar

## 4.1.0

### Minor Changes

- [#2688](https://github.com/XiaoMi/hiui/pull/2688) [`2fa5ee5b6`](https://github.com/XiaoMi/hiui/commit/2fa5ee5b6ecc7f95a5224fd91ccfcd263b41d932) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add zIndex api

## 4.0.6

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

0 comments on commit ca3bcac

Please sign in to comment.