Skip to content

Commit 462404d

Browse files
committed
release: v0.0.21
1 parent 88e1b01 commit 462404d

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.0.21](https://github.com/js-tool-pack/react-ui/compare/v0.0.20...v0.0.21) (2024-03-25)
2+
3+
### Bug Fixes
4+
5+
- **components/virtual-list:** 虚拟列表不定高度时从当 children 数量从多到少时会不显示元素 ([88e1b01](https://github.com/js-tool-pack/react-ui/commit/88e1b01d81499d19224b997e60739ee1ca02b605))
6+
7+
### Features
8+
9+
- **components/loading:** 国际化 ([b94a830](https://github.com/js-tool-pack/react-ui/commit/b94a8308a70718d7d874576fb94d10bbb60a69f3))
10+
- **shared/hooks:** useOldValue ([38f0c6d](https://github.com/js-tool-pack/react-ui/commit/38f0c6ddf0d6d84049db461411a751ad004d3b74))
11+
- **shared/hooks:** useOnline ([4fe7e00](https://github.com/js-tool-pack/react-ui/commit/4fe7e00ccb142635b07b3039fe4ae8b77cdbb619))
12+
113
## [0.0.20](https://github.com/js-tool-pack/react-ui/compare/v0.0.20-beta.2...v0.0.20) (2024-02-19)
214

315
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tool-pack/react-ui-monorepo",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"private": true,
55
"packageManager": "pnpm@7.1.0",
66
"workspaces": [

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.20",
2+
"version": "0.0.21",
33
"types": "dist/index.d.ts",
44
"main": "dist/index.js",
55
"private": true,

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.20",
2+
"version": "0.0.21",
33
"types": "dist/index.d.ts",
44
"main": "dist/index.js",
55
"private": true,

packages/react-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tool-pack/react-ui",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"sideEffects": false,
55
"scripts": {
66
"rm:dist": "rimraf ./dist",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.20",
2+
"version": "0.0.21",
33
"types": "dist/index.d.ts",
44
"main": "dist/index.js",
55
"private": true,

0 commit comments

Comments
 (0)