Skip to content

Commit

Permalink
Version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed Dec 19, 2023
1 parent 23614b4 commit 9614676
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.4",
"version": "2.0.5",
"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.4';
const version = '2.0.5';

const Plugins = {
ResizeCell,
Expand Down

0 comments on commit 9614676

Please sign in to comment.