@react-md/elevation
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [3.1.0](https://github.com/mlaursen/react-md/compare/v3.0.1...v3.1.0) (2021-09-10) | ||
### Other Internal Changes | ||
* ran `yarn format` to include new files ([48d3d7f](https://github.com/mlaursen/react-md/commit/48d3d7fddb0435edf7dec9d0ba38cf3f0f251709)) | ||
## [3.0.1](https://github.com/mlaursen/react-md/compare/v3.0.0...v3.0.1) (2021-08-15) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@react-md/elevation", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "This is a small package for react-md that can create the elevation styles in the material design spec.", | ||
@@ -30,5 +30,5 @@ "main": "./dist/scssVariables.js", | ||
"dependencies": { | ||
"@react-md/theme": "^3.0.0", | ||
"@react-md/transition": "^3.0.1", | ||
"@react-md/utils": "^3.0.0" | ||
"@react-md/theme": "^3.1.0", | ||
"@react-md/transition": "^3.1.0", | ||
"@react-md/utils": "^3.1.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "68149668ebc79c4bbcbb2875d65b9ac243e12c77" | ||
"gitHead": "5891a3255f12fb34d2cc82d81d10f85f712a21e8" | ||
} |
@@ -10,5 +10,3 @@ { | ||
}, | ||
"include": [ | ||
"src/scssVariables.ts" | ||
] | ||
"include": ["src/scssVariables.ts"] | ||
} |
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
76654
283
Updated@react-md/theme@^3.1.0
Updated@react-md/transition@^3.1.0
Updated@react-md/utils@^3.1.0