@react-md/divider
Advanced tools
Comparing version 2.8.2 to 2.8.3
@@ -6,2 +6,14 @@ # Change Log | ||
## [2.8.3](https://github.com/mlaursen/react-md/compare/v2.8.2...v2.8.3) (2021-05-18) | ||
### Documentation | ||
* **react-md.dev:** updated tsdoc to work with `typedoc` ([cf54c35](https://github.com/mlaursen/react-md/commit/cf54c359268332245d1dad8a8d91e0476cd8cb33)) | ||
## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23) | ||
@@ -8,0 +20,0 @@ |
@@ -0,3 +1,6 @@ | ||
/** | ||
* @module @react-md/divider | ||
*/ | ||
export * from "./Divider"; | ||
export * from "./VerticalDivider"; | ||
//# sourceMappingURL=index.js.map |
@@ -0,2 +1,5 @@ | ||
/** | ||
* @module @react-md/divider | ||
*/ | ||
export * from "./Divider"; | ||
export * from "./VerticalDivider"; |
@@ -13,4 +13,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module @react-md/divider | ||
*/ | ||
__exportStar(require("./Divider"), exports); | ||
__exportStar(require("./VerticalDivider"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@react-md/divider", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "This package is used to create horizontal or vertical dividers in your application.", | ||
@@ -38,4 +38,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^2.8.2", | ||
"@react-md/utils": "^2.8.2", | ||
"@react-md/theme": "^2.8.3", | ||
"@react-md/utils": "^2.8.3", | ||
"classnames": "^2.3.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "c69105066207d23a3323299638ceeecd4bc1162e" | ||
"gitHead": "c02bfcf9eca5196f9b9c415bdf6d81cabd08a980" | ||
} |
@@ -0,3 +1,6 @@ | ||
/** | ||
* @module @react-md/divider | ||
*/ | ||
export * from "./Divider"; | ||
export * from "./VerticalDivider"; |
@@ -0,2 +1,5 @@ | ||
/** | ||
* @module @react-md/divider | ||
*/ | ||
export * from "./Divider"; | ||
export * from "./VerticalDivider"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76238
824
Updated@react-md/theme@^2.8.3
Updated@react-md/utils@^2.8.3