Skip to content

Commit bb15b16

Browse files
committed
Release v1.9.2.
1 parent a61f73c commit bb15b16

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"homepage": "https://github.com/reactjs/react-modal",
55
"authors": [
66
"Ryan Florence",

dist/react-modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ return /******/ (function(modules) { // webpackBootstrap
102102
overlay: PropTypes.object
103103
}),
104104
portalClassName: PropTypes.string,
105-
bodyOpenClassName: React.PropTypes.string,
105+
bodyOpenClassName: PropTypes.string,
106106
appElement: PropTypes.instanceOf(SafeHTMLElement),
107107
onAfterOpen: PropTypes.func,
108108
onRequestClose: PropTypes.func,

0 commit comments

Comments
 (0)