Skip to content

Commit

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


### Bug Fixes

* **use-long-press:** Prevent casting falsy cancelOnMovement values to false ([8ff90a1](https://github.com/minwork/react/commit/8ff90a1419f594db27dd5f0a3f8a8c33e5739f05))


### Build config

* **project:** Fix creating CHANGELOG sections on release ([6729a36](https://github.com/minwork/react/commit/6729a36661c2c8c1830e1788104b5223ce8d2442))
* **use-long-press:** Move semantic release config to project.json ([67c23b2](https://github.com/minwork/react/commit/67c23b291b0450bf166efcec5ccfc0c575184fb2))

# [3.2.0-rc.3](https://github.com/minwork/react/compare/use-long-press-v3.2.0-rc.2...use-long-press-v3.2.0-rc.3) (2023-08-15)

# [3.2.0-rc.2](https://github.com/minwork/react/compare/use-long-press-v3.2.0-rc.1...use-long-press-v3.2.0-rc.2) (2023-08-15)
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-rc.3",
"version": "3.2.0-alpha.3",
"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 073ba0b

Please sign in to comment.