From d9575f69f13dc5a6571e87f059b76dc290a34a5a Mon Sep 17 00:00:00 2001 From: Niranjan Pradeep Date: Thu, 24 Oct 2024 20:07:37 +0530 Subject: [PATCH] Version 2.0.17 --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ab50c9f..d2681723 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixed-data-table-2", - "version": "2.0.16", + "version": "2.0.17", "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 9a247978..b8ef32f4 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.16'; +const version = '2.0.17'; const Plugins = { ResizeCell,