Skip to content

Commit

Permalink
chore(release): v1.8.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 23, 2024
1 parent 9a6b90e commit 84e5143
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.8.2](https://github.com/linxianxi/react-selectable-box/compare/v1.8.1...v1.8.2) (2024-02-23)

### Bug Fixes

- isSelecting should be correct when starting box selection ([#30](https://github.com/linxianxi/react-selectable-box/issues/30)) ([9a6b90e](https://github.com/linxianxi/react-selectable-box/commit/9a6b90efcd0072e24a17fcb2a8b21db385fde782))

## [1.8.1](https://github.com/linxianxi/react-selectable-box/compare/v1.8.0...v1.8.1) (2024-02-19)

### 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": "react-selectable-box",
"version": "1.8.1",
"version": "1.8.2",
"description": "A React component that allows you to select elements in the drag area using the mouse",
"keywords": [
"react",
Expand Down

0 comments on commit 84e5143

Please sign in to comment.