Skip to content

Commit 4f2aff3

Browse files
author
Clauderic Demers
committed
0.7.2
1 parent 37f2472 commit 4f2aff3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
------------
3+
### 0.7.2
4+
- Fix issues with TypeScript type definitions
5+
36
### 0.7.1
47
- Provide TypeScript type definitions out of the box [#377](https://github.com/clauderic/react-sortable-hoc/pull/377)
58
- Fix potential issues with calling `removeEventListeners` on `componentWillUnmount` if the container node has already unmounted [#376](https://github.com/clauderic/react-sortable-hoc/pull/376)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sortable-hoc",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Set of higher-order components to turn any list into a sortable, touch-friendly, animated list",
55
"author": {
66
"name": "Clauderic Demers",

0 commit comments

Comments
 (0)