Skip to content

Commit

Permalink
chore(release): Release use-long-press v3.2.1-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 10, 2024
1 parent 25780ea commit c25e035
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/use-long-press/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.2.1-alpha.3](https://github.com/minwork/react/compare/use-long-press-v3.2.1-alpha.2...use-long-press-v3.2.1-alpha.3) (2024-07-10)


### Bug Fixes

* **project:** Fix running test coverage tasks ([394fdde](https://github.com/minwork/react/commit/394fdde6e1c8dc90dd30928dd91a423199bbadf7))


### Refactors

* **use-long-press:** Remove unnecessary window check in useEffect ([25780ea](https://github.com/minwork/react/commit/25780eac0a963bcb4f9524bab533a3813de1b591))

## [3.2.1-alpha.2](https://github.com/minwork/react/compare/use-long-press-v3.2.1-alpha.1...use-long-press-v3.2.1-alpha.2) (2024-07-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.1-alpha.2",
"version": "3.2.1-alpha.3",
"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 c25e035

Please sign in to comment.