Skip to content

Commit

Permalink
chore(release): Release use-long-press v3.2.0-rc.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 15, 2023
1 parent 8ff90a1 commit 07959da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/use-long-press/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.2.0-rc.2](https://github.com/minwork/react/compare/use-long-press-v3.2.0-rc.1...use-long-press-v3.2.0-rc.2) (2023-08-15)


### Bug Fixes

* **use-long-press:** Prevent casting falsy cancelOnMovement values to false ([8ff90a1](https://github.com/minwork/react/commit/8ff90a1419f594db27dd5f0a3f8a8c33e5739f05))

# [3.2.0-alpha.2](https://github.com/minwork/react/compare/use-long-press-v3.2.0-alpha.1...use-long-press-v3.2.0-alpha.2) (2023-08-14)

# [3.2.0-rc.1](https://github.com/minwork/react/compare/use-long-press-v3.1.5...use-long-press-v3.2.0-rc.1) (2023-08-09)
Expand Down
2 changes: 1 addition & 1 deletion packages/use-long-press/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-long-press",
"version": "3.2.0-alpha.2",
"version": "3.2.0-rc.2",
"description": "React hook for detecting click, tap or point and hold event. Easy to use, highly customizable options, thoroughly tested.",
"author": "minwork",
"license": "MIT",
Expand Down

0 comments on commit 07959da

Please sign in to comment.