@react-md/app-bar
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -6,15 +6,14 @@ # Change Log | ||
# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17) | ||
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17) | ||
**Note:** Version bump only for package [@react-md/alert](../app-bar) | ||
# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17) | ||
### Features | ||
- **theme:** Better Contrast Colors by Default and dev-utils refactor | ||
([#955](https://github.com/mlaursen/react-md/issues/955)) | ||
- [@react-md/theme](../theme): Better Contrast Colors by Default and dev-utils | ||
refactor ([#955](https://github.com/mlaursen/react-md/issues/955)) | ||
([519b128](https://github.com/mlaursen/react-md/commit/519b128522de944d55ff96a1e1125447665ed586)) | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [2.3.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.1) (2020-09-15) | ||
@@ -21,0 +20,0 @@ |
{ | ||
"name": "@react-md/app-bar", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "This small package implments the AppBar spec in material design.", | ||
@@ -39,8 +39,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/button": "^2.4.0", | ||
"@react-md/elevation": "^2.4.0", | ||
"@react-md/icon": "^2.4.0", | ||
"@react-md/theme": "^2.4.0", | ||
"@react-md/typography": "^2.4.0", | ||
"@react-md/utils": "^2.4.0", | ||
"@react-md/button": "^2.4.1", | ||
"@react-md/elevation": "^2.4.1", | ||
"@react-md/icon": "^2.4.1", | ||
"@react-md/theme": "^2.4.1", | ||
"@react-md/typography": "^2.4.1", | ||
"@react-md/utils": "^2.4.1", | ||
"classnames": "^2.2.6" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "96fb088b5ae725ce21993aeda131de40119837e0" | ||
"gitHead": "0e734e6aa94a6b7091244404d7c6ea6916fb43a5" | ||
} |
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
187459
Updated@react-md/button@^2.4.1
Updated@react-md/elevation@^2.4.1
Updated@react-md/icon@^2.4.1
Updated@react-md/theme@^2.4.1
Updated@react-md/typography@^2.4.1
Updated@react-md/utils@^2.4.1