Skip to content

Commit

Permalink
Merge pull request #2673 from XiaoMi/release/2023-11-21
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Nov 21, 2023
2 parents a3032f9 + fe9a820 commit 198e1e0
Show file tree
Hide file tree
Showing 247 changed files with 2,982 additions and 1,366 deletions.
125 changes: 0 additions & 125 deletions .changeset/itchy-sheep-add.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/metal-onions-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-flowers-matter.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.3

### Patch Changes

- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件

## 4.1.2

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

## 4.0.6

### Patch Changes

- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件

- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]:
- @hi-ui/core-css@4.1.3
- @hi-ui/locale-context@4.0.6

## 4.0.5

### Patch Changes
Expand Down
10 changes: 4 additions & 6 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.5",
"version": "4.0.6",
"description": "A sub-package for @hi-ui/utils.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -42,11 +42,9 @@
"bugs": {
"url": "https://github.com/XiaoMi/hiui/issues"
},
"devDependencies": {

},
"devDependencies": {},
"dependencies": {
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/locale-context": "^4.0.5"
"@hi-ui/core-css": "^4.1.3",
"@hi-ui/locale-context": "^4.0.6"
}
}
32 changes: 32 additions & 0 deletions packages/hooks/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# @hi-ui/hooks

## 4.0.7

### Patch Changes

- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件

- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]:
- @hi-ui/use-async-data@4.0.2
- @hi-ui/use-cache@4.0.2
- @hi-ui/use-check@4.0.3
- @hi-ui/use-check-state@4.0.2
- @hi-ui/use-children@4.0.2
- @hi-ui/use-data-source@4.0.2
- @hi-ui/use-deep-equal-deps@4.0.2
- @hi-ui/use-did-mount@4.0.2
- @hi-ui/use-drag-sorter@4.0.2
- @hi-ui/use-force-update@4.0.2
- @hi-ui/use-id@4.0.2
- @hi-ui/use-latest@4.0.2
- @hi-ui/use-lazy-render@4.0.2
- @hi-ui/use-merge-refs@4.0.2
- @hi-ui/use-outside-click@4.0.2
- @hi-ui/use-scroll@4.0.3
- @hi-ui/use-scroll-lock@4.0.2
- @hi-ui/use-search-mode@4.1.2
- @hi-ui/use-timeout@4.0.2
- @hi-ui/use-toggle@4.0.2
- @hi-ui/use-uncontrolled-state@4.0.2
- @hi-ui/use-unmount-effect@4.0.2
- @hi-ui/use-update-effect@4.0.2
49 changes: 24 additions & 25 deletions packages/hooks/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hooks",
"version": "4.0.6",
"version": "4.0.7",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -46,32 +46,31 @@
"react": ">=16.8.6"
},
"devDependencies": {

"react": "^17.0.1"
},
"dependencies": {
"@hi-ui/use-async-data": "^4.0.1",
"@hi-ui/use-cache": "^4.0.1",
"@hi-ui/use-check": "^4.0.2",
"@hi-ui/use-check-state": "^4.0.1",
"@hi-ui/use-children": "^4.0.1",
"@hi-ui/use-data-source": "^4.0.1",
"@hi-ui/use-deep-equal-deps": "^4.0.1",
"@hi-ui/use-did-mount": "^4.0.1",
"@hi-ui/use-drag-sorter": "^4.0.1",
"@hi-ui/use-force-update": "^4.0.1",
"@hi-ui/use-id": "^4.0.1",
"@hi-ui/use-latest": "^4.0.1",
"@hi-ui/use-lazy-render": "^4.0.1",
"@hi-ui/use-merge-refs": "^4.0.1",
"@hi-ui/use-outside-click": "^4.0.1",
"@hi-ui/use-scroll": "^4.0.2",
"@hi-ui/use-scroll-lock": "^4.0.1",
"@hi-ui/use-search-mode": "^4.0.6",
"@hi-ui/use-timeout": "^4.0.1",
"@hi-ui/use-toggle": "^4.0.1",
"@hi-ui/use-uncontrolled-state": "^4.0.1",
"@hi-ui/use-unmount-effect": "^4.0.1",
"@hi-ui/use-update-effect": "^4.0.1"
"@hi-ui/use-async-data": "^4.0.2",
"@hi-ui/use-cache": "^4.0.2",
"@hi-ui/use-check": "^4.0.3",
"@hi-ui/use-check-state": "^4.0.2",
"@hi-ui/use-children": "^4.0.2",
"@hi-ui/use-data-source": "^4.0.2",
"@hi-ui/use-deep-equal-deps": "^4.0.2",
"@hi-ui/use-did-mount": "^4.0.2",
"@hi-ui/use-drag-sorter": "^4.0.2",
"@hi-ui/use-force-update": "^4.0.2",
"@hi-ui/use-id": "^4.0.2",
"@hi-ui/use-latest": "^4.0.2",
"@hi-ui/use-lazy-render": "^4.0.2",
"@hi-ui/use-merge-refs": "^4.0.2",
"@hi-ui/use-outside-click": "^4.0.2",
"@hi-ui/use-scroll": "^4.0.3",
"@hi-ui/use-scroll-lock": "^4.0.2",
"@hi-ui/use-search-mode": "^4.1.2",
"@hi-ui/use-timeout": "^4.0.2",
"@hi-ui/use-toggle": "^4.0.2",
"@hi-ui/use-uncontrolled-state": "^4.0.2",
"@hi-ui/use-unmount-effect": "^4.0.2",
"@hi-ui/use-update-effect": "^4.0.2"
}
}
11 changes: 11 additions & 0 deletions packages/hooks/use-async-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @hi-ui/use-async-data

## 4.0.2

### Patch Changes

- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件

- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]:
- @hi-ui/use-latest@4.0.2
- @hi-ui/type-assertion@4.0.2
7 changes: 3 additions & 4 deletions packages/hooks/use-async-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-async-data",
"version": "4.0.1",
"version": "4.0.2",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -46,11 +46,10 @@
"react": ">=16.8.6"
},
"devDependencies": {

"react": "^17.0.1"
},
"dependencies": {
"@hi-ui/type-assertion": "^4.0.1",
"@hi-ui/use-latest": "^4.0.1"
"@hi-ui/type-assertion": "^4.0.2",
"@hi-ui/use-latest": "^4.0.2"
}
}
7 changes: 7 additions & 0 deletions packages/hooks/use-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hi-ui/use-cache

## 4.0.2

### Patch Changes

- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件
3 changes: 1 addition & 2 deletions packages/hooks/use-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-cache",
"version": "4.0.1",
"version": "4.0.2",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -46,7 +46,6 @@
"react": ">=16.8.6"
},
"devDependencies": {

"react": "^17.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/hooks/use-check-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hi-ui/use-check-state

## 4.0.2

### Patch Changes

- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件
3 changes: 1 addition & 2 deletions packages/hooks/use-check-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-check-state",
"version": "4.0.1",
"version": "4.0.2",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -46,7 +46,6 @@
"react": ">=16.8.6"
},
"devDependencies": {

"react": "^17.0.1"
}
}
12 changes: 12 additions & 0 deletions packages/hooks/use-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @hi-ui/use-check

## 4.0.3

### Patch Changes

- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件

- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]:
- @hi-ui/use-latest@4.0.2
- @hi-ui/use-uncontrolled-state@4.0.2
- @hi-ui/tree-utils@4.1.2
Loading

0 comments on commit 198e1e0

Please sign in to comment.