Skip to content

Commit 84bfae8

Browse files
author
Clauderic Demers
committed
0.6.8
1 parent 8a5f5bd commit 84bfae8

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.6.8
4+
Update react and react-dom peerdependency requirements for React 16+ [#283](https://github.com/clauderic/react-sortable-hoc/pull/283). Thanks [@jnsdls](https://github.com/jnsdls)!
5+
36
### 0.6.7
47
Fixes issues with Jest Snapshot testing trying to serialize the `window` object and running out of memory [#249](https://github.com/clauderic/react-sortable-hoc/issues/249). Thanks [@cameronmcefee](https://github.com/cameronmcefee)!
58

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