Skip to content

Commit

Permalink
Release v2.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Sep 6, 2017
1 parent 54c59c5 commit 67899f0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.3.2 - Wed, 06 Sep 2017 16:09:58 UTC
--------------------------------------

- [ba526cf](../../commit/ba526cf) [chore] fix changelog generator.


v2.3.1 - Tue, 05 Sep 2017 16:18:41 UTC
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://github.com/reactjs/react-modal",
"authors": [
"Ryan Florence",
Expand Down
5 changes: 5 additions & 0 deletions dist/react-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ return /******/ (function(modules) { // webpackBootstrap
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

exports.default = _Modal2.default;
module.exports = exports['default'];

/***/ }),
/* 1 */
Expand Down Expand Up @@ -1548,6 +1549,7 @@ return /******/ (function(modules) { // webpackBootstrap
children: _propTypes.PropTypes.node
};
exports.default = ModalPortal;
module.exports = exports['default'];

/***/ }),
/* 13 */
Expand Down Expand Up @@ -1695,6 +1697,7 @@ return /******/ (function(modules) { // webpackBootstrap
function findTabbableDescendants(element) {
return [].slice.call(element.querySelectorAll('*'), 0).filter(tabbable);
}
module.exports = exports['default'];

/***/ }),
/* 15 */
Expand Down Expand Up @@ -1728,6 +1731,7 @@ return /******/ (function(modules) { // webpackBootstrap
var target = tabbable[event.shiftKey ? tabbable.length - 1 : 0];
target.focus();
}
module.exports = exports['default'];

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

exports.default = SafeHTMLElement;
module.exports = exports['default'];

/***/ }),
/* 20 */
Expand Down
Loading

0 comments on commit 67899f0

Please sign in to comment.