Skip to content

Commit

Permalink
Merge pull request XiaoMi#2792 from XiaoMi/release/2024-04-12
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Apr 12, 2024
2 parents b345f27 + a89db53 commit f9ba977
Show file tree
Hide file tree
Showing 167 changed files with 1,504 additions and 564 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-pans-matter.md

This file was deleted.

86 changes: 0 additions & 86 deletions .changeset/good-books-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-plums-greet.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hi-ui/icons

## 4.0.19

### Patch Changes

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
- @hi-ui/env@4.0.5
- @hi-ui/classname@4.0.5

## 4.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/icons",
"version": "4.0.18",
"version": "4.0.19",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -49,8 +49,8 @@
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4"
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hi-ui/alert

## 4.1.4

### Patch Changes

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
- @hi-ui/env@4.0.5
- @hi-ui/icons@4.0.19
- @hi-ui/icon-button@4.0.9
- @hi-ui/classname@4.0.5

## 4.1.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/alert",
"version": "4.1.3",
"version": "4.1.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -43,10 +43,10 @@
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4",
"@hi-ui/icon-button": "^4.0.8",
"@hi-ui/icons": "^4.0.18",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5",
"@hi-ui/icon-button": "^4.0.9",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/use-latest": "^4.0.4",
"@hi-ui/use-timeout": "^4.0.4"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hi-ui/anchor

## 4.0.9

### Patch Changes

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
- @hi-ui/env@4.0.5
- @hi-ui/classname@4.0.5

## 4.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/anchor",
"version": "4.0.8",
"version": "4.0.9",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -43,9 +43,9 @@
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/classname": "^4.0.4",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/dom-utils": "^4.0.7",
"@hi-ui/env": "^4.0.4",
"@hi-ui/env": "^4.0.5",
"@hi-ui/react-utils": "^4.0.4",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-registry": "^4.0.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hi-ui/avatar

## 4.0.8

### Patch Changes

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
- @hi-ui/env@4.0.5
- @hi-ui/icons@4.0.19
- @hi-ui/classname@4.0.5

## 4.0.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/avatar",
"version": "4.0.7",
"version": "4.0.8",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -43,9 +43,9 @@
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4",
"@hi-ui/icons": "^4.0.18",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/use-latest": "^4.0.4"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/back-top/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hi-ui/back-top

## 4.0.8

### Patch Changes

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
- @hi-ui/env@4.0.5
- @hi-ui/icons@4.0.19
- @hi-ui/tooltip@4.0.11
- @hi-ui/classname@4.0.5

## 4.0.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/back-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/back-top",
"version": "4.0.7",
"version": "4.0.8",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -43,10 +43,10 @@
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4",
"@hi-ui/icons": "^4.0.18",
"@hi-ui/tooltip": "^4.0.10",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/tooltip": "^4.0.11",
"@hi-ui/use-did-mount": "^4.0.4",
"@hi-ui/use-latest": "^4.0.4",
"@hi-ui/use-scroll": "^4.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hi-ui/badge

## 4.0.10

### Patch Changes

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
- @hi-ui/env@4.0.5
- @hi-ui/classname@4.0.5

## 4.0.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/badge",
"version": "4.0.9",
"version": "4.0.10",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -43,8 +43,8 @@
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5",
"@hi-ui/type-assertion": "^4.0.4"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hi-ui/breadcrumb

## 4.0.8

### Patch Changes

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
- @hi-ui/env@4.0.5
- @hi-ui/classname@4.0.5

## 4.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/breadcrumb",
"version": "4.0.7",
"version": "4.0.8",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -43,8 +43,8 @@
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4"
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.8",
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hi-ui/button

## 4.0.10

### Patch Changes

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
- @hi-ui/env@4.0.5
- @hi-ui/classname@4.0.5

## 4.0.9

### Patch Changes
Expand Down
6 changes: 3 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.9",
"version": "4.0.10",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -43,8 +43,8 @@
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4"
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.8",
Expand Down
Loading

0 comments on commit f9ba977

Please sign in to comment.