@react-md/divider
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -6,15 +6,14 @@ # Change Log | ||
# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17) | ||
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17) | ||
**Note:** Version bump only for package [@react-md/divider](../divider) | ||
# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17) | ||
### Features | ||
- **theme:** Better Contrast Colors by Default and dev-utils refactor | ||
([#955](https://github.com/mlaursen/react-md/issues/955)) | ||
- [@react-md/theme](../theme): Better Contrast Colors by Default and dev-utils | ||
refactor ([#955](https://github.com/mlaursen/react-md/issues/955)) | ||
([519b128](https://github.com/mlaursen/react-md/commit/519b128522de944d55ff96a1e1125447665ed586)) | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [2.3.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.1) (2020-09-15) | ||
@@ -21,0 +20,0 @@ |
{ | ||
"name": "@react-md/divider", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"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.4.0", | ||
"@react-md/utils": "^2.4.0", | ||
"@react-md/theme": "^2.4.1", | ||
"@react-md/utils": "^2.4.1", | ||
"classnames": "^2.2.6" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "96fb088b5ae725ce21993aeda131de40119837e0" | ||
"gitHead": "0e734e6aa94a6b7091244404d7c6ea6916fb43a5" | ||
} |
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
73522
Updated@react-md/theme@^2.4.1
Updated@react-md/utils@^2.4.1