Skip to content

Commit b19990f

Browse files
committed
chore(release): 1.2.0
1 parent 6fab1cc commit b19990f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [1.2.0](https://github.com/badasukerubin/react-simple-drag-selection/compare/v1.1.1...v1.2.0) (2025-03-15)
6+
7+
8+
### Bug Fixes
9+
10+
* removed onclick event listener on handleMouseUp after drag event ([6fab1cc](https://github.com/badasukerubin/react-simple-drag-selection/commit/6fab1cc51f53f946835948ec91d4d2843fe8c9ca))
11+
* removed onclick event listener on handleMouseUp after drag event ([b7733b1](https://github.com/badasukerubin/react-simple-drag-selection/commit/b7733b1060937ef0d93b5f6c22ba2b7bde62f0c7))
12+
* removed onclick event listener on handleMouseUp after drag event ([1181eb9](https://github.com/badasukerubin/react-simple-drag-selection/commit/1181eb9ab416261e694fbad5c272ec10f07e770c))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@badasukerubin/react-simple-drag-selection",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A react library that provides an efficient and effective drag selection logic.",
55
"scripts": {
66
"rollup": "rollup -c",

0 commit comments

Comments
 (0)