Skip to content

Commit 7b49b5c

Browse files
committed
7.0.13
1 parent 530e2cb commit 7b49b5c

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.13 Release
4+
5+
**Summary:** TS type fix. Should fix [#158](https://github.com/react-spring/react-use-gesture/issues/158).
6+
7+
### Fixed
8+
9+
1. Fixes types for `UserHandlersPartial`.
10+
311
## 7.0.12 Release
412

513
**Summary:** TS `onDragEnd` and `onDragStart` definition fix.

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.12",
3+
"version": "7.0.13",
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)