Skip to content

Commit

Permalink
1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas-appfolio committed Jul 24, 2017
1 parent a6d421b commit 6affb9e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 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.dcb98b58cb7d46d0e08c.bundle.js"></script>
<script src="static/preview.f8c51e6155bed7febacd.bundle.js"></script>
</body>
</html>

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -88590,7 +88590,13 @@ var DateInput = function (_Component) {
{ onClick: this.toggle },
_react2.default.createElement(
_.Button,
{ className: 'px-2', disabled: disabled, active: open, type: 'button' },
{
className: 'px-2',
disabled: disabled,
active: open,
type: 'button',
tabIndex: -1
},
_react2.default.createElement(_.Icon, { name: 'calendar', fixedWidth: true })
)
)
Expand Down Expand Up @@ -108798,7 +108804,7 @@ module.exports = warning;

module.exports = {
"name": "react-gears",
"version": "1.22.0",
"version": "1.23.0",
"description": "React-based version of Gears",
"author": "Appfolio, Inc.",
"repository": {
Expand Down Expand Up @@ -108896,4 +108902,4 @@ module.exports = __webpack_require__(889);

/***/ })
/******/ ]);
//# sourceMappingURL=preview.dcb98b58cb7d46d0e08c.bundle.js.map
//# sourceMappingURL=preview.f8c51e6155bed7febacd.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.22.0",
"version": "1.23.0",
"description": "React-based version of Gears",
"author": "Appfolio, Inc.",
"repository": {
Expand Down

0 comments on commit 6affb9e

Please sign in to comment.