Skip to content

Commit fedca5d

Browse files
chore(release): Release use-long-press v3.1.2-rc.1 [skip ci]
1 parent 0228301 commit fedca5d

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.2-rc.1](https://github.com/minwork/react/compare/use-long-press-v3.1.1...use-long-press-v3.1.2-rc.1) (2023-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **use-long-press:** Handle case when 'window' is not present ([58a7a95](https://github.com/minwork/react/commit/58a7a95d0b739e9c87535b1647ac6f41353735dc))
7+
18
## [3.1.2-alpha.1](https://github.com/minwork/react/compare/use-long-press-v3.1.1...use-long-press-v3.1.2-alpha.1) (2023-04-28)
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.2-alpha.1",
3+
"version": "3.1.2-rc.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)