Skip to content

Commit

Permalink
release: v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Nov 29, 2023
1 parent 966d1b4 commit 81b8134
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.0.4](https://github.com/js-tool-pack/react-ui/compare/v0.0.3...v0.0.4) (2023-11-29)

### Features

- **components/resizer:** 添加组件参数 onResized ([7978736](https://github.com/js-tool-pack/react-ui/commit/7978736a552a8360d160ede596c2cb4c73ed3e62))
- **components/transition:** 添加对 animation 的支持 ([e9f04df](https://github.com/js-tool-pack/react-ui/commit/e9f04df86c0f04b0d669d934e68af8695f7e02d8))

### Performance Improvements

- **components/resizer:** 简化 resizer 代码 ([3725c75](https://github.com/js-tool-pack/react-ui/commit/3725c756fdacbf1eaa21dae41289d16c69c0f40e))

## [0.0.3](https://github.com/js-tool-pack/react-ui/compare/v0.0.2...v0.0.3) (2023-11-23)

### Bug Fixes
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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit 81b8134

Please sign in to comment.