Skip to content

Commit 073ba0b

Browse files
chore(release): Release use-long-press v3.2.0-alpha.3 [skip ci]
1 parent 67c23b2 commit 073ba0b

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.2.0-alpha.3](https://github.com/minwork/react/compare/use-long-press-v3.2.0-alpha.2...use-long-press-v3.2.0-alpha.3) (2023-08-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **use-long-press:** Prevent casting falsy cancelOnMovement values to false ([8ff90a1](https://github.com/minwork/react/commit/8ff90a1419f594db27dd5f0a3f8a8c33e5739f05))
7+
8+
9+
### Build config
10+
11+
* **project:** Fix creating CHANGELOG sections on release ([6729a36](https://github.com/minwork/react/commit/6729a36661c2c8c1830e1788104b5223ce8d2442))
12+
* **use-long-press:** Move semantic release config to project.json ([67c23b2](https://github.com/minwork/react/commit/67c23b291b0450bf166efcec5ccfc0c575184fb2))
13+
114
# [3.2.0-rc.3](https://github.com/minwork/react/compare/use-long-press-v3.2.0-rc.2...use-long-press-v3.2.0-rc.3) (2023-08-15)
215

316
# [3.2.0-rc.2](https://github.com/minwork/react/compare/use-long-press-v3.2.0-rc.1...use-long-press-v3.2.0-rc.2) (2023-08-15)

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