@react-md/icon
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -6,2 +6,14 @@ # Change Log | ||
## [2.7.1](https://github.com/mlaursen/react-md/compare/v2.7.0...v2.7.1) (2021-03-23) | ||
### Other Internal Changes | ||
* **ts:** stopped using FC type ([c5daa47](https://github.com/mlaursen/react-md/commit/c5daa47d73516e075c036fd745e7228d7f155a62)) | ||
# [2.7.0](https://github.com/mlaursen/react-md/compare/v2.6.0...v2.7.0) (2021-02-28) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@react-md/icon", | ||
"version": "2.7.0", | ||
"version": "2.7.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.", | ||
@@ -40,5 +40,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^2.7.0", | ||
"@react-md/typography": "^2.7.0", | ||
"@react-md/utils": "^2.7.0", | ||
"@react-md/theme": "^2.7.1", | ||
"@react-md/typography": "^2.7.1", | ||
"@react-md/utils": "^2.7.1", | ||
"classnames": "^2.2.6" | ||
@@ -59,3 +59,3 @@ }, | ||
}, | ||
"gitHead": "931e81f628b580837df3a97267a42c9880b13815" | ||
"gitHead": "4fb8828b048fd2472096d5f55033cc4a7ba24e1a" | ||
} |
Sorry, the diff of this file is not supported yet
195005
Updated@react-md/theme@^2.7.1
Updated@react-md/typography@^2.7.1
Updated@react-md/utils@^2.7.1