@react-md/elevation
Advanced tools
Comparing version 2.9.0 to 2.9.1
@@ -6,2 +6,14 @@ # Change Log | ||
## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27) | ||
### Other Internal Changes | ||
* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894)) | ||
# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@react-md/elevation", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "This is a small package for react-md that can create the elevation styles in the material design spec.", | ||
@@ -11,6 +11,2 @@ "main": "./dist/scssVariables.js", | ||
], | ||
"files": [ | ||
"src/*", | ||
"dist/*" | ||
], | ||
"author": "Mikkel Laursen <mlaursen03@gmail.com>", | ||
@@ -35,5 +31,5 @@ "repository": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.9.0", | ||
"@react-md/transition": "^2.9.0", | ||
"@react-md/utils": "^2.9.0" | ||
"@react-md/theme": "^2.9.1", | ||
"@react-md/transition": "^2.9.1", | ||
"@react-md/utils": "^2.9.1" | ||
}, | ||
@@ -43,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4d2ab41e4f72827ce7c3337c6cc2506533fc199f" | ||
"gitHead": "9a1f1f2c7bb8d7c88a200d134d123ef3f5ecf208" | ||
} |
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
75972
19
285
Updated@react-md/theme@^2.9.1
Updated@react-md/transition@^2.9.1
Updated@react-md/utils@^2.9.1