Skip to content

Commit 02b03de

Browse files
committed
chore(release): Release use-double-tap 1.3.7 [skip ci]
1 parent c6d9517 commit 02b03de

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

packages/use-double-tap/CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## 1.3.7 (2025-03-16)
2+
3+
### 🚀 Features
4+
5+
- **storybook-host:** Add Vercel Analytics in form of Storybook addon ([1103f48](https://github.com/minwork/react/commit/1103f48))
6+
- **storybook-host:** Create storybook lib and add stories for Long Press Hook ([b206ad4](https://github.com/minwork/react/commit/b206ad4))
7+
8+
### 🩹 Fixes
9+
10+
- **project:** Fix running test coverage tasks ([394fdde](https://github.com/minwork/react/commit/394fdde))
11+
12+
### 💅 Refactors
13+
14+
- **react-interval-hook:** Move hook code to react monorepo ([1ce9766](https://github.com/minwork/react/commit/1ce9766))
15+
16+
### 📖 Documentation
17+
18+
- **project:** Update links for Long press hook section ([f59e8b8](https://github.com/minwork/react/commit/f59e8b8))
19+
- **use-double-tap:** Add basic usage example to README ([5b968b3](https://github.com/minwork/react/commit/5b968b3))
20+
- **README:** Restore bundle size badge for all libraries ([cc40996](https://github.com/minwork/react/commit/cc40996))
21+
- **README:** Refactor the README for clearer formatting ([59c185a](https://github.com/minwork/react/commit/59c185a))
22+
- **README:** Refactor main README file ([7a5e045](https://github.com/minwork/react/commit/7a5e045))
23+
- **use-double-tap:** Replace package README image and unify badges ([9043a81](https://github.com/minwork/react/commit/9043a81))
24+
- **README:** Add what's new section ([826bd51](https://github.com/minwork/react/commit/826bd51))
25+
- **README:** Update react-interval-hook description ([893cd05](https://github.com/minwork/react/commit/893cd05))
26+
- **README:** Stylistic changes to main README ([aadaf67](https://github.com/minwork/react/commit/aadaf67))
27+
28+
### 📦 Build
29+
30+
- **project:** Resolve packages resolutions validation errors ([ae96d2d](https://github.com/minwork/react/commit/ae96d2d))
31+
- **deps:** bump rollup from 2.79.1 to 2.79.2 ([#45](https://github.com/minwork/react/pull/45))
32+
- **pr:** Update node versions matrix ([a3e3dc7](https://github.com/minwork/react/commit/a3e3dc7))
33+
- **pr:** Enable Corepack to use the newest Yarn version ([9f31d44](https://github.com/minwork/react/commit/9f31d44))
34+
- **pr:** Update PR check node and action versions ([233ef73](https://github.com/minwork/react/commit/233ef73))
35+
- **deps:** bump cross-spawn from 7.0.3 to 7.0.6 ([3b7ce9b](https://github.com/minwork/react/commit/3b7ce9b))
36+
- **workflows:** Add react-interval-hook to test workflow ([1983df2](https://github.com/minwork/react/commit/1983df2))
37+
- **workflows:** Separate build and test workflow ([14d31f8](https://github.com/minwork/react/commit/14d31f8))
38+
39+
### ❤️ Thank You
40+
41+
- minwork @minwork
42+
143
## 1.3.7-preview.0 (2025-03-01)
244

345
### 🚀 Features

packages/use-double-tap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-double-tap",
3-
"version": "1.3.7-preview.0",
3+
"version": "1.3.7",
44
"description": "React hook for handling double tap on mobile devices",
55
"author": "minwork",
66
"license": "MIT",

0 commit comments

Comments
 (0)