Skip to content

Commit

Permalink
Version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed Mar 29, 2024
1 parent 7ed8ea1 commit 24fb75a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixed-data-table-2",
"version": "2.0.7",
"version": "2.0.8",
"description": "A React table component designed to allow presenting thousands of rows of data.",
"main": "dist/cjs/fixed-data-table-2.js",
"module": "dist/es/fixed-data-table-2.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { FixedDataTableContext as Context } from './FixedDataTableContext';
import ResizeCell from './plugins/ResizeReorder/ResizeCell';
import ReorderCell from './plugins/ResizeReorder/ReorderCell';

const version = '2.0.7';
const version = '2.0.8';

const Plugins = {
ResizeCell,
Expand Down

0 comments on commit 24fb75a

Please sign in to comment.