@react-md/divider
Advanced tools
Comparing version 2.4.2 to 2.5.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15) | ||
**Note:** Version bump only for package [@react-md/divider](../divider) | ||
## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@react-md/divider", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "This package is used to create horizontal or vertical dividers in your application.", | ||
@@ -38,9 +38,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^2.4.2", | ||
"@react-md/utils": "^2.4.2", | ||
"@react-md/theme": "^2.5.0", | ||
"@react-md/utils": "^2.5.0", | ||
"classnames": "^2.2.6" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
}, | ||
@@ -56,3 +56,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "49577fdd48d1b52db51c3d05df6cadb3c9cf0bdc" | ||
"gitHead": "589d2dd83a4949a893fd0bb71256993de8fcb9d9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73839
Updated@react-md/theme@^2.5.0
Updated@react-md/utils@^2.5.0