Skip to content

Commit

Permalink
chore(release): Release use-long-press v3.2.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 9, 2023
1 parent 232430b commit 90388ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/use-long-press/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.2.0-rc.1](https://github.com/minwork/react/compare/use-long-press-v3.1.5...use-long-press-v3.2.0-rc.1) (2023-08-09)


### Bug Fixes

* **use-long-press:** Add proper path to TS typings for ESM ([253c1dd](https://github.com/minwork/react/commit/253c1dde219a8dd3081ced5b20e72eab88824d15))


### Features

* **use-double-tap:** Add and migrate use-double-tap library ([9c8ea05](https://github.com/minwork/react/commit/9c8ea05d12298efcdbe0dce3405db43f941bf673))

# [3.2.0-alpha.1](https://github.com/minwork/react/compare/use-long-press-v3.1.5...use-long-press-v3.2.0-alpha.1) (2023-08-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-long-press/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-long-press",
"version": "3.2.0-alpha.1",
"version": "3.2.0-rc.1",
"description": "React hook for detecting click, tap or point and hold event. Easy to use, highly customizable options, thoroughly tested.",
"author": "minwork",
"license": "MIT",
Expand Down

0 comments on commit 90388ab

Please sign in to comment.