Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #725 from openlattice/master
Browse files Browse the repository at this point in the history
release v0.15.1
  • Loading branch information
solomontang authored Mar 3, 2021
2 parents 91872b4 + 3cf1c4e commit 0ee5689
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions build/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* lattice-fabricate - v0.15.0
* lattice-fabricate - v0.15.1
* React HOCs for components dependent on the OpenLattice EDM.
* https://github.com/openlattice/lattice-fabricate
*
Expand Down Expand Up @@ -39165,7 +39165,8 @@ var textarea_TextareaWidget_TextareaWidget = /*#__PURE__*/function (_Component)
onChange: this.onChange,
onFocus: this.onFocus,
readOnly: readonly,
rows: options.rows || 2,
rows: options.rows || 3,
rowsMax: options.rowsMax || Infinity,
value: value
});
/* eslint-enable */
Expand Down Expand Up @@ -40584,7 +40585,7 @@ PagedByMachine_PagedByMachine.defaultProps = {

// injected by Webpack.DefinePlugin

var version = "v0.15.0";
var version = "v0.15.1";

/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
version: version
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lattice-fabricate",
"version": "0.15.0",
"version": "0.15.1",
"homepage": "https://github.com/openlattice/lattice-fabricate",
"description": "React HOCs for components dependent on the OpenLattice EDM.",
"author": {
Expand Down

0 comments on commit 0ee5689

Please sign in to comment.