Skip to content

Commit 5ce9e5b

Browse files
committed
chore(release): 2.7.0
1 parent c449524 commit 5ce9e5b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.7.0"></a>
6+
# [2.7.0](https://github.com/frontend-collective/react-sortable-tree/compare/v2.6.2...v2.7.0) (2019-10-14)
7+
8+
9+
### Features
10+
11+
* update react-dnd ([#531](https://github.com/frontend-collective/react-sortable-tree/issues/531)) ([c449524](https://github.com/frontend-collective/react-sortable-tree/commit/c449524))
12+
13+
14+
515
<a name="2.6.2"></a>
616
## [2.6.2](https://github.com/frontend-collective/react-sortable-tree/compare/v2.6.1...v2.6.2) (2019-03-21)
717

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-tree",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"scripts": {
66
"start": "parcel website/index.html",

0 commit comments

Comments
 (0)