From d8c4514ec57be0a1c6fae35afa13371db636f236 Mon Sep 17 00:00:00 2001 From: Niranjan Pradeep Date: Thu, 16 Nov 2023 12:54:34 +0530 Subject: [PATCH] Version 2.0.3 --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eea6d264..30074620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixed-data-table-2", - "version": "2.0.2", + "version": "2.0.3", "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 ac9c799f..9b733796 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.2'; +const version = '2.0.3'; const Plugins = { ResizeCell,