Skip to content

Commit

Permalink
release: v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Mar 25, 2024
1 parent 88e1b01 commit 462404d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.0.21](https://github.com/js-tool-pack/react-ui/compare/v0.0.20...v0.0.21) (2024-03-25)

### Bug Fixes

- **components/virtual-list:** 虚拟列表不定高度时从当 children 数量从多到少时会不显示元素 ([88e1b01](https://github.com/js-tool-pack/react-ui/commit/88e1b01d81499d19224b997e60739ee1ca02b605))

### Features

- **components/loading:** 国际化 ([b94a830](https://github.com/js-tool-pack/react-ui/commit/b94a8308a70718d7d874576fb94d10bbb60a69f3))
- **shared/hooks:** useOldValue ([38f0c6d](https://github.com/js-tool-pack/react-ui/commit/38f0c6ddf0d6d84049db461411a751ad004d3b74))
- **shared/hooks:** useOnline ([4fe7e00](https://github.com/js-tool-pack/react-ui/commit/4fe7e00ccb142635b07b3039fe4ae8b77cdbb619))

## [0.0.20](https://github.com/js-tool-pack/react-ui/compare/v0.0.20-beta.2...v0.0.20) (2024-02-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tool-pack/react-ui-monorepo",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"packageManager": "pnpm@7.1.0",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.20",
"version": "0.0.21",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.20",
"version": "0.0.21",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tool-pack/react-ui",
"version": "0.0.20",
"version": "0.0.21",
"sideEffects": false,
"scripts": {
"rm:dist": "rimraf ./dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.20",
"version": "0.0.21",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit 462404d

Please sign in to comment.