Skip to content

Commit

Permalink
release: v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Jun 12, 2024
1 parent e5038ed commit 2996aea
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.23](https://github.com/js-tool-pack/react-ui/compare/v0.0.22...v0.0.23) (2024-06-12)

### Features

- **shared:** 新增 mergeReactDefaultProps 工具函数 ([abd79c6](https://github.com/js-tool-pack/react-ui/commit/abd79c6969d88a4901cb183fb547aaf8b28edc9b))

## [0.0.22](https://github.com/js-tool-pack/react-ui/compare/v0.0.21...v0.0.22) (2024-06-09)

### 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.22",
"version": "0.0.23",
"private": true,
"packageManager": "pnpm@9.3.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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit 2996aea

Please sign in to comment.