Skip to content

Commit 30c8afa

Browse files
chore(release): Release use-double-tap v1.3.6 [skip ci]
1 parent 9673e63 commit 30c8afa

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/use-double-tap/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.3.6](https://github.com/minwork/react/compare/use-double-tap-v1.3.5...use-double-tap-v1.3.6) (2023-08-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **use-double-tap:** Add proper path to TS typings for ESM ([dbfbb03](https://github.com/minwork/react/commit/dbfbb03ea3214dc51950f818acd9fee421c8a4ea))
7+
8+
9+
### Build config
10+
11+
* **deps:** bump word-wrap from 1.2.3 to 1.2.5 ([232430b](https://github.com/minwork/react/commit/232430b3adc80e024128b6f49f1d5f5537323bed))
12+
* **use-double-tap:** Move semantic-release config to project.json ([738531e](https://github.com/minwork/react/commit/738531e18041d464be6f666af4832e08f536350d))
13+
* **use-double-tap:** Remove empty options object from semantic-release executor config ([c071848](https://github.com/minwork/react/commit/c0718484acbf8d34b22d25b936eff4c1876da63c))
14+
* **use-long-press:** Migrate semantic release pipeline to nx-semantic-release ([1f8f239](https://github.com/minwork/react/commit/1f8f239b60d22fe3301e50b21306486302fca4f7))
15+
16+
17+
### Documentation
18+
19+
* **use-double-tap:** Fix link to documentation ([ea43630](https://github.com/minwork/react/commit/ea43630ec4fb26549dbd45f28638d20396ab5ddd))
20+
* **use-double-tap:** Move documentation to gitbook ([b67574e](https://github.com/minwork/react/commit/b67574e12a943dc3ac2c596435dba6f0e368fb2f))
21+
122
## [1.3.6-alpha.4](https://github.com/minwork/react/compare/use-double-tap-v1.3.6-alpha.3...use-double-tap-v1.3.6-alpha.4) (2023-08-27)
223

324

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.6-alpha.4",
3+
"version": "1.3.6",
44
"description": "React hook for handling double tap on mobile devices",
55
"author": "minwork",
66
"license": "MIT",

0 commit comments

Comments
 (0)