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 Nov 2, 2023
1 parent e50da04 commit a4a17af
Show file tree
Hide file tree
Showing 59 changed files with 326 additions and 166 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-shrimps-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-cherries-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-llamas-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-donuts-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-rings-film.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/real-cheetahs-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-pots-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-oranges-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-eyes-remember.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/core-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core-css/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 颜色值
5 changes: 2 additions & 3 deletions packages/ui/button/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/cascader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/cascader/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/check-cascader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/check-cascader/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/counter/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions 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.0",
"version": "4.4.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -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"
Expand All @@ -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"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/ui/filter/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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"
}
Expand Down
35 changes: 35 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit a4a17af

Please sign in to comment.