Skip to content

Commit

Permalink
Revert "Release"
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare authored Jan 17, 2024
1 parent cf3d9bd commit a25261a
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 44 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-cherries-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hi-ui/modal": minor
---

feat: api 增加 close 方法和 key 参数
5 changes: 5 additions & 0 deletions .changeset/fluffy-emus-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hi-ui/table": patch
---

fix: 修复空状态下横向滚动条问题
5 changes: 5 additions & 0 deletions .changeset/mighty-peaches-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hi-ui/hiui": patch
---

feat(modal): api 增加 close 方法和 key 参数
5 changes: 5 additions & 0 deletions .changeset/poor-apples-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hi-ui/checkbox": patch
---

fix: 修复组合下 null 传值问题
5 changes: 5 additions & 0 deletions .changeset/silent-geckos-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hi-ui/hiui": patch
---

fix(checkbox): 修复组合下 null 传值问题
5 changes: 5 additions & 0 deletions .changeset/wet-schools-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hi-ui/hiui": patch
---

fix(table): 修复空状态下横向滚动条问题
6 changes: 0 additions & 6 deletions packages/ui/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @hi-ui/checkbox

## 4.0.9

### Patch Changes

- [#2719](https://github.com/XiaoMi/hiui/pull/2719) [`97c8267ff`](https://github.com/XiaoMi/hiui/commit/97c8267ff8143ce75e5273d8918251c3f1120560) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复组合下 null 传值问题

## 4.0.8

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

## 4.5.1

### Patch Changes

- [#2711](https://github.com/XiaoMi/hiui/pull/2711) [`1a061e458`](https://github.com/XiaoMi/hiui/commit/1a061e4588b19ba5ed3f8e97ef8c608e6832c1c3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(modal): api 增加 close 方法和 key 参数

- [#2719](https://github.com/XiaoMi/hiui/pull/2719) [`97c8267ff`](https://github.com/XiaoMi/hiui/commit/97c8267ff8143ce75e5273d8918251c3f1120560) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(checkbox): 修复组合下 null 传值问题

- [#2720](https://github.com/XiaoMi/hiui/pull/2720) [`872663b99`](https://github.com/XiaoMi/hiui/commit/872663b99c1190ab8d47a1764d658918547ebd33) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复空状态下横向滚动条问题

- Updated dependencies [[`1a061e458`](https://github.com/XiaoMi/hiui/commit/1a061e4588b19ba5ed3f8e97ef8c608e6832c1c3), [`872663b99`](https://github.com/XiaoMi/hiui/commit/872663b99c1190ab8d47a1764d658918547ebd33), [`97c8267ff`](https://github.com/XiaoMi/hiui/commit/97c8267ff8143ce75e5273d8918251c3f1120560)]:
- @hi-ui/modal@4.1.0
- @hi-ui/table@4.4.1
- @hi-ui/checkbox@4.0.9

## 4.5.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.5.1",
"version": "4.5.0",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@hi-ui/check-cascader": "^4.2.5",
"@hi-ui/check-select": "^4.3.6",
"@hi-ui/check-tree-select": "^4.3.4",
"@hi-ui/checkbox": "^4.0.9",
"@hi-ui/checkbox": "^4.0.8",
"@hi-ui/collapse": "^4.1.5",
"@hi-ui/counter": "^4.1.8",
"@hi-ui/date-picker": "^4.5.0",
Expand All @@ -75,7 +75,7 @@
"@hi-ui/loading": "^4.2.0",
"@hi-ui/menu": "^4.2.0",
"@hi-ui/message": "^4.0.7",
"@hi-ui/modal": "^4.1.0",
"@hi-ui/modal": "^4.0.15",
"@hi-ui/notification": "^4.1.3",
"@hi-ui/number-input": "^4.1.7",
"@hi-ui/pagination": "^4.0.14",
Expand All @@ -97,7 +97,7 @@
"@hi-ui/stepper": "^4.0.7",
"@hi-ui/svg-icon": "^4.0.7",
"@hi-ui/switch": "^4.0.10",
"@hi-ui/table": "^4.4.1",
"@hi-ui/table": "^4.4.0",
"@hi-ui/tabs": "^4.1.4",
"@hi-ui/tag": "^4.2.0",
"@hi-ui/textarea": "^4.1.6",
Expand Down
6 changes: 0 additions & 6 deletions packages/ui/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @hi-ui/modal

## 4.1.0

### Minor Changes

- [#2711](https://github.com/XiaoMi/hiui/pull/2711) [`1a061e458`](https://github.com/XiaoMi/hiui/commit/1a061e4588b19ba5ed3f8e97ef8c608e6832c1c3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: api 增加 close 方法和 key 参数

## 4.0.15

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

## 4.4.1

### Patch Changes

- [#2720](https://github.com/XiaoMi/hiui/pull/2720) [`872663b99`](https://github.com/XiaoMi/hiui/commit/872663b99c1190ab8d47a1764d658918547ebd33) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复空状态下横向滚动条问题

- Updated dependencies [[`97c8267ff`](https://github.com/XiaoMi/hiui/commit/97c8267ff8143ce75e5273d8918251c3f1120560)]:
- @hi-ui/checkbox@4.0.9

## 4.4.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.4.1",
"version": "4.4.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@hi-ui/array-utils": "^4.0.4",
"@hi-ui/button": "^4.0.9",
"@hi-ui/checkbox": "^4.0.9",
"@hi-ui/checkbox": "^4.0.8",
"@hi-ui/classname": "^4.0.4",
"@hi-ui/dom-utils": "^4.0.7",
"@hi-ui/drawer": "^4.1.3",
Expand Down

0 comments on commit a25261a

Please sign in to comment.