Skip to content

Commit 67899f0

Browse files
committed
Release v2.3.2.
1 parent 54c59c5 commit 67899f0

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.3.2 - Wed, 06 Sep 2017 16:09:58 UTC
2+
--------------------------------------
3+
4+
- [ba526cf](../../commit/ba526cf) [chore] fix changelog generator.
5+
6+
17
v2.3.1 - Tue, 05 Sep 2017 16:18:41 UTC
28
--------------------------------------
39

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"homepage": "https://github.com/reactjs/react-modal",
55
"authors": [
66
"Ryan Florence",

dist/react-modal.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ return /******/ (function(modules) { // webpackBootstrap
6767
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6868

6969
exports.default = _Modal2.default;
70+
module.exports = exports['default'];
7071

7172
/***/ }),
7273
/* 1 */
@@ -1548,6 +1549,7 @@ return /******/ (function(modules) { // webpackBootstrap
15481549
children: _propTypes.PropTypes.node
15491550
};
15501551
exports.default = ModalPortal;
1552+
module.exports = exports['default'];
15511553

15521554
/***/ }),
15531555
/* 13 */
@@ -1695,6 +1697,7 @@ return /******/ (function(modules) { // webpackBootstrap
16951697
function findTabbableDescendants(element) {
16961698
return [].slice.call(element.querySelectorAll('*'), 0).filter(tabbable);
16971699
}
1700+
module.exports = exports['default'];
16981701

16991702
/***/ }),
17001703
/* 15 */
@@ -1728,6 +1731,7 @@ return /******/ (function(modules) { // webpackBootstrap
17281731
var target = tabbable[event.shiftKey ? tabbable.length - 1 : 0];
17291732
target.focus();
17301733
}
1734+
module.exports = exports['default'];
17311735

17321736
/***/ }),
17331737
/* 16 */
@@ -1896,6 +1900,7 @@ return /******/ (function(modules) { // webpackBootstrap
18961900
var SafeHTMLElement = EE.canUseDOM ? window.HTMLElement : {};
18971901

18981902
exports.default = SafeHTMLElement;
1903+
module.exports = exports['default'];
18991904

19001905
/***/ }),
19011906
/* 20 */

0 commit comments

Comments
 (0)