Skip to content

Commit bc2eb84

Browse files
chore(release): Release use-long-press v3.1.0-alpha.3 [skip ci]
1 parent fc0e1a9 commit bc2eb84

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/use-long-press/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.1.0-alpha.3](https://github.com/minwork/react/compare/use-long-press-v3.1.0-alpha.2...use-long-press-v3.1.0-alpha.3) (2023-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **use-long-press:** Change cancelOutsideElement option default value and adjust tests ([fc0e1a9](https://github.com/minwork/react/commit/fc0e1a9e465e0fac6ae49fdbeadf95e0949188a1))
7+
8+
9+
### Documentation
10+
11+
* **use-long-press:** Add missing section link to ToC ([e06f2eb](https://github.com/minwork/react/commit/e06f2eb5567150b05f412945a4b42a154ab7e374))
12+
113
## [3.1.0-alpha.2](https://github.com/minwork/react/compare/use-long-press-v3.1.0-alpha.1...use-long-press-v3.1.0-alpha.2) (2023-04-26)
214

315

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.0-alpha.2",
3+
"version": "3.1.0-alpha.3",
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)