Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Jun 13, 2024
1 parent 0b3d69a commit 60438f7
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.1.0](https://github.com/js-tool-pack/react-ui/compare/v0.0.23...v0.1.0) (2024-06-13)

### Bug Fixes

- **components:** 排除从react-dom/client导包 ([b7467bc](https://github.com/js-tool-pack/react-ui/commit/b7467bc6f1b5a688da6a3c724f8a5cc4ddf164e1))

## [0.0.23](https://github.com/js-tool-pack/react-ui/compare/v0.0.22...v0.0.23) (2024-06-12)

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

0 comments on commit 60438f7

Please sign in to comment.