Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #3043

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Release #3043

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/good-comics-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-bees-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-mirrors-turn.md

This file was deleted.

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

## 4.8.1

### Patch Changes

- [#3042](https://github.com/XiaoMi/hiui/pull/3042) [`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(scrollbar): Scrollbar 组件中去掉 perfect-scrollbar 依赖,因为通过 patch-package 修改了这个库的源码,所以必现将依赖去掉,这样才能将修改的源码打包到 Scrollbar 组件的 lib 中

- [#3041](https://github.com/XiaoMi/hiui/pull/3041) [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复分页器被遮挡的问题 (#3040)

- Updated dependencies [[`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f), [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb)]:
- @hi-ui/[email protected]
- @hi-ui/[email protected]

## 4.8.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.8.0",
"version": "4.8.1",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@hi-ui/modal": "^4.2.0",
"@hi-ui/notification": "^4.2.1",
"@hi-ui/number-input": "^4.2.0",
"@hi-ui/pagination": "^4.0.17",
"@hi-ui/pagination": "^4.1.0",
"@hi-ui/picker": "^4.1.6",
"@hi-ui/pop-confirm": "^4.2.5",
"@hi-ui/popover": "^4.1.1",
Expand All @@ -88,7 +88,7 @@
"@hi-ui/radio": "^4.1.4",
"@hi-ui/rating": "^4.0.10",
"@hi-ui/result": "^4.0.8",
"@hi-ui/scrollbar": "^4.2.0",
"@hi-ui/scrollbar": "^4.2.1",
"@hi-ui/search": "^4.1.0",
"@hi-ui/select": "^4.6.0",
"@hi-ui/slider": "^4.0.11",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/pagination

## 4.1.0

### Minor Changes

- [#3041](https://github.com/XiaoMi/hiui/pull/3041) [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(pagination): Add pageSizeOptionsOverlay api (#3040)

## 4.0.17

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

## 4.2.1

### Patch Changes

- [#3042](https://github.com/XiaoMi/hiui/pull/3042) [`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(scrollbar): Scrollbar 组件中去掉 perfect-scrollbar 依赖,因为通过 patch-package 修改了这个库的源码,所以必现将依赖去掉,这样才能将修改的源码打包到 Scrollbar 组件的 lib 中

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/scrollbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/scrollbar",
"version": "4.2.0",
"version": "4.2.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HIUI <[email protected]>",
Expand Down
Loading