Skip to content

Commit 0eeaee6

Browse files
committed
chore(release): 2.6.0
1 parent 03f23ed commit 0eeaee6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
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.0"></a>
6+
# [2.6.0](https://github.com/frontend-collective/react-sortable-tree/compare/v2.5.0...v2.6.0) (2018-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* Bundling patched version of react-dnd-scrollzone ([#432](https://github.com/frontend-collective/react-sortable-tree/issues/432)) ([4017a08](https://github.com/frontend-collective/react-sortable-tree/commit/4017a08))
12+
13+
14+
515
<a name="2.5.0"></a>
616
# [2.5.0](https://github.com/frontend-collective/react-sortable-tree/compare/v2.4.0...v2.5.0) (2018-12-10)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sortable-tree",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"scripts": {
66
"prebuild": "npm run lint && npm run clean",

0 commit comments

Comments
 (0)