@react-md/app-bar
Advanced tools
Comparing version 2.7.1 to 2.8.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22) | ||
### Other Internal Changes | ||
* **tsconfig:** separate tsconfig by package instead of a single root ([b278230](https://github.com/mlaursen/react-md/commit/b2782303b2a2db07eeaa25b6a3d04337976cffaa)) | ||
## [2.7.1](https://github.com/mlaursen/react-md/compare/v2.7.0...v2.7.1) (2021-03-23) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@react-md/app-bar", | ||
"version": "2.7.1", | ||
"version": "2.8.0", | ||
"description": "This small package implments the AppBar spec in material design.", | ||
@@ -39,12 +39,12 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/button": "^2.7.1", | ||
"@react-md/elevation": "^2.7.1", | ||
"@react-md/icon": "^2.7.1", | ||
"@react-md/theme": "^2.7.1", | ||
"@react-md/typography": "^2.7.1", | ||
"@react-md/utils": "^2.7.1", | ||
"classnames": "^2.2.6" | ||
"@react-md/button": "^2.8.0", | ||
"@react-md/elevation": "^2.8.0", | ||
"@react-md/icon": "^2.8.0", | ||
"@react-md/theme": "^2.8.0", | ||
"@react-md/typography": "^2.8.0", | ||
"@react-md/utils": "^2.8.0", | ||
"classnames": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"react": "^17.0.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.1" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "4fb8828b048fd2472096d5f55033cc4a7ba24e1a" | ||
"gitHead": "20e013ae17ebccaaac74e246b9cde88df11d5c84" | ||
} |
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
189734
Updated@react-md/button@^2.8.0
Updated@react-md/elevation@^2.8.0
Updated@react-md/icon@^2.8.0
Updated@react-md/theme@^2.8.0
Updated@react-md/typography@^2.8.0
Updated@react-md/utils@^2.8.0
Updatedclassnames@^2.3.1