@react-md/elevation
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/elevation", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "This is a small package for react-md that can create the elevation styles in the material design spec.", | ||
@@ -12,2 +12,5 @@ "scripts": { | ||
"types": "./dist/scssVariables.d.ts", | ||
"sideEffects": [ | ||
"dist/**/*" | ||
], | ||
"files": [ | ||
@@ -36,5 +39,5 @@ "src/*", | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0", | ||
"@react-md/transition": "^2.0.0", | ||
"@react-md/utils": "^2.0.0" | ||
"@react-md/theme": "^2.0.2", | ||
"@react-md/transition": "^2.0.2", | ||
"@react-md/utils": "^2.0.2" | ||
}, | ||
@@ -44,3 +47,3 @@ "publishConfig": { | ||
}, | ||
"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
39722
Updated@react-md/theme@^2.0.2
Updated@react-md/transition@^2.0.2
Updated@react-md/utils@^2.0.2