Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed Oct 20, 2023
1 parent dd279d3 commit 03defee
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.0",
"version": "2.0.1",
"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.0';
const version = '2.0.1';

const Plugins = {
ResizeCell,
Expand Down

0 comments on commit 03defee

Please sign in to comment.