@react-md/button
Advanced tools
Comparing version 3.0.1-alpha.0 to 3.0.1-alpha.1
@@ -6,2 +6,14 @@ # Change Log | ||
## [3.0.1-alpha.1](https://github.com/mlaursen/react-md/compare/v3.0.0...v3.0.1-alpha.1) (2021-08-15) | ||
### Bug Fixes | ||
* Updated peerDepdencies to fix yarn berry peer requirements ([8891cd3](https://github.com/mlaursen/react-md/commit/8891cd31aa30eff8ee6d50b53ab2c2517f63d537)), closes [#1224](https://github.com/mlaursen/react-md/issues/1224) | ||
## [3.0.1-alpha.0](https://github.com/mlaursen/react-md/compare/v3.0.0...v3.0.1-alpha.0) (2021-08-15) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@react-md/button", | ||
"version": "3.0.1-alpha.0", | ||
"version": "3.0.1-alpha.1", | ||
"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,7 +33,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/elevation": "^3.0.1-alpha.0", | ||
"@react-md/elevation": "^3.0.1-alpha.1", | ||
"@react-md/icon": "^3.0.0", | ||
"@react-md/states": "^3.0.1-alpha.0", | ||
"@react-md/states": "^3.0.1-alpha.1", | ||
"@react-md/theme": "^3.0.0", | ||
"@react-md/transition": "^3.0.1-alpha.0", | ||
"@react-md/transition": "^3.0.1-alpha.1", | ||
"@react-md/typography": "^3.0.0", | ||
@@ -57,3 +57,3 @@ "@react-md/utils": "^3.0.0", | ||
}, | ||
"gitHead": "df78f6580dea5b61f221f29093e92b6a9f3f2924" | ||
"gitHead": "909341f385c5eb7df88a0db7b2e0368143a92e82" | ||
} |
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
133848