@react-md/icon
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.1](https://github.com/mlaursen/react-md/compare/v4.0.0...v4.0.1) (2021-11-27) | ||
**Note:** Version bump only for package @react-md/icon | ||
# [4.0.0](https://github.com/mlaursen/react-md/compare/v3.1.1...v4.0.0) (2021-11-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@react-md/icon", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.", | ||
@@ -33,5 +33,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^4.0.0", | ||
"@react-md/typography": "^4.0.0", | ||
"@react-md/utils": "^4.0.0", | ||
"@react-md/theme": "^4.0.1", | ||
"@react-md/typography": "^4.0.1", | ||
"@react-md/utils": "^4.0.1", | ||
"classnames": "^2.3.1" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "a9f2d64a777698fa65bb3196f6063cdd8321f5cb" | ||
"gitHead": "0df0f24d688ea7c867b7ef656ee9887f00215705" | ||
} |
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
144270
Updated@react-md/theme@^4.0.1
Updated@react-md/typography@^4.0.1
Updated@react-md/utils@^4.0.1