Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 1d5fc90

Browse files
committed
Version 0.4.5
1 parent c0c2bdc commit 1d5fc90

10 files changed

+16
-25
lines changed

dist/fixed-data-table-base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* FixedDataTable v0.4.4
2+
* FixedDataTable v0.4.5
33
*
44
* Copyright (c) 2015, Facebook, Inc.
55
* All rights reserved.

dist/fixed-data-table-base.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fixed-data-table-style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* FixedDataTable v0.4.4
2+
* FixedDataTable v0.4.5
33
*
44
* Copyright (c) 2015, Facebook, Inc.
55
* All rights reserved.

dist/fixed-data-table-style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fixed-data-table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* FixedDataTable v0.4.4
2+
* FixedDataTable v0.4.5
33
*
44
* Copyright (c) 2015, Facebook, Inc.
55
* All rights reserved.

dist/fixed-data-table.js

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* FixedDataTable v0.4.4
2+
* FixedDataTable v0.4.5
33
*
44
* Copyright (c) 2015, Facebook, Inc.
55
* All rights reserved.
@@ -185,7 +185,7 @@ return /******/ (function(modules) { // webpackBootstrap
185185
Table: FixedDataTable
186186
};
187187

188-
FixedDataTableRoot.version = '0.4.4';
188+
FixedDataTableRoot.version = '0.4.5';
189189

190190
module.exports = FixedDataTableRoot;
191191

@@ -1392,7 +1392,7 @@ return /******/ (function(modules) { // webpackBootstrap
13921392
/* 29 */
13931393
/***/ function(module, exports, __webpack_require__) {
13941394

1395-
/* WEBPACK VAR INJECTION */(function(global) {/**
1395+
/**
13961396
* Copyright (c) 2015, Facebook, Inc.
13971397
* All rights reserved.
13981398
*
@@ -1405,16 +1405,7 @@ return /******/ (function(modules) { // webpackBootstrap
14051405

14061406
'use strict';
14071407

1408-
var React;
1409-
1410-
// Check for Atom!
1411-
if (typeof global === 'object' && global.atom) {
1412-
React = __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module \"react-for-atom\""); e.code = 'MODULE_NOT_FOUND'; throw e; }()));
1413-
} else {
1414-
React = __webpack_require__(30);
1415-
}
1416-
module.exports = React;
1417-
/* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }())))
1408+
module.exports = __webpack_require__(30);
14181409

14191410
/***/ },
14201411
/* 30 */

dist/fixed-data-table.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fixed-data-table.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fixed-data-table",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "A React table component designed to allow presenting thousands of rows of data.",
55
"main": "main.js",
66
"peerDependencies": {

src/FixedDataTableRoot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ var FixedDataTableRoot = {
2121
Table: FixedDataTable,
2222
};
2323

24-
FixedDataTableRoot.version = '0.4.4';
24+
FixedDataTableRoot.version = '0.4.5';
2525

2626
module.exports = FixedDataTableRoot;

0 commit comments

Comments
 (0)