Skip to content

Commit def1799

Browse files
chore(release): Release use-long-press v3.1.1 [skip ci]
1 parent 42fc392 commit def1799

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/use-long-press/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.1](https://github.com/minwork/react/compare/use-long-press-v3.1.0...use-long-press-v3.1.1) (2023-04-27)
2+
3+
4+
### Refactors
5+
6+
* **use-long-press:** Handle environments where PointerEvent is not present ([77a2c9d](https://github.com/minwork/react/commit/77a2c9d4098766045a066515e47c71df4fcf3ca6))
7+
18
## [3.1.1-alpha.1](https://github.com/minwork/react/compare/use-long-press-v3.1.0...use-long-press-v3.1.1-alpha.1) (2023-04-27)
29

310

packages/use-long-press/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-long-press",
3-
"version": "3.1.1-alpha.1",
3+
"version": "3.1.1",
44
"description": "React hook for detecting click, tap or point and hold event. Easy to use, highly customizable options, thoroughly tested.",
55
"author": "minwork",
66
"license": "MIT",

0 commit comments

Comments
 (0)