Skip to content

Commit 3e9716d

Browse files
committed
7.0.14
1 parent 5053890 commit 3e9716d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 7.0.14 Release
4+
5+
**Summary:** Refactoring thanks to [thephoenixofthevoid](https://github.com/thephoenixofthevoid) [[PR #160](https://github.com/react-spring/react-use-gesture/pull/160)] and further fix for on tap recognition on mobile devices.
6+
7+
### Fixed
8+
9+
1. Fixes [#149](https://github.com/react-spring/react-use-gesture/issues/149) when setting state.
10+
311
## 7.0.13 Release
412

513
**Summary:** TS type fix. Should fix [#158](https://github.com/react-spring/react-use-gesture/issues/158).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-gesture",
3-
"version": "7.0.13",
3+
"version": "7.0.14",
44
"description": "React hook for receiving gestures https://use-gesture.netlify.app",
55
"main": "dist/index.js",
66
"module": "dist/react-use-gesture.esm.js",

0 commit comments

Comments
 (0)