Skip to content

Commit

Permalink
release: v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Dec 9, 2023
1 parent 0352218 commit b7b4e2c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.0.6](https://github.com/js-tool-pack/react-ui/compare/v0.0.5...v0.0.6) (2023-12-09)

### Bug Fixes

- **components/popover:** 修复 Popover 组件在 Slider 组件上拖动时鼠标离开了触发元素仍然不能关闭的问题 ([0d9dd06](https://github.com/js-tool-pack/react-ui/commit/0d9dd06a3cedfb2347472edd380251dd314bc721))

### Features

- **components:** 新增 Slider 组件 ([0f22aaf](https://github.com/js-tool-pack/react-ui/commit/0f22aaf649b92a2e306b20fb6119d5370b764d8f))

## [0.0.5](https://github.com/js-tool-pack/react-ui/compare/v0.0.4...v0.0.5) (2023-12-01)

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

0 comments on commit b7b4e2c

Please sign in to comment.