@react-md/button
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [3.0.0-alpha.0](https://github.com/mlaursen/react-md/compare/v2.9.1...v3.0.0-alpha.0) (2021-08-11) | ||
# [3.0.0](https://github.com/mlaursen/react-md/compare/v2.9.1...v3.0.0) (2021-08-13) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @react-md/button |
{ | ||
"name": "@react-md/button", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.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.", | ||
@@ -33,9 +33,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/elevation": "^3.0.0-alpha.0", | ||
"@react-md/icon": "^3.0.0-alpha.0", | ||
"@react-md/states": "^3.0.0-alpha.0", | ||
"@react-md/theme": "^3.0.0-alpha.0", | ||
"@react-md/transition": "^3.0.0-alpha.0", | ||
"@react-md/typography": "^3.0.0-alpha.0", | ||
"@react-md/utils": "^3.0.0-alpha.0", | ||
"@react-md/elevation": "^3.0.0", | ||
"@react-md/icon": "^3.0.0", | ||
"@react-md/states": "^3.0.0", | ||
"@react-md/theme": "^3.0.0", | ||
"@react-md/transition": "^3.0.0", | ||
"@react-md/typography": "^3.0.0", | ||
"@react-md/utils": "^3.0.0", | ||
"classnames": "^2.3.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "f5d2f34a10b8066949a787387d9d0e2f19051671" | ||
"gitHead": "a9995e084480006a77f9123b95ce7275998fb406" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
133088
Updated@react-md/elevation@^3.0.0
Updated@react-md/icon@^3.0.0
Updated@react-md/states@^3.0.0
Updated@react-md/theme@^3.0.0
Updated@react-md/transition@^3.0.0
Updated@react-md/typography@^3.0.0
Updated@react-md/utils@^3.0.0