Skip to content

Commit

Permalink
chore(release): Release use-long-press v3.2.1-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 8, 2023
1 parent 4e65b2a commit c42f180
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.1-alpha.1](https://github.com/minwork/react/compare/use-long-press-v3.2.0...use-long-press-v3.2.1-alpha.1) (2023-12-08)


### Refactors

* **use-long-press:** Recognise events by their type instead of class ([4e65b2a](https://github.com/minwork/react/commit/4e65b2aba13fe7e6eca18da3cff4dfc308696688))

## [3.2.0](https://github.com/minwork/react/compare/use-long-press-v3.1.5...use-long-press-v3.2.0) (2023-08-15)


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",
"version": "3.2.1-alpha.1",
"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 c42f180

Please sign in to comment.