Skip to content

Commit 325cb0f

Browse files
committed
Deploy version 1.2.8
1 parent 8125568 commit 325cb0f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-html5video",
3-
"version": "1.2.6",
3+
"version": "1.2.8",
44
"homepage": "https://github.com/mderrick/react-html5video",
55
"authors": [
66

dist/ReactHtml5Video.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,8 @@ return /******/ (function(modules) { // webpackBootstrap
12301230

12311231
'use strict';
12321232

1233+
var _extends = __webpack_require__(23)['default'];
1234+
12331235
var _interopRequireDefault = __webpack_require__(61)['default'];
12341236

12351237
Object.defineProperty(exports, '__esModule', {
@@ -1284,7 +1286,7 @@ return /******/ (function(modules) { // webpackBootstrap
12841286
var _this = this;
12851287

12861288
return _react2['default'].Children.map(this.props.children, function (child) {
1287-
return _react2['default'].cloneElement(child, _this.props);
1289+
return _react2['default'].cloneElement(child, _extends({}, _this.props));
12881290
});
12891291
},
12901292

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-html5video",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "",
55
"main": "./dist/ReactHtml5Video.js",
66
"scripts": {

0 commit comments

Comments
 (0)