From 96146768ad841052a7db0d51aff229aad9b0a743 Mon Sep 17 00:00:00 2001 From: Niranjan Pradeep Date: Tue, 19 Dec 2023 21:47:54 +0530 Subject: [PATCH] Version 2.0.5 --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b1912d3..db8aa753 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.js b/src/index.js index 0f7694a6..5608947b 100644 --- a/src/index.js +++ b/src/index.js @@ -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,