Skip to content

Commit f58f06f

Browse files
chore(release): Release use-long-press v3.1.0 [skip ci]
1 parent 7db1860 commit f58f06f

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

packages/use-long-press/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [3.1.0](https://github.com/minwork/react/compare/use-long-press-v3.0.4...use-long-press-v3.1.0) (2023-04-26)
2+
3+
4+
### Features
5+
6+
* **use-long-press:** Add option to cancel long press when moved outside element ([34b6892](https://github.com/minwork/react/commit/34b6892abda8eb28a8178842dd2776a372d7bed0))
7+
8+
9+
### Bug Fixes
10+
11+
* **use-long-press:** Change cancelOutsideElement option default value and adjust tests ([fc0e1a9](https://github.com/minwork/react/commit/fc0e1a9e465e0fac6ae49fdbeadf95e0949188a1))
12+
13+
14+
### Build config
15+
16+
* **use-long-press:** Add 'Documentation' section to changelog ([68c1616](https://github.com/minwork/react/commit/68c1616b777be3fe562bfc53df87d1cd5357f93f))
17+
* **use-long-press:** Add GitHub plugin to semantic-release config ([9a5ab95](https://github.com/minwork/react/commit/9a5ab95f3c3f76a951a07a3337ad37775394dd35))
18+
19+
20+
### Documentation
21+
22+
* **use-long-press:** Add documentation for 'cancelOutsideElement' option ([d8d9b7e](https://github.com/minwork/react/commit/d8d9b7ee28e3d760ef93a7bf5fd92ee8a28875ed))
23+
* **use-long-press:** Add missing section link to ToC ([e06f2eb](https://github.com/minwork/react/commit/e06f2eb5567150b05f412945a4b42a154ab7e374))
24+
* **use-long-press:** Update main features list ([585eb38](https://github.com/minwork/react/commit/585eb388bb7c4974bf14a3967e7da2d248b52705))
25+
126
## [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)
227

328

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