diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f371b0c..885687ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f047a4ea..ae0b3386 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/packages/components/package.json b/packages/components/package.json index fd8b59f9..8b7d3554 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "types": "dist/index.d.ts", "main": "dist/index.js", "private": true, diff --git a/packages/icons/package.json b/packages/icons/package.json index b3a12c98..521bcf57 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "types": "dist/index.d.ts", "main": "dist/index.js", "private": true, diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index c20e6225..57cdfe8c 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tool-pack/react-ui", - "version": "0.0.2", + "version": "0.0.3", "sideEffects": false, "scripts": { "rm:dist": "rimraf ./dist", diff --git a/packages/shared/package.json b/packages/shared/package.json index 0981d5fe..5b8adab1 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "types": "dist/index.d.ts", "main": "dist/index.js", "private": true,