Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed Apr 14, 2020
1 parent d22bae1 commit a65084c
Show file tree
Hide file tree
Showing 10 changed files with 162 additions and 114 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 v1.0.2
* FixedDataTable v1.1.0
*
* 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 v1.0.2
* FixedDataTable v1.1.0
*
* 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 v1.0.2
* FixedDataTable v1.1.0
*
* 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 v1.0.2
* FixedDataTable v1.1.0
*
* 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 v1.0.2
* FixedDataTable v1.1.0
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
130 changes: 77 additions & 53 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 v1.0.2
* FixedDataTable v1.1.0
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
130 changes: 77 additions & 53 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": "1.0.2",
"version": "1.1.0",
"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 @@ -16,7 +16,7 @@ import Cell from 'FixedDataTableCellDefault';
import Column from 'FixedDataTableColumn';
import ColumnGroup from 'FixedDataTableColumnGroup';

const version = '1.0.2';
const version = '1.1.0';

export {
Cell,
Expand Down

0 comments on commit a65084c

Please sign in to comment.