@react-md/states
Advanced tools
Comparing version 2.3.0-alpha.2 to 2.3.0-alpha.3
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.3.0-alpha.3](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.3) (2020-09-06) | ||
### Bug Fixes | ||
- [@react-md/states](../states): fixed usedPressStates to pass onClick like | ||
other state hooks | ||
([82cd676](https://github.com/mlaursen/react-md/commit/82cd67695c2ecd6e9a710d5fbfce97ae4dfeda80)) | ||
# [2.3.0-alpha.2](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.2) (2020-09-05) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@react-md/states", | ||
"version": "2.3.0-alpha.2", | ||
"version": "2.3.0-alpha.3", | ||
"description": "A package for adding the different focus, hover, selected, active, etc states to elements", | ||
@@ -42,5 +42,5 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.3.0-alpha.2", | ||
"@react-md/transition": "^2.3.0-alpha.2", | ||
"@react-md/utils": "^2.3.0-alpha.2", | ||
"@react-md/theme": "^2.3.0-alpha.3", | ||
"@react-md/transition": "^2.3.0-alpha.3", | ||
"@react-md/utils": "^2.3.0-alpha.3", | ||
"react-transition-group": "^4.4.1" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "71089d4a203d944465d73ac5f940c1d8798974a5" | ||
"gitHead": "07b494d5b7e911ddc5d177175382f3a7edf2af7a" | ||
} |
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
327053