Skip to content

Commit 30ed6a0

Browse files
committed
update version number, new build
1 parent 936cf4b commit 30ed6a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ var ReactGoogleAutocomplete = function (_React$Component) {
140140
componentRestrictions = _props2.componentRestrictions,
141141
bounds = _props2.bounds,
142142
apiKey = _props2.apiKey,
143-
rest = _objectWithoutProperties(_props2, ['onPlaceSelected', 'types', 'componentRestrictions', 'bounds', 'apiKey']);
143+
inputAutocompleteValue = _props2.inputAutocompleteValue,
144+
rest = _objectWithoutProperties(_props2, ['onPlaceSelected', 'types', 'componentRestrictions', 'bounds', 'apiKey', 'inputAutocompleteValue']);
144145

145146
return _react2.default.createElement('input', _extends({ ref: 'input' }, rest));
146147
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-autocomplete",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "React component for google autocomplete.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)