use-long-press
Advanced tools
Comparing version 3.0.2-alpha.1 to 3.0.2-alpha.2
@@ -0,1 +1,8 @@ | ||
## [3.0.2-alpha.1](https://github.com/minwork/react/compare/use-long-press-v3.0.1...use-long-press-v3.0.2-alpha.1) (2023-04-19) | ||
### Bug Fixes | ||
* **use-long-press:** Add README.md and CHANGELOG.md to package build output ([a292243](https://github.com/minwork/react/commit/a2922435f809a30ae11c3f2a7ee45476a5aa7ec7)) | ||
## [3.0.1](https://github.com/minwork/react/compare/use-long-press-v3.0.0...use-long-press-v3.0.1) (2023-04-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "use-long-press", | ||
"version": "3.0.2-alpha.1", | ||
"version": "3.0.2-alpha.2", | ||
"description": "React hook for detecting click, tap or point and hold event. Easy to use, highly customizable options, thoroughly tested.", | ||
@@ -5,0 +5,0 @@ "author": "minwork", |
@@ -301,3 +301,3 @@ # React Long Press Hook :point_down: | ||
List of changes made with each version can be found [here](CHANGELOG.md) | ||
List of changes made with each version can be found [here](https://github.com/minwork/react/blob/main/packages/use-long-press/CHANGELOG.md) | ||
@@ -304,0 +304,0 @@ # FAQ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43669