From 30c8afa0ad9f891837ae97335e666144c130bc33 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Aug 2023 18:44:22 +0000 Subject: [PATCH] chore(release): Release use-double-tap v1.3.6 [skip ci] --- packages/use-double-tap/CHANGELOG.md | 21 +++++++++++++++++++++ packages/use-double-tap/package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/packages/use-double-tap/CHANGELOG.md b/packages/use-double-tap/CHANGELOG.md index b844e10..4ec97d0 100644 --- a/packages/use-double-tap/CHANGELOG.md +++ b/packages/use-double-tap/CHANGELOG.md @@ -1,3 +1,24 @@ +## [1.3.6](https://github.com/minwork/react/compare/use-double-tap-v1.3.5...use-double-tap-v1.3.6) (2023-08-27) + + +### Bug Fixes + +* **use-double-tap:** Add proper path to TS typings for ESM ([dbfbb03](https://github.com/minwork/react/commit/dbfbb03ea3214dc51950f818acd9fee421c8a4ea)) + + +### Build config + +* **deps:** bump word-wrap from 1.2.3 to 1.2.5 ([232430b](https://github.com/minwork/react/commit/232430b3adc80e024128b6f49f1d5f5537323bed)) +* **use-double-tap:** Move semantic-release config to project.json ([738531e](https://github.com/minwork/react/commit/738531e18041d464be6f666af4832e08f536350d)) +* **use-double-tap:** Remove empty options object from semantic-release executor config ([c071848](https://github.com/minwork/react/commit/c0718484acbf8d34b22d25b936eff4c1876da63c)) +* **use-long-press:** Migrate semantic release pipeline to nx-semantic-release ([1f8f239](https://github.com/minwork/react/commit/1f8f239b60d22fe3301e50b21306486302fca4f7)) + + +### Documentation + +* **use-double-tap:** Fix link to documentation ([ea43630](https://github.com/minwork/react/commit/ea43630ec4fb26549dbd45f28638d20396ab5ddd)) +* **use-double-tap:** Move documentation to gitbook ([b67574e](https://github.com/minwork/react/commit/b67574e12a943dc3ac2c596435dba6f0e368fb2f)) + ## [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) diff --git a/packages/use-double-tap/package.json b/packages/use-double-tap/package.json index 46cc53e..fd368ea 100644 --- a/packages/use-double-tap/package.json +++ b/packages/use-double-tap/package.json @@ -1,6 +1,6 @@ { "name": "use-double-tap", - "version": "1.3.6-alpha.4", + "version": "1.3.6", "description": "React hook for handling double tap on mobile devices", "author": "minwork", "license": "MIT",