diff --git a/packages/use-long-press/CHANGELOG.md b/packages/use-long-press/CHANGELOG.md index c630dab..7cbd4e5 100644 --- a/packages/use-long-press/CHANGELOG.md +++ b/packages/use-long-press/CHANGELOG.md @@ -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) diff --git a/packages/use-long-press/package.json b/packages/use-long-press/package.json index 3723ba6..fb8589e 100644 --- a/packages/use-long-press/package.json +++ b/packages/use-long-press/package.json @@ -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",