Skip to content

Commit 87691d1

Browse files
chore(release): Release use-long-press v3.2.0-alpha.1 [skip ci]
1 parent 85320f7 commit 87691d1

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.2.0-alpha.1](https://github.com/minwork/react/compare/use-long-press-v3.1.5...use-long-press-v3.2.0-alpha.1) (2023-08-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **use-long-press:** Add proper path to TS typings for ESM ([253c1dd](https://github.com/minwork/react/commit/253c1dde219a8dd3081ced5b20e72eab88824d15))
7+
8+
9+
### Features
10+
11+
* **use-double-tap:** Add and migrate use-double-tap library ([9c8ea05](https://github.com/minwork/react/commit/9c8ea05d12298efcdbe0dce3405db43f941bf673))
12+
113
## [3.1.5](https://github.com/minwork/react/compare/use-long-press-v3.1.4...use-long-press-v3.1.5) (2023-06-07)
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.5",
3+
"version": "3.2.0-alpha.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)