Skip to content

Commit

Permalink
Revert "Generate version and changelog (#3066)"
Browse files Browse the repository at this point in the history
This reverts commit 8c9782d.
  • Loading branch information
zyprepare authored Dec 20, 2024
1 parent 298557f commit 54d9742
Show file tree
Hide file tree
Showing 26 changed files with 67 additions and 158 deletions.
6 changes: 6 additions & 0 deletions .changeset/lazy-tools-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@hi-ui/locale-context": patch
"@hi-ui/hiui": patch
---

fix(locale-context): 修改英文前往(#3062)
12 changes: 12 additions & 0 deletions .changeset/little-rabbits-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@hi-ui/core": patch
"@hi-ui/portal-context": minor
"@hi-ui/drawer": minor
"@hi-ui/hiui": minor
"@hi-ui/loading": minor
"@hi-ui/modal": minor
"@hi-ui/preview": minor
"@hi-ui/provider": minor
---

feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)
5 changes: 5 additions & 0 deletions .changeset/neat-crabs-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hi-ui/picker": patch
---

feat(picker): 对外暴露 resetSearch 方法
6 changes: 6 additions & 0 deletions .changeset/selfish-seas-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@hi-ui/date-picker": patch
"@hi-ui/hiui": patch
---

perf(date-picker): 范围选择交互优化 (#3055)
10 changes: 0 additions & 10 deletions packages/core/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @hi-ui/core

## 4.0.9

### Patch Changes

- [#3061](https://github.com/XiaoMi/hiui/pull/3061) [`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)

- Updated dependencies [[`33b94abaa`](https://github.com/XiaoMi/hiui/commit/33b94abaa6f8eb432a09c87a0a0a30f400699cdc), [`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde)]:
- @hi-ui/locale-context@4.0.11
- @hi-ui/portal-context@4.0.0

## 4.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/core",
"version": "4.0.9",
"version": "4.0.8",
"description": "A sub-package for @hi-ui/utils.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
"devDependencies": {},
"dependencies": {
"@hi-ui/core-css": "^4.1.5",
"@hi-ui/locale-context": "^4.0.11",
"@hi-ui/portal-context": "^4.0.0"
"@hi-ui/locale-context": "^4.0.8",
"@hi-ui/portal-context": "^4.0.0-alpha.0"
}
}
9 changes: 0 additions & 9 deletions packages/ui/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @hi-ui/date-picker

## 4.9.1

### Patch Changes

- [#3056](https://github.com/XiaoMi/hiui/pull/3056) [`1adc5386c`](https://github.com/XiaoMi/hiui/commit/1adc5386ccf8f5a13afe9d163194c74088ace42e) Thanks [@fcppddl](https://github.com/fcppddl)! - perf(date-picker): 范围选择交互优化 (#3055)

- Updated dependencies [[`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde)]:
- @hi-ui/core@4.0.9

## 4.9.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "4.9.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -55,12 +55,12 @@
"react-transition-group": "^4.4.2"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.9",
"@hi-ui/core": ">=4.0.8",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.9",
"@hi-ui/core": "^4.0.8",
"@hi-ui/core-css": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
12 changes: 0 additions & 12 deletions packages/ui/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# @hi-ui/drawer

## 4.3.0

### Minor Changes

- [#3061](https://github.com/XiaoMi/hiui/pull/3061) [`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)

### Patch Changes

- Updated dependencies [[`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde)]:
- @hi-ui/core@4.0.9
- @hi-ui/modal@4.3.0

## 4.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/drawer",
"version": "4.3.0",
"version": "4.2.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@hi-ui/env": "^4.0.5",
"@hi-ui/icon-button": "^4.0.9",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/modal": "^4.3.0",
"@hi-ui/modal": "^4.2.0",
"@hi-ui/portal": "^4.0.8",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-latest": "^4.0.4",
Expand All @@ -57,12 +57,12 @@
"react-transition-group": "4.4.2"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.9",
"@hi-ui/core": ">=4.0.8",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.9",
"@hi-ui/core": "^4.0.8",
"@hi-ui/core-css": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
22 changes: 0 additions & 22 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
# @hi-ui/hiui

## 4.10.0

### Minor Changes

- [#3061](https://github.com/XiaoMi/hiui/pull/3061) [`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)

### Patch Changes

- [#3063](https://github.com/XiaoMi/hiui/pull/3063) [`33b94abaa`](https://github.com/XiaoMi/hiui/commit/33b94abaa6f8eb432a09c87a0a0a30f400699cdc) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(locale-context): 修改英文前往(#3062)

- [#3056](https://github.com/XiaoMi/hiui/pull/3056) [`1adc5386c`](https://github.com/XiaoMi/hiui/commit/1adc5386ccf8f5a13afe9d163194c74088ace42e) Thanks [@fcppddl](https://github.com/fcppddl)! - perf(date-picker): 范围选择交互优化 (#3055)

- Updated dependencies [[`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde), [`4d359ad4c`](https://github.com/XiaoMi/hiui/commit/4d359ad4ceffea6bdc9c3cea3958e6b15134ab88), [`1adc5386c`](https://github.com/XiaoMi/hiui/commit/1adc5386ccf8f5a13afe9d163194c74088ace42e)]:
- @hi-ui/core@4.0.9
- @hi-ui/drawer@4.3.0
- @hi-ui/loading@4.3.0
- @hi-ui/modal@4.3.0
- @hi-ui/preview@4.2.0
- @hi-ui/provider@4.1.0
- @hi-ui/picker@4.1.7
- @hi-ui/date-picker@4.9.1

## 4.9.0

### Minor 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.10.0",
"version": "4.9.0",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -59,9 +59,9 @@
"@hi-ui/checkbox": "^4.0.10",
"@hi-ui/collapse": "^4.1.6",
"@hi-ui/counter": "^4.1.9",
"@hi-ui/date-picker": "^4.9.1",
"@hi-ui/date-picker": "^4.9.0",
"@hi-ui/descriptions": "^4.5.0",
"@hi-ui/drawer": "^4.3.0",
"@hi-ui/drawer": "^4.2.1",
"@hi-ui/dropdown": "^4.2.2",
"@hi-ui/ellipsis-tooltip": "^4.1.8",
"@hi-ui/empty-state": "^4.1.1",
Expand All @@ -72,19 +72,19 @@
"@hi-ui/input": "^4.2.1",
"@hi-ui/input-group": "^4.0.7",
"@hi-ui/list": "^4.1.0",
"@hi-ui/loading": "^4.3.0",
"@hi-ui/loading": "^4.2.1",
"@hi-ui/menu": "^4.3.1",
"@hi-ui/message": "^4.1.0",
"@hi-ui/modal": "^4.3.0",
"@hi-ui/modal": "^4.2.0",
"@hi-ui/notification": "^4.2.1",
"@hi-ui/number-input": "^4.2.0",
"@hi-ui/pagination": "^4.2.0",
"@hi-ui/picker": "^4.1.7",
"@hi-ui/picker": "^4.1.6",
"@hi-ui/pop-confirm": "^4.2.5",
"@hi-ui/popover": "^4.1.1",
"@hi-ui/preview": "^4.2.0",
"@hi-ui/preview": "^4.1.1",
"@hi-ui/progress": "^4.0.10",
"@hi-ui/provider": "^4.1.0",
"@hi-ui/provider": "^4.0.9",
"@hi-ui/radio": "^4.1.4",
"@hi-ui/rating": "^4.0.10",
"@hi-ui/result": "^4.0.8",
Expand Down Expand Up @@ -112,12 +112,12 @@
"@hi-ui/zen-mode": "^4.0.8"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.9",
"@hi-ui/core": ">=4.0.8",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.9",
"@hi-ui/core": "^4.0.8",
"@hi-ui/core-css": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
11 changes: 0 additions & 11 deletions packages/ui/loading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @hi-ui/loading

## 4.3.0

### Minor Changes

- [#3061](https://github.com/XiaoMi/hiui/pull/3061) [`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)

### Patch Changes

- Updated dependencies [[`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde)]:
- @hi-ui/core@4.0.9

## 4.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.3.0",
"version": "4.2.1",
"description": "> TODO: description",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -55,12 +55,12 @@
"react-transition-group": "^4.4.2"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.9",
"@hi-ui/core": ">=4.0.8",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.9",
"@hi-ui/core": "^4.0.8",
"@hi-ui/core-css": "^4.1.5",
"@types/react-transition-group": "^4.4.2",
"react": "^17.0.1",
Expand Down
6 changes: 0 additions & 6 deletions packages/ui/locale-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @hi-ui/locale-context

## 4.0.11

### Patch Changes

- [#3063](https://github.com/XiaoMi/hiui/pull/3063) [`33b94abaa`](https://github.com/XiaoMi/hiui/commit/33b94abaa6f8eb432a09c87a0a0a30f400699cdc) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(locale-context): 修改英文前往(#3062)

## 4.0.10

### 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.11",
"version": "4.0.10",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
11 changes: 0 additions & 11 deletions packages/ui/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @hi-ui/modal

## 4.3.0

### Minor Changes

- [#3061](https://github.com/XiaoMi/hiui/pull/3061) [`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)

### Patch Changes

- Updated dependencies [[`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde)]:
- @hi-ui/core@4.0.9

## 4.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.3.0",
"version": "4.2.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -62,12 +62,12 @@
"react-transition-group": "^4.4.2"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.9",
"@hi-ui/core": ">=4.0.8",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.9",
"@hi-ui/core": "^4.0.8",
"@hi-ui/core-css": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
10 changes: 0 additions & 10 deletions packages/ui/picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @hi-ui/picker

## 4.1.7

### Patch Changes

- [#3064](https://github.com/XiaoMi/hiui/pull/3064) [`4d359ad4c`](https://github.com/XiaoMi/hiui/commit/4d359ad4ceffea6bdc9c3cea3958e6b15134ab88) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker): 对外暴露 resetSearch 方法

- Updated dependencies [[`d1d008665`](https://github.com/XiaoMi/hiui/commit/d1d008665affad31204c0720b5861d6085b58dde)]:
- @hi-ui/core@4.0.9
- @hi-ui/loading@4.3.0

## 4.1.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/picker",
"version": "4.1.7",
"version": "4.1.6",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -48,20 +48,20 @@
"@hi-ui/env": "^4.0.5",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/input": "^4.1.1",
"@hi-ui/loading": "^4.3.0",
"@hi-ui/loading": "^4.2.1",
"@hi-ui/popper": "^4.1.5",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-latest": "^4.0.4",
"@hi-ui/use-toggle": "^4.0.4",
"@hi-ui/use-uncontrolled-state": "^4.0.4"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.9",
"@hi-ui/core": ">=4.0.8",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.9",
"@hi-ui/core": "^4.0.8",
"@hi-ui/core-css": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
7 changes: 0 additions & 7 deletions packages/ui/portal-context/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 54d9742

Please sign in to comment.