@roo-ui/components
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.15.3"></a> | ||
## [0.15.3](https://github.com/hooroo/roo-ui/compare/v0.15.2...v0.15.3) (2018-05-16) | ||
### Bug Fixes | ||
* incorrect export in Paragraph ([#44](https://github.com/hooroo/roo-ui/issues/44)) ([3f085f8](https://github.com/hooroo/roo-ui/commit/3f085f8)) | ||
<a name="0.15.2"></a> | ||
@@ -8,0 +19,0 @@ ## [0.15.2](https://github.com/hooroo/roo-ui/compare/v0.15.1...v0.15.2) (2018-05-16) |
@@ -15,7 +15,7 @@ Object.defineProperty(exports, "__esModule", { | ||
Paragraph.defaultProps = { | ||
Paragraph.defaultProps = Object.assign({}, _.Text.defaultProps, { | ||
m: 0, | ||
mb: 2 | ||
}; | ||
}); | ||
exports['default'] = _.Text; | ||
exports['default'] = Paragraph; |
{ | ||
"name": "@roo-ui/components", | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -7,2 +7,3 @@ import tag from 'clean-tag'; | ||
Paragraph.defaultProps = { | ||
...Text.defaultProps, | ||
m: 0, | ||
@@ -12,2 +13,2 @@ mb: 2, | ||
export default Text; | ||
export default Paragraph; |
Sorry, the diff of this file is not supported yet
163763
0.24%3325
0.03%