Skip to content

Commit 067d71f

Browse files
chore(release): Release use-long-press v3.1.0-alpha.2 [skip ci]
1 parent 68c1616 commit 067d71f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/use-long-press/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [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)
2+
3+
4+
### Documentation
5+
6+
* **use-long-press:** Add documentation for 'cancelOutsideElement' option ([d8d9b7e](https://github.com/minwork/react/commit/d8d9b7ee28e3d760ef93a7bf5fd92ee8a28875ed))
7+
8+
9+
### Build config
10+
11+
* **use-long-press:** Add 'Documentation' section to changelog ([68c1616](https://github.com/minwork/react/commit/68c1616b777be3fe562bfc53df87d1cd5357f93f))
12+
* **use-long-press:** Add GitHub plugin to semantic-release config ([9a5ab95](https://github.com/minwork/react/commit/9a5ab95f3c3f76a951a07a3337ad37775394dd35))
13+
114
## [3.1.0-alpha.1](https://github.com/minwork/react/compare/use-long-press-v3.0.4...use-long-press-v3.1.0-alpha.1) (2023-04-22)
215

316

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