@react-md/button
Advanced tools
Comparing version 2.5.5 to 2.6.0
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [2.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13) | ||
**Note:** Version bump only for package @react-md/button | ||
## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@react-md/button", | ||
"version": "2.5.5", | ||
"version": "2.6.0", | ||
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.", | ||
@@ -40,9 +40,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/elevation": "^2.5.5", | ||
"@react-md/icon": "^2.5.5", | ||
"@react-md/states": "^2.5.5", | ||
"@react-md/theme": "^2.5.5", | ||
"@react-md/transition": "^2.5.5", | ||
"@react-md/typography": "^2.5.5", | ||
"@react-md/utils": "^2.5.5", | ||
"@react-md/elevation": "^2.6.0", | ||
"@react-md/icon": "^2.6.0", | ||
"@react-md/states": "^2.6.0", | ||
"@react-md/theme": "^2.6.0", | ||
"@react-md/transition": "^2.6.0", | ||
"@react-md/typography": "^2.6.0", | ||
"@react-md/utils": "^2.6.0", | ||
"classnames": "^2.2.6" | ||
@@ -63,3 +63,3 @@ }, | ||
}, | ||
"gitHead": "229ac3579258fdd52368ee7fe68e6235f9d01fab" | ||
"gitHead": "fe442494d054126c0ba9ee40260d234668e2ba18" | ||
} |
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
277657
Updated@react-md/elevation@^2.6.0
Updated@react-md/icon@^2.6.0
Updated@react-md/states@^2.6.0
Updated@react-md/theme@^2.6.0
Updated@react-md/transition@^2.6.0
Updated@react-md/typography@^2.6.0
Updated@react-md/utils@^2.6.0