Skip to content

Commit

Permalink
Version 2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed Dec 1, 2021
1 parent 2f4def1 commit dbba91f
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dist/fixed-data-table-base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v2.0.0-beta.4
* FixedDataTable v2.0.0-beta.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-base.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v2.0.0-beta.4
* FixedDataTable v2.0.0-beta.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v2.0.0-beta.4
* FixedDataTable v2.0.0-beta.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-style.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v2.0.0-beta.4
* FixedDataTable v2.0.0-beta.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v2.0.0-beta.4
* FixedDataTable v2.0.0-beta.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
12 changes: 6 additions & 6 deletions dist/fixed-data-table.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fixed-data-table.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v2.0.0-beta.4
* FixedDataTable v2.0.0-beta.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
12 changes: 6 additions & 6 deletions dist/fixed-data-table.min.js

Large diffs are not rendered by default.

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.0-beta.4",
"version": "2.0.0-beta.5",
"description": "A React table component designed to allow presenting thousands of rows of data.",
"main": "main.js",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/FixedDataTableRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { PluginContext } from './Context';
import ResizeCell from './plugins/ResizeReorder/ResizeCell';
import ReorderCell from './plugins/ResizeReorder/ReorderCell';

const version = '2.0.0-beta.4';
const version = '2.0.0-beta.5';

const Plugins = {
PluginContext,
Expand Down

0 comments on commit dbba91f

Please sign in to comment.