We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab549e commit eba58c8Copy full SHA for eba58c8
packages/use-double-tap/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.3.5-rc.1](https://github.com/minwork/react/compare/use-double-tap-v1.3.4...use-double-tap-v1.3.5-rc.1) (2023-07-05)
2
+
3
4
+### Bug Fixes
5
6
+* **use-double-tap:** Remove invalid exports ([6bd8dce](https://github.com/minwork/react/commit/6bd8dcedc1fa539b8f6702d372aadd665b57084e))
7
8
## [1.3.5-alpha.1](https://github.com/minwork/react/compare/use-double-tap-v1.3.4...use-double-tap-v1.3.5-alpha.1) (2023-07-02)
9
10
packages/use-double-tap/package.json
@@ -1,6 +1,6 @@
{
"name": "use-double-tap",
- "version": "1.3.5-alpha.1",
+ "version": "1.3.5-rc.1",
"description": "React hook for handling double tap on mobile devices",
"author": "minwork",
"license": "MIT",
0 commit comments