Skip to content

Commit

Permalink
1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas-appfolio committed Jun 27, 2017
1 parent 15ef81e commit f9acdc6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>
<div id="root"></div>
<div id="error-display"></div>
<script src="static/preview.dd7f809803cb512c0824.bundle.js"></script>
<script src="static/preview.ab1b438df60b0df15bae.bundle.js"></script>
</body>
</html>

2 changes: 1 addition & 1 deletion docs/static/manager.e831859d1a167e13242e.bundle.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -83541,7 +83541,7 @@ var DateInput = function (_Component) {
{ onClick: this.toggle },
_react2.default.createElement(
_.Button,
{ className: 'px-2', active: open },
{ className: 'px-2', active: open, type: 'button' },
_react2.default.createElement(_.Icon, { name: 'calendar', fixedWidth: true })
)
)
Expand Down Expand Up @@ -87580,7 +87580,7 @@ var DateMonth = function (_Component) {
{ className: _DateMonth2.default.toggle, onClick: toggle },
_react2.default.createElement(
_reactstrap.Button,
{ className: 'px-2' },
{ className: 'px-2', active: state.open, type: 'button' },
_react2.default.createElement(_.Icon, { name: 'calendar-o', fixedWidth: true })
)
)
Expand Down Expand Up @@ -100758,7 +100758,7 @@ function symbolObservablePonyfill(root) {

module.exports = {
"name": "react-gears",
"version": "1.17.1",
"version": "1.17.2",
"description": "React-based version of Gears",
"author": "Appfolio, Inc.",
"repository": {
Expand Down Expand Up @@ -100858,4 +100858,4 @@ module.exports = __webpack_require__(877);

/***/ })
/******/ ]);
//# sourceMappingURL=preview.dd7f809803cb512c0824.bundle.js.map
//# sourceMappingURL=preview.ab1b438df60b0df15bae.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gears",
"version": "1.17.1",
"version": "1.17.2",
"description": "React-based version of Gears",
"author": "Appfolio, Inc.",
"repository": {
Expand Down

0 comments on commit f9acdc6

Please sign in to comment.