Skip to content

Commit

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

### Bug Fixes

- **components/popover:** [#61](https://github.com/js-tool-pack/react-ui/issues/61) ([e81c693](https://github.com/js-tool-pack/react-ui/commit/e81c693e87389ed90a09611927a1ea8892225c95))
- **components/popover:** 修复鼠标离开时可能rxjs 报错的问题 ([92c18ab](https://github.com/js-tool-pack/react-ui/commit/92c18abc1c460f5637f5079b272281ccb6ee601a))

## [0.0.2](https://github.com/js-tool-pack/react-ui/compare/v0.0.2-beta.3...v0.0.2) (2023-11-22)

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

0 comments on commit d2381a1

Please sign in to comment.