@react-md/theme
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [3.1.0](https://github.com/mlaursen/react-md/compare/v3.0.1...v3.1.0) (2021-09-10) | ||
### Documentation | ||
* **react-md.dev:** updated `sassdoc` for new module system ([4746d26](https://github.com/mlaursen/react-md/commit/4746d265adcc2dcaffb260a565462b9d9c28805e)) | ||
### Other Internal Changes | ||
* ran `yarn format` to include new files ([48d3d7f](https://github.com/mlaursen/react-md/commit/48d3d7fddb0435edf7dec9d0ba38cf3f0f251709)) | ||
# [3.0.0](https://github.com/mlaursen/react-md/compare/v2.9.1...v3.0.0) (2021-08-13) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@react-md/theme", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "The base package for including a theme for react-md. This is required by most other packages.", | ||
@@ -31,3 +31,3 @@ "main": "./dist/scssVariables.js", | ||
"dependencies": { | ||
"@react-md/utils": "^3.0.0" | ||
"@react-md/utils": "^3.1.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a9995e084480006a77f9123b95ce7275998fb406" | ||
"gitHead": "5891a3255f12fb34d2cc82d81d10f85f712a21e8" | ||
} |
@@ -10,5 +10,3 @@ { | ||
}, | ||
"include": [ | ||
"src/scssVariables.ts" | ||
] | ||
"include": ["src/scssVariables.ts"] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
385584
1995
Updated@react-md/utils@^3.1.0