From 10cfec9192c4ca8492ba9b656ca1b66b4954c747 Mon Sep 17 00:00:00 2001 From: Niranjan Pradeep Date: Thu, 24 Oct 2024 19:59:45 +0530 Subject: [PATCH] Version 2.0.16 --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8091aa6..0ab50c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixed-data-table-2", - "version": "2.0.15", + "version": "2.0.16", "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 3a44f0bd..9a247978 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.15'; +const version = '2.0.16'; const Plugins = { ResizeCell,