We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e06c308 + 4828b1b commit 49f5ed6Copy full SHA for 49f5ed6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fixed-data-table-2",
3
- "version": "2.0.14",
+ "version": "2.0.15",
4
"description": "A React table component designed to allow presenting thousands of rows of data.",
5
"main": "dist/cjs/fixed-data-table-2.js",
6
"module": "dist/es/fixed-data-table-2.js",
src/index.js
@@ -20,7 +20,7 @@ import { FixedDataTableContext as Context } from './FixedDataTableContext';
20
import ResizeCell from './plugins/ResizeReorder/ResizeCell';
21
import ReorderCell from './plugins/ResizeReorder/ReorderCell';
22
23
-const version = '2.0.14';
+const version = '2.0.15';
24
25
const Plugins = {
26
ResizeCell,
0 commit comments