@react-md/states
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -6,7 +6,12 @@ # 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/states](../states) | ||
# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17) | ||
### Bug Fixes | ||
- **states:** fixed usedPressStates to pass onClick like other state hooks | ||
- [@react-md/states](../states): fixed usedPressStates to pass onClick like | ||
other state hooks | ||
([82cd676](https://github.com/mlaursen/react-md/commit/82cd67695c2ecd6e9a710d5fbfce97ae4dfeda80)) | ||
@@ -16,11 +21,6 @@ | ||
- **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) | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "@react-md/states", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A package for adding the different focus, hover, selected, active, etc states to elements", | ||
@@ -38,5 +38,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^2.4.0", | ||
"@react-md/transition": "^2.4.0", | ||
"@react-md/utils": "^2.4.0", | ||
"@react-md/theme": "^2.4.1", | ||
"@react-md/transition": "^2.4.1", | ||
"@react-md/utils": "^2.4.1", | ||
"react-transition-group": "^4.4.1" | ||
@@ -57,3 +57,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
327093
Updated@react-md/theme@^2.4.1
Updated@react-md/transition@^2.4.1
Updated@react-md/utils@^2.4.1