Skip to content

Commit cdc5fa3

Browse files
committed
chore(release): 2.6.2
1 parent 166451c commit cdc5fa3

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.6.2"></a>
6+
## [2.6.2](https://github.com/frontend-collective/react-sortable-tree/compare/v2.6.1...v2.6.2) (2019-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* Using DragDropContextConsumer directly ([#466](https://github.com/frontend-collective/react-sortable-tree/issues/466)) ([7bc9995](https://github.com/frontend-collective/react-sortable-tree/commit/7bc9995))
12+
13+
14+
515
<a name="2.6.1"></a>
616
## [2.6.1](https://github.com/frontend-collective/react-sortable-tree/compare/v2.6.0...v2.6.1) (2019-03-19)
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.1",
3+
"version": "2.6.2",
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)