Skip to content

Commit 93d86b3

Browse files
chore(release): Release use-long-press v3.1.4-alpha.1 [skip ci]
1 parent 84bd6e0 commit 93d86b3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/use-long-press/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.1.4-alpha.1](https://github.com/minwork/react/compare/use-long-press-v3.1.3...use-long-press-v3.1.4-alpha.1) (2023-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **use-long-press:** Make safer check for "window" presence ([9e0e9ac](https://github.com/minwork/react/commit/9e0e9acf8517e845c02e166eb1ee9ff2ca765b3b))
7+
* **use-long-press:** Properly handle multiple bind calls with different contexts ([84bd6e0](https://github.com/minwork/react/commit/84bd6e0464ebeb0c698709fa3d50c9aaddec5ad7))
8+
19
## [3.1.3](https://github.com/minwork/react/compare/use-long-press-v3.1.2...use-long-press-v3.1.3) (2023-04-28)
210

311

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