Skip to content

Commit

Permalink
build 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YOKE committed Jul 3, 2023
1 parent 6154c82 commit 421e4e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions dist/virtual-drag-list.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* react-virtual-drag-list v2.5.1
* react-virtual-drag-list v2.5.2
* open source under the MIT license
* https://github.com/mfuu/react-virtual-drag-list#readme
*/
Expand Down Expand Up @@ -2539,6 +2539,8 @@
}));
}

return VirtualDragList;
var index = /*#__PURE__*/React.forwardRef(VirtualDragList);

return index;

})));
2 changes: 1 addition & 1 deletion dist/virtual-drag-list.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-virtual-drag-list",
"version": "2.5.1",
"version": "2.5.2",
"description": "A virtual scrolling list component that can be sorted by dragging",
"main": "dist/virtual-drag-list.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 421e4e5

Please sign in to comment.