Skip to content

Commit 34529a2

Browse files
committed
"chore(release): 2.8.1"
1 parent 4e46f92 commit 34529a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [2.8.1](https://github.com/frontend-collective/react-sortable-tree/compare/v2.8.0...v2.8.1) (2020-10-12)
6+
7+
8+
### Bug Fixes
9+
10+
* "Uncaught Invariant Violation: Expected to find a valid target." after cancelling a drag into the react sortable tree ([9a84113](https://github.com/frontend-collective/react-sortable-tree/commit/9a841136403b219e79c03528f2d70945fca3c44d))
11+
* add correct headers to issue templates ([3c29cbf](https://github.com/frontend-collective/react-sortable-tree/commit/3c29cbff3edab714d62de577eb1b51f642bc94ec))
12+
513
## [2.8.0](https://github.com/frontend-collective/react-sortable-tree/compare/v2.7.1...v2.8.0) (2020-08-10)
614

715

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.8.0",
3+
"version": "2.8.1",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"scripts": {
66
"prebuild": "yarn run lint && yarn run clean",

0 commit comments

Comments
 (0)