@react-md/divider
Advanced tools
Comparing version 2.0.0 to 2.0.2
@@ -0,1 +1,21 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30) | ||
### Bug Fixes | ||
- **LICENSE:** Removed the time range from license since it was incorrect | ||
([50c9021](https://github.com/mlaursen/react-md/commit/50c9021cedc0d642758b9fd541bb6c93d2fe1786)) | ||
- Added sideEffects field to package.json | ||
([31820b9](https://github.com/mlaursen/react-md/commit/31820b9b43705e5849664500a17b6849eb6dc2a9)) | ||
- sideEffects formatting | ||
([78a7b6b](https://github.com/mlaursen/react-md/commit/78a7b6b0e40c7daefb749835670705f21bd21720)) | ||
# v2.0.1 | ||
No changes. | ||
# v2.0.0 | ||
@@ -2,0 +22,0 @@ |
{ | ||
"name": "@react-md/divider", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "This package is used to create horizontal or vertical dividers in your application.", | ||
@@ -12,2 +12,5 @@ "scripts": { | ||
"types": "./types/index.d.ts", | ||
"sideEffects": [ | ||
"dist/**/*" | ||
], | ||
"files": [ | ||
@@ -40,4 +43,4 @@ "es/*", | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0", | ||
"@react-md/utils": "^2.0.0", | ||
"@react-md/theme": "^2.0.2", | ||
"@react-md/utils": "^2.0.2", | ||
"classnames": "^2.2.6" | ||
@@ -58,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "bb7b78bbafd92e86d0a7841a56dbd4d181a405af" | ||
"gitHead": "ccb220af2d620bd6eccccf36dc689356fa1db568" | ||
} |
Sorry, the diff of this file is not supported yet
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
72608
Updated@react-md/theme@^2.0.2
Updated@react-md/utils@^2.0.2