@react-md/states
Advanced tools
Comparing version 2.1.2 to 2.2.1
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02) | ||
**Note:** Version bump only for package @react-md/states | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@react-md/states", | ||
"version": "2.1.2", | ||
"version": "2.2.1", | ||
"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.1.2", | ||
"@react-md/transition": "^2.1.2", | ||
"@react-md/utils": "^2.1.0", | ||
"@react-md/theme": "^2.2.1", | ||
"@react-md/transition": "^2.2.1", | ||
"@react-md/utils": "^2.2.1", | ||
"react-transition-group": "^4.3.0" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "b37e2fd0ec3413111e81e994f54cef68a113103f" | ||
"gitHead": "f5cf3e53eed469f37b8f5c7739395b7fc61101d9" | ||
} |
322013
Updated@react-md/theme@^2.2.1
Updated@react-md/transition@^2.2.1
Updated@react-md/utils@^2.2.1